-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
Hi, I just follow the same code to set up webserver but got this error:
Error: Error retrieving Auto Scaling Groups: RequestError: send request failed
caused by: Post "https://autoscaling.us-east-1.amazonaws.com/": read tcp 10.2.1.203:61949->54.239.31.70:443: read: connection reset by peer. Most recent activity: {
ActivityId: "1005ff49-cc81-744f-f20f-e77ef4ee4193",
AutoScalingGroupARN: "arn:aws:autoscaling:us-east-1:270525063973:autoScalingGroup:2631bb6f-566e-4a03-b93e-59184d13d3a1:autoScalingGroupName/terraform-20220328213350232600000001",
AutoScalingGroupName: "terraform-20220328213350232600000001",
Cause: "At 2022-03-28T21:33:50Z a user request created an AutoScalingGroup changing the desired capacity from 0 to 2. At 2022-03-28T21:33:51Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 2.",
Description: "Launching a new EC2 instance: i-048608314da1cf0bc",
Details: "{\"Subnet ID\":\"subnet-0a15fa7edc5db3eb2\",\"Availability Zone\":\"us-east-1e\"}",
Progress: 30,
StartTime: 2022-03-28 21:33:54.653 +0000 UTC,
StatusCode: "PreInService"
}
Can't figure out what is the issue here, can anyone suggest?