Static Website on S3 Bucket with Route 53 for DNS – CLI
Last week I posted a generic tutorial on how to create S3 buckets and setup Route 53 so that you can access your static website via the domain. This week lets automate this so we don’t have to go through this mess again and we can simply run a script that is as simple as: In short here is the execution order of this script Collects information from the user Validates the region is correct, and sets the hosted zone…