---
call: DescribeAccountAttributes
service: EC2
tests:
  - expected: vpc-max-security-groups-per-interface
    op: eq
    path: AccountAttributes.0.AttributeName
  - expected: 5
    op: eq
    path: AccountAttributes.0.AttributeValues.0.AttributeValue
  - expected: max-instances
    op: eq
    path: AccountAttributes.1.AttributeName
  - expected: 20
    op: eq
    path: AccountAttributes.1.AttributeValues.0.AttributeValue
  - expected: supported-platforms
    op: eq
    path: AccountAttributes.2.AttributeName
  - expected: EC2
    op: eq
    path: AccountAttributes.2.AttributeValues.0.AttributeValue
  - expected: VPC
    op: eq
    path: AccountAttributes.2.AttributeValues.1.AttributeValue
  - expected: default-vpc
    op: eq
    path: AccountAttributes.3.AttributeName
  - expected: none
    op: eq
    path: AccountAttributes.3.AttributeValues.0.AttributeValue