Difference between revisions of "Aws ec2 describe-account-attributes"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
aws ec2 describe-account-attributes | aws ec2 describe-account-attributes | ||
+ | <pre> | ||
+ | { | ||
+ | "AccountAttributes": [ | ||
+ | { | ||
+ | "AttributeName": "vpc-max-security-groups-per-interface", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "5" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "AttributeName": "max-instances", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "20" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "AttributeName": "supported-platforms", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "EC2" | ||
+ | }, | ||
+ | { | ||
+ | "AttributeValue": "VPC" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "AttributeName": "default-vpc", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "none" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "AttributeName": "max-elastic-ips", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "5" | ||
+ | } | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "AttributeName": "vpc-max-elastic-ips", | ||
+ | "AttributeValues": [ | ||
+ | { | ||
+ | "AttributeValue": "5" | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </pre> | ||
== See also == | == See also == |
Revision as of 18:07, 26 October 2021
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-account-attributes.html
Examples
aws ec2 describe-account-attributes
{ "AccountAttributes": [ { "AttributeName": "vpc-max-security-groups-per-interface", "AttributeValues": [ { "AttributeValue": "5" } ] }, { "AttributeName": "max-instances", "AttributeValues": [ { "AttributeValue": "20" } ] }, { "AttributeName": "supported-platforms", "AttributeValues": [ { "AttributeValue": "EC2" }, { "AttributeValue": "VPC" } ] }, { "AttributeName": "default-vpc", "AttributeValues": [ { "AttributeValue": "none" } ] }, { "AttributeName": "max-elastic-ips", "AttributeValues": [ { "AttributeValue": "5" } ] }, { "AttributeName": "vpc-max-elastic-ips", "AttributeValues": [ { "AttributeValue": "5" } ] } ] }
See also
- AWS EC2, AWS::EC2,
aws ec2
[describe-instances | describe-instance-status
|run-instances | terminate-instances | stop-instances
|tags
|describe-vpcs
|describe-addresses
|describe-availability-zones
|describe-subnets
|import-key-pair
|create-key-pair
|create-vpc
|create-internet-gateway
|modify-instance-attribute | ec2-instance-connect | get-console-output
]
Advertising: