A development team needs to host a website that will be accessed by other teams. The website contents consist of HTML, CSS, client-side JavaScript, and images.
Which method is the MOST cost-effective for hosting the website?
- Containerize the website and host it in AWS Fargate.
- Create an Amazon S3 bucket and host the website there.
- Deploy a web server on an Amazon EC2 instance to host the website.
- Configure an Application Load Balancer with an AWS Lambda target that uses the Express.js framework.
Show Answer Next Question