Automating S3 Bucket Creation for Websites – CLI
Last week I wrote a post about creating an S3 Bucket to host a static website. After I posted it I began to wonder, could we command line this to make it creating a bucket a quicker task? This post assumes you have the CLI installed and know the very basics on how to use it. Here is the rundown of the logic and what steps need to take place: A bucket needs to be created, region selected Public access…