Topic 1 Question 32
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.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: B
Good answer is B: client-side JavaScript. the website is static, so it must be S3.
👍 17masetromain2022/10/11 - 正解だと思う選択肢: B
HTML, CSS, client-side JavaScript, and images are all static resources.
👍 7BoboChow2022/10/11 - 正解だと思う選択肢: B
The most cost-effective method for hosting the website is option B: Create an Amazon S3 bucket and host the website there.
👍 2SilentMilli2023/01/06
シャッフルモード