Last Updated on April 28, 2021
Below is a reference for all attribute names and attribute values in AWS Price List API for AWS Directory Service.
This is for the following Directory Services in AWS.
- AWS Directory Service for Microsoft Active Directory
- Simple AD
- AD Connector
Note: All the list below are in alphabetical order.
Service Code: AWSDirectoryService
Python Code to get Attribute Names for AWSDirectoryService using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSDirectoryService')
attribute_names = response['Services'][0]['AttributeNames']
print(attribute_names)
Attribute Name List for AWSDirectoryService
- directorySize
- directoryType
- directoryTypeDescription
- location
- locationType
- operation
- pricingUnit
- productFamily
- Restriction
- servicecode
- servicename
- termType
- usagetype
Python Code to get the Attribute Values List for AWSDirectoryService using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSDirectoryService')
attribute_names = response['Services'][0]['AttributeNames']
for attribute_name in attribute_names:
attribute_values = []
response_iterator = pricing_client.get_paginator('get_attribute_values').paginate(
ServiceCode='AWSDirectoryService',
AttributeName=attribute_name
)
for response in response_iterator:
for attribute_value in response['AttributeValues']:
attribute_values.append(attribute_value['Value'])
print('Attribute Name:', attribute_name)
print(attribute_values)
print()
Attribute Values List for AWSDirectoryService
Attribute Name: directorySize
Values:
Enterprise
Large
Small
Standard
Attribute Name: directoryType
Values:
AD Connector
Microsoft AD
Shared Microsoft AD
Simple AD
Simple AD or AD Connector
Attribute Name: directoryTypeDescription
Values:
AD Connector
AWS Directory Service for Microsoft Active Directory (Microsoft AD)
Shared AWS Directory Service for Microsoft Active Directory
Simple AD
Simple AD or AD Connector
Attribute Name: location
Values:
Africa (Cape Town)
Any
Asia Pacific (Hong Kong)
Asia Pacific (Mumbai)
Asia Pacific (Seoul)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
AWS GovCloud (US-East)
AWS GovCloud (US-West)
Canada (Central)
EU (Frankfurt)
EU (Ireland)
EU (London)
EU (Milan)
EU (Paris)
EU (Stockholm)
Middle East (Bahrain)
South America (Sao Paulo)
US East (N. Virginia)
US East (Ohio)
US West (N. California)
US West (Oregon)
Attribute Name: locationType
Values:
AWS Region
Attribute Name: operation
Values:
Hourly
Attribute Name: pricingUnit
Values:
Hrs
Attribute Name: productFamily
Values:
AWS Directory Service
Attribute Name: Restriction
Values:
Limited SKU Usage
Attribute Name: servicecode
Values:
AWSDirectoryService
Attribute Name: servicename
Values:
AWS Directory Service
Attribute Name: termType
Values:
OnDemand
Attribute Name: usagetype
Values:
AFS1-Large-ADConnector-Usage APS1-Std-MicrosoftAD-DC-Usage EUC1-SharedMsftAD-Usage Large-ADConnector-Usage UGW1-Std-SharedMsftAD-Usage
AFS1-MicrosoftAD-DC-Usage APS1-Std-SharedMsftAD-Usage EUC1-Small-Directory-Usage Large-SimpleAD-Usage USE2-Large-ADConnector-Usage
AFS1-SharedMsftAD-Usage APS2-Large-ADConnector-Usage EUC1-Std-MicrosoftAD-DC-Usage MES1-Large-ADConnector-Usage USE2-MicrosoftAD-DC-Usage
AFS1-Small-Directory-Usage APS2-Large-SimpleAD-Usage EUC1-Std-SharedMsftAD-Usage MES1-MicrosoftAD-DC-Usage USE2-SharedMsftAD-Usage
AFS1-Std-MicrosoftAD-DC-Usage APS2-MicrosoftAD-DC-Usage EUN1-Large-ADConnector-Usage MES1-SharedMsftAD-Usage USE2-Small-Directory-Usage
AFS1-Std-SharedMsftAD-Usage APS2-SharedMsftAD-Usage EUN1-MicrosoftAD-DC-Usage MES1-Small-Directory-Usage USE2-Std-MicrosoftAD-DC-Usage
APE1-Large-ADConnector-Usage APS2-Small-Directory-Usage EUN1-SharedMsftAD-Usage MES1-Std-MicrosoftAD-DC-Usage USE2-Std-SharedMsftAD-Usage
APE1-MicrosoftAD-DC-Usage APS2-Std-MicrosoftAD-DC-Usage EUN1-Small-Directory-Usage MES1-Std-SharedMsftAD-Usage USW1-Large-ADConnector-Usage
APE1-SharedMsftAD-Usage APS2-Std-SharedMsftAD-Usage EUN1-Std-MicrosoftAD-DC-Usage MicrosoftAD-DC-Usage USW1-MicrosoftAD-DC-Usage
APE1-Small-Directory-Usage APS3-Large-ADConnector-Usage EUN1-Std-SharedMsftAD-Usage SAE1-Large-ADConnector-Usage USW1-SharedMsftAD-Usage
APE1-Std-MicrosoftAD-DC-Usage APS3-MicrosoftAD-DC-Usage EUS1-Large-ADConnector-Usage SAE1-MicrosoftAD-DC-Usage USW1-Small-Directory-Usage
APE1-Std-SharedMsftAD-Usage APS3-SharedMsftAD-Usage EUS1-MicrosoftAD-DC-Usage SAE1-SharedMsftAD-Usage USW1-Std-MicrosoftAD-DC-Usage
APN1-Large-ADConnector-Usage APS3-Small-Directory-Usage EUS1-SharedMsftAD-Usage SAE1-Small-Directory-Usage USW1-Std-SharedMsftAD-Usage
APN1-Large-SimpleAD-Usage APS3-Std-MicrosoftAD-DC-Usage EUS1-Small-Directory-Usage SAE1-Std-MicrosoftAD-DC-Usage USW2-Large-ADConnector-Usage
APN1-MicrosoftAD-DC-Usage APS3-Std-SharedMsftAD-Usage EUS1-Std-MicrosoftAD-DC-Usage SAE1-Std-SharedMsftAD-Usage USW2-Large-SimpleAD-Usage
APN1-SharedMsftAD-Usage CAN1-Large-ADConnector-Usage EUS1-Std-SharedMsftAD-Usage SharedMsftAD-Usage USW2-MicrosoftAD-DC-Usage
APN1-Small-Directory-Usage CAN1-MicrosoftAD-DC-Usage EUW2-Large-ADConnector-Usage Small-Directory-Usage USW2-SharedMsftAD-Usage
APN1-Std-MicrosoftAD-DC-Usage CAN1-SharedMsftAD-Usage EUW2-MicrosoftAD-DC-Usage Std-MicrosoftAD-DC-Usage USW2-Small-Directory-Usage
APN1-Std-SharedMsftAD-Usage CAN1-Small-Directory-Usage EUW2-SharedMsftAD-Usage Std-SharedMsftAD-Usage USW2-Std-MicrosoftAD-DC-Usage
APN2-Large-ADConnector-Usage CAN1-Std-MicrosoftAD-DC-Usage EUW2-Small-Directory-Usage UGE1-Large-ADConnector-Usage USW2-Std-SharedMsftAD-Usage
APN2-MicrosoftAD-DC-Usage CAN1-Std-SharedMsftAD-Usage EUW2-Std-MicrosoftAD-DC-Usage UGE1-MicrosoftAD-DC-Usage
APN2-SharedMsftAD-Usage EU-Large-ADConnector-Usage EUW2-Std-SharedMsftAD-Usage UGE1-SharedMsftAD-Usage
APN2-Small-Directory-Usage EU-Large-SimpleAD-Usage EUW3-Large-ADConnector-Usage UGE1-Small-Directory-Usage
APN2-Std-MicrosoftAD-DC-Usage EU-MicrosoftAD-DC-Usage EUW3-MicrosoftAD-DC-Usage UGE1-Std-MicrosoftAD-DC-Usage
APN2-Std-SharedMsftAD-Usage EU-SharedMsftAD-Usage EUW3-SharedMsftAD-Usage UGE1-Std-SharedMsftAD-Usage
APS1-Large-ADConnector-Usage EU-Small-Directory-Usage EUW3-Small-Directory-Usage UGW1-Large-ADConnector-Usage
APS1-Large-SimpleAD-Usage EU-Std-MicrosoftAD-DC-Usage EUW3-Std-MicrosoftAD-DC-Usage UGW1-MicrosoftAD-DC-Usage
APS1-MicrosoftAD-DC-Usage EU-Std-SharedMsftAD-Usage EUW3-Std-SharedMsftAD-Usage UGW1-SharedMsftAD-Usage
APS1-SharedMsftAD-Usage EUC1-Large-ADConnector-Usage Global-MicrosoftAD-DC-Usage UGW1-Small-Directory-Usage
APS1-Small-Directory-Usage EUC1-MicrosoftAD-DC-Usage Global-Small-Directory-Usage UGW1-Std-MicrosoftAD-DC-Usage
We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Directory Service.
If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.