
Ultimate access to all questions.
A company is utilizing individual Amazon CloudFormation templates for deploying multi-Region applications, necessitating deployment in a specific sequence. With an increasing frequency of template modifications, the company seeks a more efficient method for deploying new templates. Furthermore, the data engineering team requires notification of all template changes. What strategy should the company adopt to meet these requirements?
A
Create an AWS Lambda function to deploy the CloudFormation templates in the required order. Use stack policies to alert the data engineering team.
B
Host the CloudFormation templates in Amazon S3. Use Amazon S3 events to directly trigger CloudFormation updates and Amazon SNS notifications.
C
Implement CloudFormation StackSets and use drift detection to trigger update alerts to the data engineering team.
D
Leverage CloudFormation nested stacks and stack sets for deployments. Use Amazon SNS to notify the data engineering team.