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
If your AWS account was created before 2013-12-04, may be in EC2-Classic mode. In such case train.py fails with error below
botocore.exceptions.ClientError: An error occurred (OperationNotPermitted) when calling the CreateDefaultVpc operation: Accounts on the EC2-Classic platform cannot create a default VPC.
Work-around is to contact AWS support and ask them to transition account to EC-VPC mode, with a list of regions where this should happen.
If your AWS account was created before 2013-12-04, may be in EC2-Classic mode. In such case train.py fails with error below
Work-around is to contact AWS support and ask them to transition account to EC-VPC mode, with a list of regions where this should happen.
Existing infrastructure must be compatible with EC-VPC, transitioning is documented here https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
The text was updated successfully, but these errors were encountered: