Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 32 discussion

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.js framework.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
masetromain
Highly Voted 2 years ago
Selected Answer: B
Good answer is B: client-side JavaScript. the website is static, so it must be S3.
upvoted 32 times
...
BoboChow
Highly Voted 2 years ago
Selected Answer: B
HTML, CSS, client-side JavaScript, and images are all static resources.
upvoted 10 times
...
PaulGa
Most Recent 1 month, 2 weeks ago
Selected Answer: B
I had initially thought Ans A... but its Ans C -- "cookieMr" makes it clear: Ans A "Containerising the website and hosting with AWS Fargate involves additional complexity and costs associated with managing the container environment and scaling resources." So it has to be... Ans B: "...Amazon S3 to host the website, take advantage of its durability, scalability, and low-cost pricing model. Only pay for the storage and data transfer associated with your website, without the need for managing and maintaining web servers or containers. This reduces the operational overhead and infrastructure costs."
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: B
Cheapest Static site hosting = S3
upvoted 3 times
...
A_jaa
9 months ago
Selected Answer: B
Answer-B
upvoted 2 times
...
Ruffyit
11 months, 3 weeks ago
HTML, CSS, client-side JavaScript, and images are all static resources.
upvoted 1 times
...
AWSStudyBuddy
12 months ago
The MOST cost-effective method for hosting a website is to: Create an Amazon S3 bucket and host the website there. Amazon S3 is a highly scalable and cost-effective object storage service. It is a good option for hosting static websites, such as the website in this scenario. To host a static website on Amazon S3, you would first need to create an S3 bucket. Then, you would need to upload the website files to the bucket. Once the files are uploaded, you can configure the bucket to serve as a website.
upvoted 2 times
...
hungpm
1 year, 1 month ago
Selected Answer: B
Static website should work fine with S3
upvoted 1 times
...
KawtarZ
1 year, 1 month ago
Selected Answer: B
the website is static because the backend runs on client side.
upvoted 2 times
...
evanhongo
1 year, 2 months ago
Selected Answer: B
all static resources.
upvoted 1 times
...
TariqKipkemei
1 year, 2 months ago
Selected Answer: B
static website, cost-effective = S3 web hosting
upvoted 3 times
...
james2033
1 year, 2 months ago
Selected Answer: B
Just all static content HTML, CSS, client-side JavaScript, images. Amazon S3 is good enough.
upvoted 1 times
...
miki111
1 year, 3 months ago
Option B is the right answer for this.
upvoted 1 times
...
Kaab_B
1 year, 3 months ago
Selected Answer: B
S3 is amongst the cheapest services offered by AWS.
upvoted 1 times
...
karloscetina007
1 year, 3 months ago
Selected Answer: B
B is the correct answer.
upvoted 1 times
...
cookieMr
1 year, 4 months ago
Selected Answer: B
By using Amazon S3 to host the website, you can take advantage of its durability, scalability, and low-cost pricing model. You only pay for the storage and data transfer associated with your website, without the need for managing and maintaining web servers or containers. This reduces the operational overhead and infrastructure costs. Containerizing the website and hosting it in AWS Fargate (option A) would involve additional complexity and costs associated with managing the container environment and scaling resources. Deploying a web server on an Amazon EC2 instance (option C) would require provisioning and managing the EC2 instance, which may not be cost-effective for a static website. Configuring an Application Load Balancer with an AWS Lambda target (option D) adds unnecessary complexity and may not be the most efficient solution for hosting a static website.
upvoted 6 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: B
Option B is the MOST cost-effective for hosting the website.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...