-
Notifications
You must be signed in to change notification settings - Fork 8
S3 Bucket creation #5
Copy link
Copy link
Open
Description
The bucket creation with this script only works in AWS Region "us-east-1". All other AWS regions need the option --create-bucket-configuration LocationConstraint="$AWSREGIONID".
So it would have to be:
"$AWS" s3api create-bucket --acl private --bucket "$BUCKET" --region "$AWSREGIONID" --create-bucket-configuration LocationConstraint="$AWSREGIONID" --profile munki-in-a-cloud
However this does not seem to work with the "us-east-1" region.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels