"EB create" fails to "create load balancer"

0

I enter the following command in my local terminal:

eb create django-project --vpc.id vpc-000 --vpc.elbsubnets subnet-111,subnet-yyy --vpc.ec2subnets subnet-000,subnet-111 --vpc.securitygroup sg-111

The process outputs:

ERROR Creating load balancer failed Reason: Resource handler returned message: "At least two subnets in two different Availability Zones must be specified (Service: ElasticLoadBalancingV2, Status Code: 400, Request ID: 1c111)" (RequestToken: 2ff3111, HandlerErrorCode: InvalidRequest)

The VPC has 2 subnets in 2 different AZs. No ACLs are blocking the process.

Do I need to create ac2 instances in the specified VPC before inputting the command ? (vpc.ec2subnets) ?

已提問 3 個月前檢視次數 144 次
1 個回答
0

It sounds like subnet-111,subnet-yyy are both in the Same AZ.. I would double check the locations of these subnets

profile picture
專家
已回答 3 個月前
  • I couldn't tell the difference between "vpc.ec2subnets" and "vpc.elbsubnets", I created my subnets in different AZs just like the Technical Essentials Tutorial

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

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

回答問題指南