Medium1 markMultiple Choice
AWS SAA-C03 · Question 25 · Domain 2.1: Scalable Architectures
A company wants to trigger an automated remediation script whenever an EC2 instance changes its state to 'stopped'. The solution should be serverless and require minimal operational overhead. Which TWO services should be used? (Select TWO.)
A company wants to trigger an automated remediation script whenever an EC2 instance changes its state to 'stopped'. The solution should be serverless and require minimal operational overhead. Which TWO services should be used? (Select TWO.)
Answer options:
A.
Amazon EventBridge
B.
AWS CloudTrail
C.
AWS Lambda
D.
Amazon EC2 Auto Scaling
E.
AWS Step Functions
How to approach this question
Identify the event router (EventBridge) and the serverless compute (Lambda).
Full Answer
Amazon EventBridge and AWS Lambda.
Amazon EventBridge can be configured with a rule to match EC2 instance state change events. The rule can trigger an AWS Lambda function, which provides a serverless way to execute the remediation script.
Common mistakes
Using CloudTrail to trigger actions, which introduces latency compared to EventBridge.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert