Skip to content

How to get list of AWS VPC lattice resource gateway supported availability zones

0

In the course of creating VPC resource gateway in various regions encountered error with eu-central-1 region as ValidationException: subnet-1 is not valid because it is not in a supported Availability Zone. Specify a subnet that is in one of the following Availability Zones: [euc1-az1, euc1-az3]. The subnet was in euc1-az2.

Is there a exhaustive list of supported availability zones for creation of VPC resource gateway which can be used in pre validation step to filter un supported availability zone.

asked a year ago344 views

2 Answers
2

You can see the list here but this is a static list so you may want to verify via CLI

The following Availability Zones aren't supported for VPC Lattice: use1-az3, usw1-az2, apne1-az3, apne2-az2, euc1-az2, euw1-az4, cac1-az3, ilc1-az2.

AWS
EXPERT

answered a year ago

0

There is no validation option in the CLI, but the console now shows, when you select the VPC, what are the AZs you can create the resource gateway on: Create Resource Gateway

AWS

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.