Medium1 markMultiple Choice
AWS SAP-C02 · Question 55 · Domain 3.1: Operational Excellence
An enterprise wants to improve its operational excellence by automating incident response. When an EC2 instance fails a status check, they want to automatically capture memory dumps, restart the instance, and notify the operations team via Slack. Which combination of services should be used to build this automated runbook? (Select THREE)
An enterprise wants to improve its operational excellence by automating incident response. When an EC2 instance fails a status check, they want to automatically capture memory dumps, restart the instance, and notify the operations team via Slack. Which combination of services should be used to build this automated runbook? (Select THREE)
Answer options:
A.
Amazon EventBridge
B.
AWS Systems Manager Automation
C.
AWS Chatbot
D.
AWS CloudFormation
E.
Amazon Kinesis Data Firehose
F.
AWS CodeDeploy
How to approach this question
Identify the event router (EventBridge), the runbook executor (SSM Automation), and the Slack integration (Chatbot).
Full Answer
Amazon EventBridge. AWS Systems Manager Automation. AWS Chatbot.
Amazon EventBridge captures the EC2 state change event. It triggers an AWS Systems Manager Automation document (runbook) to perform the remediation (memory dump, restart). Finally, an SNS topic triggers AWS Chatbot to notify the team in Slack.
Common mistakes
Thinking CloudFormation can execute operational runbooks.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
Expert