Skip to content

Instantly share code, notes, and snippets.

@cwjohnston
Last active March 20, 2019 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwjohnston/e1ad6761f8a061a984a7687f2f49bf04 to your computer and use it in GitHub Desktop.
Save cwjohnston/e1ad6761f8a061a984a7687f2f49bf04 to your computer and use it in GitHub Desktop.
$ aws ec2 describe-account-attributes --attribute-names supported-platforms
{
"AccountAttributes": [
{
"AttributeName": "supported-platforms",
"AttributeValues": [
{
"AttributeValue": "EC2"
},
{
"AttributeValue": "VPC"
}
]
}
]
}
$ aws ec2 create-default-vpc
An error occurred (OperationNotPermitted) when calling the CreateDefaultVpc operation: Accounts on the EC2-Classic platform cannot create a default VPC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment