An SAP system is running on AWS and needs to be accessible over the internet securely. Which AWS service should be used to provide secure remote access for administrators?
Session Manager provides secure, audited shell access without opening inbound ports.
Why this answer
Option C is correct because AWS Systems Manager Session Manager allows secure shell access without bastion hosts. Option A is wrong because a public subnet with SSH from the internet is insecure. Option B is wrong because a VPN connection is for site-to-site, not remote admin.
Option D is wrong because Amazon WorkSpaces is a virtual desktop, not a remote administration tool for SAP.