May 2019
Intermediate to advanced
308 pages
8h 5m
English
The CloudFormation service reads all its input commands straight from the template. The template is stored in an AWS-managed S3 bucket, and a link to the template is provided to us when we deploy the stack. By default, the template is read in parallel, meaning that the service will try and create all the objects at once. It is very important to use the DependsOn attribute if any services need to be deployed in sequence. The following steps will be taken in CloudFormation when creating and managing an environment:
Read now
Unlock full access