RDS Set Up and AZ Issues

0

I was told by an AWS Rep that I could limit costs from RDS by restricting the subnets my db had access to. My db worked before I did this, so I know it is the problem, but in a caviler manner, I deleted my subnets besides the one I wanted my new db in.

Now I get the following error when attempting to create, despite having since created subnets in all the availability zones listed in the error.

"You can't create a db.t3.micro database instance because no subnets exist in availability zones with sufficient capacity for VPC and storage type : gp2 for db.t3.micro. Please first create at least one new subnet; choose from these availability zones: us-east-1d, us-east-1b, us-east-1a, us-east-1c, us-east-1f."

Any Idea?

已提問 1 年前檢視次數 1068 次
3 個答案
0

Hi, what is the tenancy of your vpc? dedicated or default?

profile pictureAWS
專家
已回答 1 年前
0

For RDS you need a minimum of 2 subnets configured. Ensure you have updated your subnet group’s configuration

Your error message also reads your CIDR range is too small. I’d check the number of free IP addresses available.

Your VPC must have at least two subnets. These subnets must be in two different Availability Zones in the AWS Region where you want to deploy your DB instance. A subnet is a segment of a VPC's IP address range that you can specify and that you can use to group DB instances based on your security and operational needs.

profile picture
專家
已回答 1 年前
0

The number of subnets in your db subnet group do not impact the price. More subnets gives RDS more flexibly in placement of your instances.

AWS
管理員
philaws
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南