Medium1 markMultiple Choice
AWS SAA-C03 · Question 62 · Domain 1.2: Secure Workloads
A company is using Amazon S3 to host a static website. They want to use their custom domain name (e.g., www.example.com) and secure the site with HTTPS. <br/><br/>Which combination of AWS services is required to achieve this?
A company is using Amazon S3 to host a static website. They want to use their custom domain name (e.g., www.example.com) and secure the site with HTTPS. <br/><br/>Which combination of AWS services is required to achieve this?
Answer options:
A.
Amazon S3, Amazon Route 53, and AWS Certificate Manager (ACM)
B.
Amazon S3, Amazon CloudFront, Amazon Route 53, and AWS Certificate Manager (ACM)
C.
Amazon S3, Application Load Balancer (ALB), and AWS Certificate Manager (ACM)
D.
Amazon EC2, Amazon Route 53, and AWS Certificate Manager (ACM)
How to approach this question
Remember that S3 static websites do not support HTTPS natively with custom domains; CloudFront is mandatory.
Full Answer
B.Amazon S3, Amazon CloudFront, Amazon Route 53, and AWS Certificate Manager (ACM)✓ Correct
To serve a static website hosted on Amazon S3 with a custom domain over HTTPS, you must use Amazon CloudFront. You request an SSL certificate in AWS ACM (in the us-east-1 region), attach it to the CloudFront distribution, and use Route 53 to point your domain to CloudFront.
Common mistakes
Thinking S3 can natively host HTTPS with a custom domain.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert