Closed ChristianKniep closed 3 years ago
Ok, might happen that the stack is only available in eu-central-1
?
Can you please check to have every piece in one single region. This error occurs mainly when the CloudFormation package command or S3 asset bucket is deployed in a different region as the actual CloudFormation stack.
In the list of error messages (https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html) you can see that this message indicated CloudFormation got a PermanentRedirect
from S3. This comes from a bucket in a different region and is not supported by CloudFormation.
The template is tested in multiple regions including eu-west-1.
Ah right, that makes sense. I created the bucket with the assets in eu-central-1. Thanks!
When trying to deploy the stack I get this error message in the VpcStack deployment:
I am using the following commands to package and deploy.
and deploy
Not sure what I am missing here. I would like to deploy 22.0.0. I figure hat the error might stem from my AWS_REGION selection, which is eu-west-1.