How do I add an SSL certificate to a website hosted on an Amazon S3 bucket?
TL;DR
To add an SSL certificate to a website hosted on an Amazon S3 bucket, you need to:
Request and validate an SSL certificate from AWS Certificate Manager (ACM).
Set up your S3 bucket for static website hosting.
Create a CloudFront distribution...
sentient.hashnode.dev1 min read