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?

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.