Set the website configuration for a bucket. See also:
aws s3. More information: https://docs.aws.amazon.com/cli/latest/reference/s3/website.html.
aws s3 website {{s3://bucket-name}} --index-document {{index.html}}
aws s3 website {{s3://bucket-name}} --index-document {{index.html}} --error-document {{error.html}}