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 116 discussion

A company uses a popular content management system (CMS) for its corporate website. However, the required patching and maintenance are burdensome. The company is redesigning its website and wants anew solution. The website will be updated four times a year and does not need to have any dynamic content available. The solution must provide high scalability and enhanced security.
Which combination of changes will meet these requirements with the LEAST operational overhead? (Choose two.)

  • A. Configure Amazon CloudFront in front of the website to use HTTPS functionality.
  • B. Deploy an AWS WAF web ACL in front of the website to provide HTTPS functionality.
  • C. Create and deploy an AWS Lambda function to manage and serve the website content.
  • D. Create the new website and an Amazon S3 bucket. Deploy the website on the S3 bucket with static website hosting enabled.
  • E. Create the new website. Deploy the website by using an Auto Scaling group of Amazon EC2 instances behind an Application Load Balancer.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
palermo777
Highly Voted 1 year, 12 months ago
A -> We can configure CloudFront to require HTTPS from clients (enhanced security) https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html D -> storing static website on S3 provides scalability and less operational overhead, then configuration of Application LB and EC2 instances (hence E is out) B is out since AWS WAF Web ACL does not to provide HTTPS functionality, but to protect HTTPS only.
upvoted 34 times
...
Six_Fingered_Jose
Highly Voted 1 year, 11 months ago
Selected Answer: AD
agree with A and D static website -> obviously S3, and S3 is super scalable CDN -> CloudFront obviously as well, and with HTTPS security is enhanced. B does not make sense because you are not replacing the CDN with anything, E works too but takes too much effort and compared to S3, S3 still wins in term of scalability. plus why use EC2 when you are only hosting static website
upvoted 9 times
Lalo
1 year, 4 months ago
Amazon CloudFront is for Securely deliver content with low latency and high transfer speeds But what about the SQLinjection XSS attacks? we use WAF and olso use HTTPS https://www.f5.com/glossary/web-application-firewall-waf#:~:text=A%20WAF%20protects%20your%20web,and%20what%20traffic%20is%20safe. WAF protects your web apps by filtering, monitoring, and blocking any malicious HTTP/S traffic traveling to the web application, and prevents any unauthorized data from leaving the app. Answer is WAF Not Cloudfront
upvoted 2 times
...
aussiehoa
1 year, 5 months ago
does not need to have any dynamic content available
upvoted 1 times
...
...
jaradat02
Most Recent 2 months, 3 weeks ago
Selected Answer: AD
A and D is the safest combination.
upvoted 2 times
...
David_Ang
1 year ago
Selected Answer: AD
these answers are the most common use case for real companies, is like the answers that have more sense
upvoted 2 times
...
tom_cruise
1 year ago
Selected Answer: AD
Web Application Firewall creates rules to block attacks, but it does not create HTTPS. It can only allow HTTPS inbound traffic.
upvoted 1 times
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: AD
Scalability, enhanced security and less operational overhead = CloudFront with HTTPS Scalability and less operational overhead = S3 bucket with static website hosting
upvoted 2 times
...
cookieMr
1 year, 3 months ago
Selected Answer: AD
A. Amazon CloudFront provides scalable content delivery with HTTPS functionality, meeting security and scalability requirements. D. Deploying the website on an Amazon S3 bucket with static website hosting reduces operational overhead by eliminating server maintenance and patching. Why other options are incorrect: B. AWS WAF does not provide HTTPS functionality or address patching and maintenance. C. Using AWS Lambda introduces complexity and does not directly address patching and maintenance. E. Managing EC2 instances and an Application Load Balancer increases operational overhead and does not minimize patching and maintenance tasks. In summary, configuring Amazon CloudFront for HTTPS and deploying on Amazon S3 with static website hosting provide security, scalability, and reduced operational overhead.
upvoted 1 times
...
beginnercloud
1 year, 4 months ago
Selected Answer: AD
AD A for enhanced security D for static content
upvoted 1 times
...
studynoplay
1 year, 5 months ago
Selected Answer: AD
LEAST operational overhead = Serverless https://aws.amazon.com/serverless/
upvoted 3 times
...
angolateoria
1 year, 5 months ago
AD misses the operational part, how can the app work without a lambda function, an EC2 instance or something?
upvoted 1 times
...
darn
1 year, 6 months ago
Selected Answer: AD
people do not seem to get the LEAST OPERATIONAL OVERHEAD statement, many people keep voting for options that bring far too Op work
upvoted 1 times
...
channn
1 year, 6 months ago
Selected Answer: AD
A for enhanced security D for static content
upvoted 2 times
...
Erbug
1 year, 7 months ago
Since Amazon S3 is unlimited and you pay as you go so it means there will be no limit to scale as long as your data is going to grow, so D is one of the correct answers and another correct answer is A, because of this: https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html so my answer is AD.
upvoted 1 times
...
ManOnTheMoon
1 year, 7 months ago
I vote A & C for the reason being least operational overhead.
upvoted 1 times
...
Yelizaveta
1 year, 8 months ago
Selected Answer: AD
Here a perfect explanation: https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-serve-static-website/
upvoted 2 times
...
Abdel42
1 year, 8 months ago
Selected Answer: AD
Simple and secure
upvoted 1 times
...
remand
1 year, 9 months ago
Selected Answer: AD
D. Create the new website and an Amazon S3 bucket. Deploy the website on the S3 bucket with static website hosting enabled. A. Configure Amazon CloudFront in front of the website to use HTTPS functionality. By deploying the website on an S3 bucket with static website hosting enabled, the company can take advantage of the high scalability and cost-efficiency of S3 while also reducing the operational overhead of managing and patching a CMS. By configuring Amazon CloudFront in front of the website, it will automatically handle the HTTPS functionality, this way the company can have a secure website with very low operational overhead.
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 ...