Specifying an S3 bucket when deploying a cloudformation template
问题 I'm trying to deploy a cloudformation template using a command that looks as follows: aws cloudformation deploy \ --stack-name stackname \ --template-file folder/file.yaml \ --s3-bucket bucketname \ --s3-prefix prefix The error that I receive is: An error occurred (ValidationError) when calling the CreateChangeSet operation: S3 error: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. For more information