You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Seeing the following error when tried executing a non-ssh case - BlockAllNetworkTraffic, by chaos monkey.
It appears that it can't detect the VPC, in which the target instances are running and being thrown a No default VPC for this user error.
INFO BasicChaosInstanceSelector - [BasicChaosInstanceSelector.java:65] Randomly selecting 2 from 50 instances, excluding null
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:804] Getting EC2 security groups for 2 names in region us-west-2.
ERROR BasicChaosMonkey - [BasicChaosMonkey.java:201] failed to terminate instance i-0296xxxx
com.amazonaws.services.ec2.model.AmazonEC2Exception: No default VPC for this user (Service: AmazonEC2; Status Code: 400; Error Code: VPCIdNotSpecified;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seeing the following error when tried executing a non-ssh case - BlockAllNetworkTraffic, by chaos monkey.
It appears that it can't detect the VPC, in which the target instances are running and being thrown a No default VPC for this user error.
INFO BasicChaosInstanceSelector - [BasicChaosInstanceSelector.java:65] Randomly selecting 2 from 50 instances, excluding null
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:460] Getting EC2 instances for 1 ids in region us-west-2.
INFO AWSClient - [AWSClient.java:475] Got 1 EC2 instances in region us-west-2.
INFO AWSClient - [AWSClient.java:804] Getting EC2 security groups for 2 names in region us-west-2.
ERROR BasicChaosMonkey - [BasicChaosMonkey.java:201] failed to terminate instance i-0296xxxx
com.amazonaws.services.ec2.model.AmazonEC2Exception: No default VPC for this user (Service: AmazonEC2; Status Code: 400; Error Code: VPCIdNotSpecified;
The text was updated successfully, but these errors were encountered: