describe_account_attributes
()¶Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.
The result currently has one set of attributes—resource quotas.
See also: AWS API Documentation
Request Syntax
response = client.describe_account_attributes()
{
'ResourceQuotas': {
'ApplicationQuota': {
'Maximum': 123
},
'ApplicationVersionQuota': {
'Maximum': 123
},
'EnvironmentQuota': {
'Maximum': 123
},
'ConfigurationTemplateQuota': {
'Maximum': 123
},
'CustomPlatformQuota': {
'Maximum': 123
}
}
}
Response Structure
The Elastic Beanstalk resource quotas associated with the calling AWS account.
The quota for applications in the AWS account.
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
The quota for application versions in the AWS account.
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
The quota for environments in the AWS account.
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
The quota for configuration templates in the AWS account.
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
The quota for custom platforms in the AWS account.
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.
Exceptions
ElasticBeanstalk.Client.exceptions.InsufficientPrivilegesException