Bird
0
0

You want to host a static website on S3 with a custom domain and HTTPS. Which combination of AWS services should you use?

hard📝 Application Q15 of 15
AWS - S3 Fundamentals
You want to host a static website on S3 with a custom domain and HTTPS. Which combination of AWS services should you use?
AS3 static website hosting + Route 53 for domain + CloudFront with SSL certificate
BS3 static website hosting + EC2 instance + Elastic Load Balancer
CS3 static website hosting + Lambda functions + API Gateway
DS3 static website hosting + DynamoDB + IAM roles
Step-by-Step Solution
Solution:
  1. Step 1: Identify services for custom domain and HTTPS

    Route 53 manages domain names, CloudFront provides HTTPS with SSL certificates, and S3 hosts the static files.
  2. Step 2: Understand the integration

    Use Route 53 to point your domain to CloudFront distribution, which serves content securely from S3 with HTTPS.
  3. Final Answer:

    S3 static website hosting + Route 53 for domain + CloudFront with SSL certificate -> Option A
  4. Quick Check:

    Custom domain + HTTPS = Route 53 + CloudFront + S3 [OK]
Quick Trick: Use CloudFront for HTTPS and Route 53 for domain [OK]
Common Mistakes:
  • Using EC2 or Lambda unnecessarily for static hosting
  • Ignoring CloudFront for HTTPS support
  • Confusing database or IAM roles with hosting setup

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes