
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
A company uses separate AWS CloudFormation stacks for each deployment environment, applying the same template across development stages. How can a developer set up notifications for the QA team upon new deployments in the preproduction environment?
A company uses separate AWS CloudFormation stacks for each deployment environment, applying the same template across development stages. How can a developer set up notifications for the QA team upon new deployments in the preproduction environment?
Explanation:
Option A is correct. Establishing an Amazon SNS topic for the QA team's subscription and integrating it with the CloudFormation stack in the preproduction environment is a straightforward and effective solution. This setup ensures that notifications are sent directly to the QA team upon new deployments. While other options (B, C, D) involve more complex configurations using Lambda, EventBridge, and CloudWatch, option A directly addresses the requirement with minimal configuration overhead and utilizes a proven method for sending notifications in AWS environments.