0% found this document useful (0 votes)
4 views3 pages

Module 24

AWS CloudFormation is a service that allows users to describe and provision cloud infrastructure resources using a simple text file, which serves as the single source of truth for the environment. It enables automation and deployment of resources in a safe and repeatable manner, eliminating the need for manual actions. The service is available at no additional charge, with costs incurred only for the AWS resources used.

Uploaded by

Anupriyan kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Module 24

AWS CloudFormation is a service that allows users to describe and provision cloud infrastructure resources using a simple text file, which serves as the single source of truth for the environment. It enables automation and deployment of resources in a safe and repeatable manner, eliminating the need for manual actions. The service is available at no additional charge, with costs incurred only for the AWS resources used.

Uploaded by

Anupriyan kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

AWS Solution Architect

Associate Certification Training


– Module 24
24. CloudFormation

Overview of CloudFormation

AWS CloudFormation provides a common language for you to describe and provision all the
infrastructure resources in your cloud environment. CloudFormation allows you to use a simple
text file to model and provision, in an automated and secure manner, all the resources needed for
your applications across all regions and accounts. This file serves as the single source of truth for
your cloud environment.

AWS CloudFormation is available at no additional charge, and you pay only for the AWS resources
needed to run your applications.

Benefits

MODEL IT ALL

AWS CloudFormation allows you to model your entire infrastructure in a text file. This template
becomes the single source of truth for your infrastructure. This helps you to standardize
infrastructure components used across your organization, enabling configuration compliance and
faster troubleshooting.

AUTOMATE AND DEPLOY

AWS CloudFormation provisions your resources in a safe, repeatable manner, allowing you to build
and rebuild your infrastructure and applications, without having to perform manual actions or
write custom scripts. CloudFormation takes care of determining the right operations to perform
when managing your stack, and rolls back changes automatically if errors are detected.

IT'S JUST CODE

Codifying your infrastructure allows you to treat your infrastructure as just code. You can author
it with any code editor, check it into a version control system, and review the files with team
members before deploying into production.
How it works

You might also like