AWS Certified Solutions Architect – Associate (SAA-C02) — Question 609

A company runs demonstration environments for its customers on Amazon EC2 instances. Each environment is isolated in its own VPC. The company's operations team needs to be notified when RDP or SSH access to an environment has been established.
What should a solutions architect recommend to meet these requirements?

Answer options

Correct answer: A

Explanation

Amazon CloudWatch Application Insights can monitor applications on Amazon EC2 instances and automatically detect successful RDP or SSH logon events, generating Systems Manager OpsItems to notify operations. Option B merely provides Systems Manager permissions but does not trigger notifications. Options C and D are incorrect because VPC flow logs only capture IP traffic without distinguishing successful OS-level sessions, and EC2 Instance State-change Notifications only monitor state changes like stopping or starting rather than user logins.