docker-archive / for-aws

92 stars 26 forks source link

eu-west-3 region is not defined #160

Open egazrigh opened 6 years ago

egazrigh commented 6 years ago

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

TonyEight commented 6 years ago

Anything new on this one ?

Richard-Mathie commented 5 years ago

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
mauritz-lovgren commented 5 years ago

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?

mwillema commented 5 years ago

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