Hard1 markMultiple Choice
AWS SAP-C02 · Question 35 · Domain 3.1: Operational Excellence
A company wants to improve the operational excellence of their AWS environment. They want to automatically detect when an EC2 instance is underutilized, automatically resize it to a smaller instance type, notify the operations team, and log the action for auditing. Which FOUR services should be combined to achieve this? (Select FOUR)
A company wants to improve the operational excellence of their AWS environment. They want to automatically detect when an EC2 instance is underutilized, automatically resize it to a smaller instance type, notify the operations team, and log the action for auditing. Which FOUR services should be combined to achieve this? (Select FOUR)
Answer options:
A.
AWS Compute Optimizer
B.
AWS Trusted Advisor
C.
Amazon EventBridge
D.
AWS CodeDeploy
E.
AWS Systems Manager Automation
F.
Amazon SQS
G.
Amazon SNS
H.
AWS CloudTrail
How to approach this question
Trace the event flow: Detect -> Trigger -> Execute -> Notify.
Full Answer
Compute Optimizer detects the underutilization. EventBridge catches the finding and triggers two targets: Systems Manager Automation (to execute the resize runbook) and SNS (to notify the team).
Common mistakes
Choosing Trusted Advisor instead of Compute Optimizer for detailed rightsizing.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert