AWS Certified Solutions Architect – Professional — Question 968

A company runs a Windows Server host in a public subnet that is configured to allow a team of administrators to connect over RDP to troubleshoot issues with hosts in a private subnet. The host must be available at all times outside of a scheduled maintenance window, and needs to receive the latest operating system updates within 3 days of release.
What should be done to manage the host with the LEAST amount of administrative effort?

Answer options

Correct answer: C

Explanation

Deploying the EC2 instance inside an Auto Scaling group with a minimum and maximum count of 1 guarantees high availability by automatically replacing the host if it fails. Using AWS Systems Manager Patch Manager allows for automated, scheduled patching within the required 3-day window with minimal operational effort. Other options like AWS OpsWorks, Elastic Beanstalk, or AWS WorkSpaces introduce unnecessary complexity and configuration overhead for managing a single bastion host.