Which AWS service provides the SIMPLEST way for the company to establish a website on AWS?
Amazon Elastic File System (Amazon EFS)
AWS Elastic Beanstalk
AWS Lambda
Amazon Lightsail
Explanations:
Amazon Elastic File System (EFS) is a scalable file storage service for use with AWS Cloud services and on-premises resources. It is not designed to easily host a website.
AWS Elastic Beanstalk is a Platform as a Service (PaaS) that simplifies the deployment and scaling of applications, but it requires more knowledge of configuration and management than a beginner might be comfortable with.
AWS Lambda is a serverless compute service that runs code in response to events. It is not ideal for simple website hosting and requires more advanced setup, such as API Gateway and Lambda functions.
Amazon Lightsail is the simplest service for launching and managing a website. It offers easy-to-use virtual private servers, storage, and networking, which is perfect for beginners.