Closed Mysilver-cloud closed 1 year ago
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Hi,
I want to create private subnets without using additional keywords such as database_subnets or elasticache_subnets, but for some reason terraform gives me this error: Error: creating EC2 VPC: InvalidParameterValue: The allocation size is too big for the pool. status code: 400, request id: 4b211e71-05f7-474c-90f3-ef3f43e4a3ba
Versions
Module version [omitted]:
Terraform version:
Provider version(s):
Reproduction Code [Required]
Expected behavior
create 2 AZ, each AZ has 3 private & 1 public subnet. In total 8 subnets
Actual behavior
Only VPC was created
Terminal Output Screenshot(s)
Error: creating EC2 VPC: InvalidParameterValue: The allocation size is too big for the pool. status code: 400, request id: 4b211e71-05f7-474c-90f3-ef3f43e4a3ba
Additional context
But when I add
database_subnet_names
,elasticache_subnet_names
to seperate the private subnet names. It works