Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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
Establish an Amazon SNS topic for QA team subscription and integrate it with CloudFormation in the preproduction stack.
B
Utilize AWS Lambda with an EventBridge rule to trigger notifications for the QA team based on CloudFormation events, filtered by service and stack ARN.
C
Configure a CloudWatch alarm to monitor and alert the QA team on CloudFormation metrics, filtered by stack name and status.
D
Implement a Lambda function with an event source mapping for CloudFormation events, filtered to invoke only for the targeted preproduction stack.