Which of the following services is a fully managed AWS service that a company’s employees can use to access applications through a virtual interface?
Amazon EC2
AWS Elastic Beanstalk
Amazon AppStream 2.0
AWS Lambda
Explanations:
Amazon EC2 (Elastic Compute Cloud) is a service that provides resizable compute capacity in the cloud. It is not specifically designed for accessing applications through a virtual interface.
AWS Elastic Beanstalk is a platform as a service (PaaS) that simplifies the process of deploying and managing applications in the cloud, but it does not provide a virtual interface for accessing applications.
Amazon AppStream 2.0 is a fully managed service that allows users to stream desktop applications from AWS to any device with a web browser, providing a virtual interface for application access.
AWS Lambda is a serverless compute service that runs code in response to events without provisioning or managing servers. It does not provide a virtual interface for application access.