for-aws
for-aws copied to clipboard
eu-west-3 region is not defined
Expected behavior
Deploy Docker template in eu-west-3 region
Actual behavior
An error is throw : Template validation error: Template error: Unable to get mapping for AWSRegion2AZ::eu-west-3::EFSSupport
Information
- eu-west-3 is not defined in AWSRegion2AZ and AWSRegionArch2AMI in https://editions-us-east-1.s3.amazonaws.com/aws/stable/Docker.tmpl
Anything new on this one ?
you can add it your self in the template editor
Something like:
eu-west-3:
AZ0: '0'
AZ1: '1'
AZ2: '0'
EFSSupport: 'no'
LambdaSupport: 'no'
Name: Paris
NumAZs: '2'
Likely you will need to copy the AMI into your region as well.
eu-west-2:
HVM64: <your ami goes here> # ami-09a54cb17fcdd91aa
HVMG2: NOT_SUPPORTED
Hi, I am getting 'You do not have permission to access the storage of this ami' when trying to copy the 'Moby Linux 18.09.2-ce-aws1 stable' (ami-0d8610be366801071) AMI from the Frankfurt region over to the Stockholm region (eu-north-1). Any clues?
I'm getting the same issue. Will this be fixed any time soon?