Q19 — AWS SAA-C03 Ch.1
Question 19 of 65 | ← Chapter 1
Q19. 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?
- A. Containerize the website and host it in AWS Fargate
- B. Create an Amazon S3 bucket and host the website there. ✓
- C. Deploy a web server on an Amazon EC2 instance to host the website.
- D. Configure an Application Load Balancer with an AWS Lambda target that uses the Express is framework
Correct Answer: B. Create an Amazon S3 bucket and host the website there.
Explanation
Static websites can be delivered to web browsers on desktops, tablets, or mobile devices. They usually consist of a mix of HTML documents, images, videos, CSS style sheets, and JavaScript files. Static doesn't have to mean boring-static sites can provide client-side interactivity as well.Using HTML5 and client-side JavaScripttechnologies such as jQuery, AngularJS, React, and Backbone, you can deliver rich user experiences that are engaging and interactive.