Difference between revisions of "Aws ec2 describe-account-attributes"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-account-attributes.html
 
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-account-attributes.html
 +
 +
== Examples ==
 +
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>
 +
 +
== Related ==
 +
* [[AWS regions]]
  
 
== See also ==
 
== See also ==
 +
* {{AWS Quotas}}
 
* {{aws ec2}}
 
* {{aws ec2}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 14:11, 19 February 2024

https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-account-attributes.html

Examples[edit]

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"
                }
            ]
        }
    ]
}

Related[edit]

See also[edit]

Advertising: