CloudFormation, A Better Way

April 27, 2018

Topic

Using CloudFormation to provision resources.

Benefits

CloudFormation works built-in to AWS. It handles changes to resources. It is an effective way to manage complex, dependent systems.

Similar Resources

Terraform by HashiCorp provisions resources in a cleaner looking way. It has additional complexities, including having to maintain a state file.

Video