Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Request to improve deployment instructions in README.md - aws s3api create-bucket fails #8

Open
alistairpullen opened this issue Feb 5, 2023 · 0 comments

Comments

@alistairpullen
Copy link

alistairpullen commented Feb 5, 2023

Section:

  1. Create a staging S3 bucket
    The staging bucket is required to store the SAM deployment artifacts. The name I chose for my s3 bucket is rpcme-dx-monitor
    aws s3api create-bucket --bucket rpcme-dx-monitor

The command returns the following error:
An error occurred (IllegalLocationConstraintException) when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.

Rather replace with the following working command:
$ aws s3 mb s3://rpcme-dx-monitor --region us-west-1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant