From the course: Azure Resources for AWS Architects

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

AWS CloudFormation templates

AWS CloudFormation templates - Azure Tutorial

From the course: Azure Resources for AWS Architects

Start my 1-month free trial

AWS CloudFormation templates

- [Instructor] Amazon's CloudFormation service uses a flexible and natural declarative resource to build a template that can ensure idempotence. AWS's CloudFormation simplifies resource management, increases productivity, streamlines control and improves tracking changes to your cloud infrastructure. The JSON template holds some similarities to Azure's ARM template. The template format version element is used to ensure conformity to AWS versions. The description element is optional but can be used to provide a brief description or custom version number. The metadata element is also optional but can provide additional information. The parameters element is an option but can be used to impart values to pass during deployment. The mappings element is also optional and can be used to control conditional values such as mapping Amazon regions to explicitly allowed unique Amazon image values for deployment. The…

Contents