Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-ec2: Support availabilityZoneId for Vpc Construct #28265

Open
2 tasks
jsicheng opened this issue Dec 5, 2023 · 1 comment
Open
2 tasks

aws-ec2: Support availabilityZoneId for Vpc Construct #28265

jsicheng opened this issue Dec 5, 2023 · 1 comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@jsicheng
Copy link

jsicheng commented Dec 5, 2023

Describe the feature

The Vpc Construct supports the availabilityZones prop. We would like to be able to specify the availabilityZoneIds as well.

Use Case

Since the AZ mapping for each AWS account is random (at least for older regions), we would like to be able to consistently specify the AZs that our VPC is in. The CfnSubnet construct supports the use of availabilityZoneId. We would like the Vpc construct to similarly support availabilityZoneIds.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.113.0

Environment details (OS name and version, etc.)

AL2

@jsicheng jsicheng added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 5, 2023
@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Dec 5, 2023
@pahud
Copy link
Contributor

pahud commented Dec 5, 2023

Yes it makes sense.

@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

2 participants