# CloudFormation LaunchPad

AWS CloudFormation is a service in AWS that provides an easy way to build a collection of AWS resources and services, deploy them consistently and efficiently, and manage them from initiation to deletion.  
CloudFormation uses templates to describe the resources and their dependencies so they can be deployed together in what is called a stack. With a CloudFormation template you can create, update, and delete all the resources listed in a stack as a unit. This provides a better more consistent mechanism for managing resources together instead of individually.

# Training

Here is a list of recommended training materials to get started with using CloudFormation to manage your resources in AWS.

* Video: [Introduction to AWS CloudFormation](https://www.aws.training/Details/Video?id=15892) - 10 minutes - AWS Skillbuilder
    
* Video: [What is YAML?](https://youtube.com/watch?v=o9pT9cWzbnI) - 10 minutes - YouTube
    
* e-Learning: [Learning AWS CloudFormation](https://bit.ly/2Tspb0o) - 45 minutes - LinkedIn Learning
    
* e-Learning: [AWS CloudFormation Workshop](https://catalog.workshops.aws/cfn101/en-US/introduction) - up to 10 hours - AWS Workshop
    
* Documentation: [Get Started with CloudFormation](https://amzn.to/3kzF8hk) - AWS User guide
    

# Resources

Additional Resources to provide more information about CloudFormation.

* Documentation: [AWS CloudFormation Product Page](https://aws.amazon.com/cloudformation/)
    
* Documentation: [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide)
    
* GitHub Resource: [AWS CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli)
    
* Documentation: [AWS Resources Supported by CloudFormation](https://amzn.to/3df9otl)
    

# References

These references have multiple artifacts that can help you learn more about CloudFormation.

* [DEV.TO Articles on AWS CloudFormation](https://dev.to/search?q=aws%20cloudformation%20for%20aws%20community%20builders)
    
* [AWS Stash](https://www.awsstash.com) - Resource that has all things AWS from many sites.
    
* [AWS re:Post](https://repost.aws/search/questions?globalSearch=cloudformation) - AWS resource that has questions, knowledge documents, and articles.
