How to convert my VPC from single AZ setting to Multiple AZs
0
Mistakenly, I created VPC with selecting the single AZ, this configuration has no redundancy for networking and running instances as I know. Now I have services running in VPC.
Can I convert it to multiple AZs in current region without other configurations affected?
asked a month ago7 views
1 Answers
2
- In order to add an AZ(s) to a VPC, you would create new subnet(s) from existing space in your VPC's CIDR block, choosing the desired AZ in the process
- If your VPC has run out of address space, you would need to either delete some subnets, or add secondary CIDR block to your VPC. We have a guide on adding a CIDR block here: https://aws.amazon.com/premiumsupport/knowledge-center/vpc-modify-cidr-more-hosts/
- This process does not involve any downtime.
- As for your existing workload running in single AZ you have some options listed in the below article
https://aws.amazon.com/premiumsupport/knowledge-center/move-ec2-instance/
answered a month ago
Relevant questions
ElastiCache multi-AZ setup with no replica
Accepted AnswerTransit Gateway - Multiple Subnet per AZ
asked 3 years agoHow do you connect to a VPC Endpoint when your in a different AZ?
asked 6 months agoSpecify AZ in Lightsail Containers?
asked a year agoData routing to VPC Endpoint from different AZ
asked 6 months agosingle AZ or multi-AZ?
asked 3 years agoRDS Oracle storage redundancy
asked 3 years agoHow to convert my VPC from single AZ setting to Multiple AZs
asked a month agoCNAME not working for single AZ FSx file system
asked 2 years agoCan I create attachments to more than one subnet in a sing AZ?
asked 3 years ago