for-aws icon indicating copy to clipboard operation
for-aws copied to clipboard

eu-west-3 region is not defined

Open egazrigh opened this issue 7 years ago • 4 comments

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

egazrigh avatar Jun 19 '18 08:06 egazrigh

Anything new on this one ?

TonyEight avatar Aug 04 '18 09:08 TonyEight

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

Richard-Mathie avatar Sep 17 '18 09:09 Richard-Mathie

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?

mauritz-lovgren avatar Apr 17 '19 08:04 mauritz-lovgren

I'm getting the same issue. Will this be fixed any time soon?

mwillema avatar Aug 27 '19 13:08 mwillema