
Answer-first summary for fast verification
Answer: Leverage CloudFormation nested stacks and stack sets for deployments. Use Amazon SNS to notify the data engineering team.
The correct answer is D. Leveraging CloudFormation nested stacks and stack sets is the most efficient and scalable method for managing multiple CloudFormation templates, especially when they must be deployed in a specific order and across multiple regions. This approach allows for better organization and management of related resources. Furthermore, using Amazon SNS to notify the data engineering team ensures that all changes are communicated promptly. Option C, involving drift detection, is not suitable for directly managing deployments and notifications. Options A and B do not provide as comprehensive a solution for multi-Region deployments and efficient change notifications as option D does.
Author: LeetQuiz Editorial Team
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.
No comments yet.