Last Updated on April 29, 2021
Below is a reference for all attribute names and attribute values in AWS Price List API for AWS Systems Manager.
Note: All the list below are in alphabetical order.
Service Code: AWSSystemsManager
Python Code to get Attribute Names for AWS Systems Manager using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSSystemsManager')
attribute_names = response['Services'][0]['AttributeNames']
print(attribute_names)
Attribute Name List for AWS Systems Manager
- apirequestsfree
- apirequestspaid
- changerequestsfree
- changerequestspaid
- dataTransfer
- describes
- gets
- instances
- location
- locationType
- opsItems
- parameterType
- productFamily
- servicecode
- servicename
- steps
- storage
- termType
- throughput
- updates
- usagetype
Python Code to get the Attribute Values List for AWS Systems Manager using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSSystemsManager')
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='AWSSystemsManager',
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 AWS Systems Manager
Attribute Name: apirequestsfree
Values:
Not Applicable
True
Attribute Name: apirequestspaid
Values:
Not Applicable
True
Attribute Name: changerequestsfree
Values:
Not Applicable
True
Attribute Name: changerequestspaid
Values:
Not Applicable
True
Attribute Name: dataTransfer
Values:
APN1-
APN2-
APN3-
APS1-
APS2-
APS3
CAN1-
DataTransfer-
EU-
EUC1-
EUN1-
EUW2-
EUW3-
Not Applicable
SAE1-
UGE1-
UGW1-
USE1-
USE2-
USW1-
USW2-
Attribute Name: describes
Values:
Not Applicable
Attribute Name: gets
Values:
Not Applicable
True
Attribute Name: instances
Values:
advanced
Attribute Name: location
Values:
Africa (Cape Town)
Any
Asia Pacific (Hong Kong)
Asia Pacific (Mumbai)
Asia Pacific (Osaka)
Asia Pacific (Seoul)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
AWS GovCloud (US-East)
AWS GovCloud (US-West)
Canada (Central)
China (Beijing)
China (Ningxia)
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
Other
Attribute Name: opsItems
Values:
Not Applicable
True
Attribute Name: parameterType
Values:
advanced or standard
False
True
Attribute Name: productFamily
Values:
API Request
AWS Systems Manager
Attribute Name: servicecode
Values:
AWSSystemsManager
Attribute Name: servicename
Values:
AWS Systems Manager
Attribute Name: steps
Values:
Basic
Duration
Attribute Name: storage
Values:
Not Applicable
True
Attribute Name: termType
Values:
OnDemand
Attribute Name: throughput
Values:
1000
40
high or low
Attribute Name: updates
Values:
Not Applicable
True
Attribute Name: usagetype
Values:
AFS1-APN1-AWS-Out-Bytes AFS1-USE1-AWS-Out-Bytes APE1-TimedStorage-ByteHrs APN1-PS-Param-Processed-Tier2 APN2-OC-OpsItems-Tier1 APN3-EUW3-AWS-Out-Bytes APS1-EUC1-AWS-Out-Bytes APS2-DataTransfer-Out-Bytes APS3-Change-API-Requests-Tier1 CAN1-APN3-AWS-Out-Bytes CAN1-USW2-AWS-Out-Bytes EU-SAE1-AWS-Out-Bytes EUC1-PS-Advanced-Param-Tier1 EUN1-MI-AdvInstances-Hrs EUS1-EUC1-AWS-Out-Bytes EUW2-DataTransfer-Out-Bytes EUW3-Change-API-Requests-Tier1 Global-DataTransfer-Out-Bytes MES1-EUN1-AWS-Out-Bytes SAE1-Doc-API-Requests-Tier1 UGE1-Change-ChangeRequest-Free UGW1-CAN1-AWS-Out-Bytes USE1-APS1-AWS-Out-Bytes USE2-APN3-AWS-Out-Bytes USE2-USW2-AWS-Out-Bytes USW1-UGW1-AWS-Out-Bytes USW2-SAE1-AWS-Out-Bytes
AFS1-APN2-AWS-Out-Bytes AFS1-USE2-AWS-Out-Bytes APE1-UGE1-AWS-Out-Bytes APN1-SAE1-AWS-Out-Bytes APN2-PS-Advanced-Param-Tier1 APN3-MI-AdvInstances-Hrs APS1-EUN1-AWS-Out-Bytes APS2-Doc-API-Requests-Tier1 APS3-Change-ChangeRequest-Free CAN1-AppConfig-Deployments CNN1-OC-API-Requests-Tier1 EU-TimedStorage-ByteHrs EUC1-PS-Param-Processed-Tier1 EUN1-OC-API-Requests-Tier1 EUS1-EUN1-AWS-Out-Bytes EUW2-Doc-API-Requests-Tier1 EUW3-Change-ChangeRequest-Free Global-EU-AWS-Out-Bytes MES1-EUW2-AWS-Out-Bytes SAE1-EU-AWS-Out-Bytes UGE1-Change-ChangeRequest-Tier1 UGW1-Change-API-Requests-Free USE1-APS2-AWS-Out-Bytes USE2-AppConfig-Deployments USW1-APN1-AWS-Out-Bytes USW1-USE1-AWS-Out-Bytes USW2-TimedStorage-ByteHrs
AFS1-APN3-AWS-Out-Bytes AFS1-USW2-AWS-Out-Bytes APE1-UGW1-AWS-Out-Bytes APN1-TimedStorage-ByteHrs APN2-PS-Param-Processed-Tier1 APN3-OC-API-Requests-Tier1 APS1-EUW2-AWS-Out-Bytes APS2-EU-AWS-Out-Bytes APS3-Change-ChangeRequest-Tier1 CAN1-AppConfig-Requests CNN1-OC-OpsItems-Tier1 EU-UGE1-AWS-Out-Bytes EUC1-PS-Param-Processed-Tier2 EUN1-OC-OpsItems-Tier1 EUS1-EUW2-AWS-Out-Bytes EUW2-EU-AWS-Out-Bytes EUW3-Change-ChangeRequest-Tier1 Global-EUC1-AWS-Out-Bytes MES1-EUW3-AWS-Out-Bytes SAE1-EUC1-AWS-Out-Bytes UGE1-DataTransfer-Out-Bytes UGW1-Change-API-Requests-Tier1 USE1-APS3-AWS-Out-Bytes USE2-AppConfig-Requests USW1-APN2-AWS-Out-Bytes USW1-USE2-AWS-Out-Bytes USW2-UGE1-AWS-Out-Bytes
AFS1-AppConfig-Deployments APE1-APN1-AWS-Out-Bytes APE1-USE1-AWS-Out-Bytes APN1-UGE1-AWS-Out-Bytes APN2-PS-Param-Processed-Tier2 APN3-OC-OpsItems-Tier1 APS1-EUW3-AWS-Out-Bytes APS2-EUC1-AWS-Out-Bytes APS3-DataTransfer-Out-Bytes CAN1-APS1-AWS-Out-Bytes CNW1-OC-API-Requests-Tier1 EU-UGW1-AWS-Out-Bytes EUC1-SAE1-AWS-Out-Bytes EUN1-PS-Advanced-Param-Tier1 EUS1-EUW3-AWS-Out-Bytes EUW2-EUC1-AWS-Out-Bytes EUW3-DataTransfer-Out-Bytes Global-EUN1-AWS-Out-Bytes MES1-MI-AdvInstances-Hrs SAE1-EUN1-AWS-Out-Bytes UGE1-Doc-API-Requests-Tier1 UGW1-Change-ChangeRequest-Free USE1-CAN1-AWS-Out-Bytes USE2-APS1-AWS-Out-Bytes USW1-APN3-AWS-Out-Bytes USW1-USW2-AWS-Out-Bytes USW2-UGW1-AWS-Out-Bytes
AFS1-AppConfig-Requests APE1-APN2-AWS-Out-Bytes APE1-USW1-AWS-Out-Bytes APN1-UGW1-AWS-Out-Bytes APN2-SAE1-AWS-Out-Bytes APN3-PS-Advanced-Param-Tier1 APS1-MI-AdvInstances-Hrs APS2-EUN1-AWS-Out-Bytes APS3-Doc-API-Requests-Tier1 CAN1-APS2-AWS-Out-Bytes CNW1-OC-OpsItems-Tier1 EU-USE1-AWS-Out-Bytes EUC1-TimedStorage-ByteHrs EUN1-PS-Param-Processed-Tier1 EUS1-MI-AdvInstances-Hrs EUW2-EUN1-AWS-Out-Bytes EUW3-Doc-API-Requests-Tier1 Global-EUW2-AWS-Out-Bytes MES1-OC-API-Requests-Tier1 SAE1-EUW2-AWS-Out-Bytes UGE1-EU-AWS-Out-Bytes UGW1-Change-ChangeRequest-Tier1 USE1-Change-API-Requests-Free USE2-APS2-AWS-Out-Bytes USW1-AppConfig-Deployments USW2-APN1-AWS-Out-Bytes USW2-USE1-AWS-Out-Bytes
AFS1-APS1-AWS-Out-Bytes APE1-APN3-AWS-Out-Bytes APE1-USW2-AWS-Out-Bytes APN1-USE1-AWS-Out-Bytes APN2-TimedStorage-ByteHrs APN3-PS-Param-Processed-Tier1 APS1-OC-API-Requests-Tier1 APS2-EUW2-AWS-Out-Bytes APS3-EU-AWS-Out-Bytes CAN1-APS3-AWS-Out-Bytes EU-APN1-AWS-Out-Bytes EU-USE2-AWS-Out-Bytes EUC1-UGE1-AWS-Out-Bytes EUN1-PS-Param-Processed-Tier2 EUS1-OC-API-Requests-Tier1 EUW2-EUW3-AWS-Out-Bytes EUW3-EU-AWS-Out-Bytes Global-EUW3-AWS-Out-Bytes MES1-OC-OpsItems-Tier1 SAE1-EUW3-AWS-Out-Bytes UGE1-EUC1-AWS-Out-Bytes UGW1-DataTransfer-Out-Bytes USE1-Change-API-Requests-Tier1 USE2-APS3-AWS-Out-Bytes USW1-AppConfig-Requests USW2-APN2-AWS-Out-Bytes USW2-USE2-AWS-Out-Bytes
AFS1-APS2-AWS-Out-Bytes APE1-AppConfig-Deployments APN1-APN2-AWS-Out-Bytes APN1-USE2-AWS-Out-Bytes APN2-UGE1-AWS-Out-Bytes APN3-PS-Param-Processed-Tier2 APS1-OC-OpsItems-Tier1 APS2-EUW3-AWS-Out-Bytes APS3-EUC1-AWS-Out-Bytes CAN1-Change-API-Requests-Free EU-APN2-AWS-Out-Bytes EU-USW1-AWS-Out-Bytes EUC1-UGW1-AWS-Out-Bytes EUN1-SAE1-AWS-Out-Bytes EUS1-OC-OpsItems-Tier1 EUW2-MI-AdvInstances-Hrs EUW3-EUC1-AWS-Out-Bytes Global-SAE1-AWS-Out-Bytes MES1-PS-Advanced-Param-Tier1 SAE1-MI-AdvInstances-Hrs UGE1-EUN1-AWS-Out-Bytes UGW1-Doc-API-Requests-Tier1 USE1-Change-ChangeRequest-Free USE2-CAN1-AWS-Out-Bytes USW1-APS1-AWS-Out-Bytes USW2-APN3-AWS-Out-Bytes USW2-USW1-AWS-Out-Bytes
AFS1-APS3-AWS-Out-Bytes APE1-AppConfig-Requests APN1-APN3-AWS-Out-Bytes APN1-USW1-AWS-Out-Bytes APN2-UGW1-AWS-Out-Bytes APN3-SAE1-AWS-Out-Bytes APS1-PS-Advanced-Param-Tier1 APS2-MI-AdvInstances-Hrs APS3-EUN1-AWS-Out-Bytes CAN1-Change-API-Requests-Tier1 EU-APN3-AWS-Out-Bytes EU-USW2-AWS-Out-Bytes EUC1-USE1-AWS-Out-Bytes EUN1-TimedStorage-ByteHrs EUS1-PS-Advanced-Param-Tier1 EUW2-OC-API-Requests-Tier1 EUW3-EUN1-AWS-Out-Bytes Global-UGE1-AWS-Out-Bytes MES1-PS-Param-Processed-Tier1 SAE1-OC-API-Requests-Tier1 UGE1-EUW2-AWS-Out-Bytes UGW1-EU-AWS-Out-Bytes USE1-Change-ChangeRequest-Tier1 USE2-Change-API-Requests-Free USW1-APS2-AWS-Out-Bytes USW2-AppConfig-Deployments
AFS1-CAN1-AWS-Out-Bytes APE1-APS1-AWS-Out-Bytes APN1-AppConfig-Deployments APN1-USW2-AWS-Out-Bytes APN2-USE1-AWS-Out-Bytes APN3-TimedStorage-ByteHrs APS1-PS-Param-Processed-Tier1 APS2-OC-API-Requests-Tier1 APS3-EUW2-AWS-Out-Bytes CAN1-Change-ChangeRequest-Free EU-AppConfig-Deployments EUC1-APN1-AWS-Out-Bytes EUC1-USE2-AWS-Out-Bytes EUN1-UGE1-AWS-Out-Bytes EUS1-PS-Param-Processed-Tier1 EUW2-OC-OpsItems-Tier1 EUW3-EUW2-AWS-Out-Bytes Global-UGW1-AWS-Out-Bytes MES1-PS-Param-Processed-Tier2 SAE1-OC-OpsItems-Tier1 UGE1-EUW3-AWS-Out-Bytes UGW1-EUC1-AWS-Out-Bytes USE1-DataTransfer-Out-Bytes USE2-Change-API-Requests-Tier1 USW1-APS3-AWS-Out-Bytes USW2-AppConfig-Requests
AFS1-Change-API-Requests-Free APE1-APS2-AWS-Out-Bytes APN1-AppConfig-Requests APN2-APN1-AWS-Out-Bytes APN2-USE2-AWS-Out-Bytes APN3-UGE1-AWS-Out-Bytes APS1-PS-Param-Processed-Tier2 APS2-OC-OpsItems-Tier1 APS3-EUW3-AWS-Out-Bytes CAN1-Change-ChangeRequest-Tier1 EU-AppConfig-Requests EUC1-APN2-AWS-Out-Bytes EUC1-USW1-AWS-Out-Bytes EUN1-UGW1-AWS-Out-Bytes EUS1-PS-Param-Processed-Tier2 EUW2-PS-Advanced-Param-Tier1 EUW3-MI-AdvInstances-Hrs Global-USE1-AWS-Out-Bytes MES1-SAE1-AWS-Out-Bytes SAE1-PS-Advanced-Param-Tier1 UGE1-MI-AdvInstances-Hrs UGW1-EUN1-AWS-Out-Bytes USE1-Doc-API-Requests-Tier1 USE2-Change-ChangeRequest-Free USW1-CAN1-AWS-Out-Bytes USW2-APS1-AWS-Out-Bytes
AFS1-Change-API-Requests-Tier1 APE1-APS3-AWS-Out-Bytes APN1-APS1-AWS-Out-Bytes APN2-APN3-AWS-Out-Bytes APN2-USW1-AWS-Out-Bytes APN3-UGW1-AWS-Out-Bytes APS1-SAE1-AWS-Out-Bytes APS2-PS-Advanced-Param-Tier1 APS3-MI-AdvInstances-Hrs CAN1-DataTransfer-Out-Bytes EU-APS1-AWS-Out-Bytes EUC1-APN3-AWS-Out-Bytes EUC1-USW2-AWS-Out-Bytes EUN1-USE1-AWS-Out-Bytes EUS1-SAE1-AWS-Out-Bytes EUW2-PS-Param-Processed-Tier1 EUW3-OC-API-Requests-Tier1 Global-USE2-AWS-Out-Bytes MES1-TimedStorage-ByteHrs SAE1-PS-Param-Processed-Tier1 UGE1-OC-API-Requests-Tier1 UGW1-EUW2-AWS-Out-Bytes USE1-EU-AWS-Out-Bytes USE2-Change-ChangeRequest-Tier1 USW1-Change-API-Requests-Free USW2-APS2-AWS-Out-Bytes
AFS1-Change-ChangeRequest-Free APE1-CAN1-AWS-Out-Bytes APN1-APS2-AWS-Out-Bytes APN2-AppConfig-Deployments APN2-USW2-AWS-Out-Bytes APN3-USE1-AWS-Out-Bytes APS1-TimedStorage-ByteHrs APS2-PS-Param-Processed-Tier1 APS3-OC-API-Requests-Tier1 CAN1-Doc-API-Requests-Tier1 EU-APS2-AWS-Out-Bytes EUC1-AppConfig-Deployments EUN1-APN1-AWS-Out-Bytes EUN1-USE2-AWS-Out-Bytes EUS1-TimedStorage-ByteHrs EUW2-PS-Param-Processed-Tier2 EUW3-OC-OpsItems-Tier1 Global-USW1-AWS-Out-Bytes MES1-UGE1-AWS-Out-Bytes SAE1-PS-Param-Processed-Tier2 UGE1-OC-OpsItems-Tier1 UGW1-EUW3-AWS-Out-Bytes USE1-EUC1-AWS-Out-Bytes USE2-DataTransfer-Out-Bytes USW1-Change-API-Requests-Tier1 USW2-APS3-AWS-Out-Bytes
AFS1-Change-ChangeRequest-Tier1 APE1-Change-API-Requests-Free APN1-APS3-AWS-Out-Bytes APN2-AppConfig-Requests APN3-APN1-AWS-Out-Bytes APN3-USE2-AWS-Out-Bytes APS1-UGE1-AWS-Out-Bytes APS2-PS-Param-Processed-Tier2 APS3-OC-OpsItems-Tier1 CAN1-EU-AWS-Out-Bytes EU-APS3-AWS-Out-Bytes EUC1-AppConfig-Requests EUN1-APN2-AWS-Out-Bytes EUN1-USW1-AWS-Out-Bytes EUS1-UGE1-AWS-Out-Bytes EUW2-SAE1-AWS-Out-Bytes EUW3-PS-Advanced-Param-Tier1 Global-USW2-AWS-Out-Bytes MES1-UGW1-AWS-Out-Bytes SAE1-TimedStorage-ByteHrs UGE1-PS-Advanced-Param-Tier1 UGW1-MI-AdvInstances-Hrs USE1-EUN1-AWS-Out-Bytes USE2-Doc-API-Requests-Tier1 USW1-Change-ChangeRequest-Free USW2-CAN1-AWS-Out-Bytes
AFS1-DataTransfer-Out-Bytes APE1-Change-API-Requests-Tier1 APN1-CAN1-AWS-Out-Bytes APN2-APS1-AWS-Out-Bytes APN3-APN2-AWS-Out-Bytes APN3-USW1-AWS-Out-Bytes APS1-UGW1-AWS-Out-Bytes APS2-SAE1-AWS-Out-Bytes APS3-PS-Advanced-Param-Tier1 CAN1-EUC1-AWS-Out-Bytes EU-CAN1-AWS-Out-Bytes EUC1-APS1-AWS-Out-Bytes EUN1-APN3-AWS-Out-Bytes EUN1-USW2-AWS-Out-Bytes EUS1-UGW1-AWS-Out-Bytes EUW2-TimedStorage-ByteHrs EUW3-PS-Param-Processed-Tier1 MES1-APN1-AWS-Out-Bytes MES1-USE2-AWS-Out-Bytes SAE1-UGE1-AWS-Out-Bytes UGE1-PS-Param-Processed-Tier1 UGW1-OC-API-Requests-Tier1 USE1-EUW2-AWS-Out-Bytes USE2-EU-AWS-Out-Bytes USW1-Change-ChangeRequest-Tier1 USW2-Change-API-Requests-Free
AFS1-Doc-API-Requests-Tier1 APE1-Change-ChangeRequest-Free APN1-Change-API-Requests-Free APN2-APS2-AWS-Out-Bytes APN3-AppConfig-Deployments APN3-USW2-AWS-Out-Bytes APS1-USE1-AWS-Out-Bytes APS2-TimedStorage-ByteHrs APS3-PS-Param-Processed-Tier1 CAN1-EUN1-AWS-Out-Bytes EU-Change-API-Requests-Free EUC1-APS2-AWS-Out-Bytes EUN1-AppConfig-Deployments EUS1-APN1-AWS-Out-Bytes EUS1-USE1-AWS-Out-Bytes EUW2-UGE1-AWS-Out-Bytes EUW3-PS-Param-Processed-Tier2 MES1-APN2-AWS-Out-Bytes MES1-USW1-AWS-Out-Bytes SAE1-UGW1-AWS-Out-Bytes UGE1-PS-Param-Processed-Tier2 UGW1-OC-OpsItems-Tier1 USE1-EUW3-AWS-Out-Bytes USE2-EUC1-AWS-Out-Bytes USW1-DataTransfer-Out-Bytes USW2-Change-API-Requests-Tier1
AFS1-EU-AWS-Out-Bytes APE1-Change-ChangeRequest-Tier1 APN1-Change-API-Requests-Tier1 APN2-APS3-AWS-Out-Bytes APN3-AppConfig-Requests APS1-APN1-AWS-Out-Bytes APS1-USE2-AWS-Out-Bytes APS2-UGE1-AWS-Out-Bytes APS3-PS-Param-Processed-Tier2 CAN1-EUW2-AWS-Out-Bytes EU-Change-API-Requests-Tier1 EUC1-APS3-AWS-Out-Bytes EUN1-AppConfig-Requests EUS1-APN2-AWS-Out-Bytes EUS1-USE2-AWS-Out-Bytes EUW2-UGW1-AWS-Out-Bytes EUW3-SAE1-AWS-Out-Bytes MES1-APN3-AWS-Out-Bytes MES1-USW2-AWS-Out-Bytes SAE1-USE1-AWS-Out-Bytes UGE1-SAE1-AWS-Out-Bytes UGW1-PS-Advanced-Param-Tier1 USE1-MI-AdvInstances-Hrs USE2-EUN1-AWS-Out-Bytes USW1-Doc-API-Requests-Tier1 USW2-Change-ChangeRequest-Free
AFS1-EUC1-AWS-Out-Bytes APE1-DataTransfer-Out-Bytes APN1-Change-ChangeRequest-Free APN2-CAN1-AWS-Out-Bytes APN3-APS1-AWS-Out-Bytes APS1-APN2-AWS-Out-Bytes APS1-USW1-AWS-Out-Bytes APS2-UGW1-AWS-Out-Bytes APS3-SAE1-AWS-Out-Bytes CAN1-EUW3-AWS-Out-Bytes EU-Change-ChangeRequest-Free EUC1-CAN1-AWS-Out-Bytes EUN1-APS1-AWS-Out-Bytes EUS1-APN3-AWS-Out-Bytes EUS1-USW2-AWS-Out-Bytes EUW2-USE1-AWS-Out-Bytes EUW3-TimedStorage-ByteHrs MES1-AppConfig-Deployments SAE1-APN1-AWS-Out-Bytes SAE1-USE2-AWS-Out-Bytes UGE1-TimedStorage-ByteHrs UGW1-PS-Param-Processed-Tier1 USE1-OC-API-Requests-Tier1 USE2-EUW2-AWS-Out-Bytes USW1-EU-AWS-Out-Bytes USW2-Change-ChangeRequest-Tier1
AFS1-EUN1-AWS-Out-Bytes APE1-Doc-API-Requests-Tier1 APN1-Change-ChangeRequest-Tier1 APN2-Change-API-Requests-Free APN3-APS2-AWS-Out-Bytes APS1-APN3-AWS-Out-Bytes APS1-USW2-AWS-Out-Bytes APS2-USE1-AWS-Out-Bytes APS3-TimedStorage-ByteHrs CAN1-MI-AdvInstances-Hrs EU-Change-ChangeRequest-Tier1 EUC1-Change-API-Requests-Free EUN1-APS2-AWS-Out-Bytes EUS1-AppConfig-Deployments EUW2-APN1-AWS-Out-Bytes EUW2-USE2-AWS-Out-Bytes EUW3-UGE1-AWS-Out-Bytes MES1-AppConfig-Requests SAE1-APN2-AWS-Out-Bytes SAE1-USW1-AWS-Out-Bytes UGE1-UGW1-AWS-Out-Bytes UGW1-PS-Param-Processed-Tier2 USE1-OC-OpsItems-Tier1 USE2-EUW3-AWS-Out-Bytes USW1-EUC1-AWS-Out-Bytes USW2-DataTransfer-Out-Bytes
AFS1-EUW2-AWS-Out-Bytes APE1-EU-AWS-Out-Bytes APN1-DataTransfer-Out-Bytes APN2-Change-API-Requests-Tier1 APN3-APS3-AWS-Out-Bytes APS1-AppConfig-Deployments APS2-APN1-AWS-Out-Bytes APS2-USE2-AWS-Out-Bytes APS3-UGE1-AWS-Out-Bytes CAN1-OC-API-Requests-Tier1 EU-DataTransfer-Out-Bytes EUC1-Change-API-Requests-Tier1 EUN1-APS3-AWS-Out-Bytes EUS1-AppConfig-Requests EUW2-APN2-AWS-Out-Bytes EUW2-USW1-AWS-Out-Bytes EUW3-UGW1-AWS-Out-Bytes MES1-APS1-AWS-Out-Bytes SAE1-APN3-AWS-Out-Bytes SAE1-USW2-AWS-Out-Bytes UGE1-USE1-AWS-Out-Bytes UGW1-SAE1-AWS-Out-Bytes USE1-PS-Advanced-Param-Tier1 USE2-MI-AdvInstances-Hrs USW1-EUN1-AWS-Out-Bytes USW2-Doc-API-Requests-Tier1
AFS1-EUW3-AWS-Out-Bytes APE1-EUC1-AWS-Out-Bytes APN1-Doc-API-Requests-Tier1 APN2-Change-ChangeRequest-Free APN3-CAN1-AWS-Out-Bytes APS1-AppConfig-Requests APS2-APN2-AWS-Out-Bytes APS2-USW1-AWS-Out-Bytes APS3-UGW1-AWS-Out-Bytes CAN1-OC-OpsItems-Tier1 EU-Doc-API-Requests-Tier1 EUC1-Change-ChangeRequest-Free EUN1-CAN1-AWS-Out-Bytes EUS1-APS1-AWS-Out-Bytes EUW2-APN3-AWS-Out-Bytes EUW2-USW2-AWS-Out-Bytes EUW3-USE1-AWS-Out-Bytes MES1-APS2-AWS-Out-Bytes SAE1-AppConfig-Deployments UGE1-APN1-AWS-Out-Bytes UGE1-USE2-AWS-Out-Bytes UGW1-TimedStorage-ByteHrs USE1-PS-Param-Processed-Tier1 USE2-OC-API-Requests-Tier1 USW1-EUW2-AWS-Out-Bytes USW2-EU-AWS-Out-Bytes
AFS1-MI-AdvInstances-Hrs APE1-EUN1-AWS-Out-Bytes APN1-EU-AWS-Out-Bytes APN2-Change-ChangeRequest-Tier1 APN3-Change-API-Requests-Free APS1-APS2-AWS-Out-Bytes APS2-APN3-AWS-Out-Bytes APS2-USW2-AWS-Out-Bytes APS3-USE1-AWS-Out-Bytes CAN1-PS-Advanced-Param-Tier1 EU-EUC1-AWS-Out-Bytes EUC1-Change-ChangeRequest-Tier1 EUN1-Change-API-Requests-Free EUS1-APS2-AWS-Out-Bytes EUW2-AppConfig-Deployments EUW3-APN1-AWS-Out-Bytes EUW3-USE2-AWS-Out-Bytes MES1-APS3-AWS-Out-Bytes SAE1-AppConfig-Requests UGE1-APN2-AWS-Out-Bytes UGE1-USW1-AWS-Out-Bytes UGW1-UGE1-AWS-Out-Bytes USE1-PS-Param-Processed-Tier2 USE2-OC-OpsItems-Tier1 USW1-EUW3-AWS-Out-Bytes USW2-EUC1-AWS-Out-Bytes
AFS1-OC-API-Requests-Tier1 APE1-EUW2-AWS-Out-Bytes APN1-EUC1-AWS-Out-Bytes APN2-DataTransfer-Out-Bytes APN3-Change-API-Requests-Tier1 APS1-APS3-AWS-Out-Bytes APS2-AppConfig-Deployments APS3-APN1-AWS-Out-Bytes APS3-USE2-AWS-Out-Bytes CAN1-PS-Param-Processed-Tier1 EU-EUN1-AWS-Out-Bytes EUC1-DataTransfer-Out-Bytes EUN1-Change-API-Requests-Tier1 EUS1-APS3-AWS-Out-Bytes EUW2-AppConfig-Requests EUW3-APN2-AWS-Out-Bytes EUW3-USW1-AWS-Out-Bytes MES1-CAN1-AWS-Out-Bytes SAE1-APS1-AWS-Out-Bytes UGE1-APN3-AWS-Out-Bytes UGE1-USW2-AWS-Out-Bytes UGW1-USE1-AWS-Out-Bytes USE1-SAE1-AWS-Out-Bytes USE2-PS-Advanced-Param-Tier1 USW1-MI-AdvInstances-Hrs USW2-EUN1-AWS-Out-Bytes
AFS1-OC-OpsItems-Tier1 APE1-EUW3-AWS-Out-Bytes APN1-EUN1-AWS-Out-Bytes APN2-Doc-API-Requests-Tier1 APN3-Change-ChangeRequest-Free APS1-CAN1-AWS-Out-Bytes APS2-AppConfig-Requests APS3-APN2-AWS-Out-Bytes APS3-USW1-AWS-Out-Bytes CAN1-PS-Param-Processed-Tier2 EU-EUW2-AWS-Out-Bytes EUC1-Doc-API-Requests-Tier1 EUN1-Change-ChangeRequest-Free EUS1-CAN1-AWS-Out-Bytes EUW2-APS1-AWS-Out-Bytes EUW3-APN3-AWS-Out-Bytes EUW3-USW2-AWS-Out-Bytes MES1-Change-API-Requests-Free SAE1-APS2-AWS-Out-Bytes UGE1-AppConfig-Deployments UGW1-APN1-AWS-Out-Bytes UGW1-USE2-AWS-Out-Bytes USE1-TimedStorage-ByteHrs USE2-PS-Param-Processed-Tier1 USW1-OC-API-Requests-Tier1 USW2-EUW2-AWS-Out-Bytes
AFS1-PS-Advanced-Param-Tier1 APE1-MI-AdvInstances-Hrs APN1-EUW2-AWS-Out-Bytes APN2-EU-AWS-Out-Bytes APN3-Change-ChangeRequest-Tier1 APS1-Change-API-Requests-Free APS2-APS1-AWS-Out-Bytes APS3-APN3-AWS-Out-Bytes APS3-USW2-AWS-Out-Bytes CAN1-SAE1-AWS-Out-Bytes EU-EUW3-AWS-Out-Bytes EUC1-EU-AWS-Out-Bytes EUN1-Change-ChangeRequest-Tier1 EUS1-Change-API-Requests-Free EUW2-APS2-AWS-Out-Bytes EUW3-AppConfig-Deployments Global-APN1-AWS-Out-Bytes MES1-Change-API-Requests-Tier1 SAE1-APS3-AWS-Out-Bytes UGE1-AppConfig-Requests UGW1-APN2-AWS-Out-Bytes UGW1-USW1-AWS-Out-Bytes USE1-UGE1-AWS-Out-Bytes USE2-PS-Param-Processed-Tier2 USW1-OC-OpsItems-Tier1 USW2-EUW3-AWS-Out-Bytes
AFS1-PS-Param-Processed-Tier1 APE1-OC-API-Requests-Tier1 APN1-EUW3-AWS-Out-Bytes APN2-EUC1-AWS-Out-Bytes APN3-DataTransfer-Out-Bytes APS1-Change-API-Requests-Tier1 APS2-APS3-AWS-Out-Bytes APS3-AppConfig-Deployments AWS-Auto-ScriptDuration-Tier3 CAN1-TimedStorage-ByteHrs EU-MI-AdvInstances-Hrs EUC1-EUN1-AWS-Out-Bytes EUN1-DataTransfer-Out-Bytes EUS1-Change-API-Requests-Tier1 EUW2-APS3-AWS-Out-Bytes EUW3-AppConfig-Requests Global-APN2-AWS-Out-Bytes MES1-Change-ChangeRequest-Free SAE1-CAN1-AWS-Out-Bytes UGE1-APS1-AWS-Out-Bytes UGW1-APN3-AWS-Out-Bytes UGW1-USW2-AWS-Out-Bytes USE1-UGW1-AWS-Out-Bytes USE2-SAE1-AWS-Out-Bytes USW1-PS-Advanced-Param-Tier1 USW2-MI-AdvInstances-Hrs
AFS1-PS-Param-Processed-Tier2 APE1-OC-OpsItems-Tier1 APN1-MI-AdvInstances-Hrs APN2-EUN1-AWS-Out-Bytes APN3-Doc-API-Requests-Tier1 APS1-Change-ChangeRequest-Free APS2-CAN1-AWS-Out-Bytes APS3-AppConfig-Requests AWS-Auto-Steps-Tier1 CAN1-UGE1-AWS-Out-Bytes EU-OC-API-Requests-Tier1 EUC1-EUW2-AWS-Out-Bytes EUN1-Doc-API-Requests-Tier1 EUS1-Change-ChangeRequest-Free EUW2-CAN1-AWS-Out-Bytes EUW3-APS1-AWS-Out-Bytes Global-APN3-AWS-Out-Bytes MES1-Change-ChangeRequest-Tier1 SAE1-Change-API-Requests-Free UGE1-APS2-AWS-Out-Bytes UGW1-AppConfig-Deployments USE1-APN1-AWS-Out-Bytes USE1-USE2-AWS-Out-Bytes USE2-TimedStorage-ByteHrs USW1-PS-Param-Processed-Tier1 USW2-OC-API-Requests-Tier1
AFS1-SAE1-AWS-Out-Bytes APE1-PS-Advanced-Param-Tier1 APN1-OC-API-Requests-Tier1 APN2-EUW2-AWS-Out-Bytes APN3-EU-AWS-Out-Bytes APS1-Change-ChangeRequest-Tier1 APS2-Change-API-Requests-Free APS3-APS1-AWS-Out-Bytes AWS-US-GOV-Auto-ScriptDuration-Tier3 CAN1-UGW1-AWS-Out-Bytes EU-OC-OpsItems-Tier1 EUC1-EUW3-AWS-Out-Bytes EUN1-EU-AWS-Out-Bytes EUS1-Change-ChangeRequest-Tier1 EUW2-Change-API-Requests-Free EUW3-APS2-AWS-Out-Bytes Global-APS1-AWS-Out-Bytes MES1-DataTransfer-Out-Bytes SAE1-Change-API-Requests-Tier1 UGE1-APS3-AWS-Out-Bytes UGW1-AppConfig-Requests USE1-APN2-AWS-Out-Bytes USE1-USW1-AWS-Out-Bytes USE2-UGE1-AWS-Out-Bytes USW1-PS-Param-Processed-Tier2 USW2-OC-OpsItems-Tier1
AFS1-TimedStorage-ByteHrs APE1-PS-Param-Processed-Tier1 APN1-OC-OpsItems-Tier1 APN2-EUW3-AWS-Out-Bytes APN3-EUC1-AWS-Out-Bytes APS1-DataTransfer-Out-Bytes APS2-Change-API-Requests-Tier1 APS3-APS2-AWS-Out-Bytes AWS-US-GOV-Auto-Steps-Tier1 CAN1-USE1-AWS-Out-Bytes EU-PS-Advanced-Param-Tier1 EUC1-MI-AdvInstances-Hrs EUN1-EUC1-AWS-Out-Bytes EUS1-DataTransfer-Out-Bytes EUW2-Change-API-Requests-Tier1 EUW3-APS3-AWS-Out-Bytes Global-APS2-AWS-Out-Bytes MES1-Doc-API-Requests-Tier1 SAE1-Change-ChangeRequest-Free UGE1-CAN1-AWS-Out-Bytes UGW1-APS1-AWS-Out-Bytes USE1-APN3-AWS-Out-Bytes USE1-USW2-AWS-Out-Bytes USE2-UGW1-AWS-Out-Bytes USW1-SAE1-AWS-Out-Bytes USW2-PS-Advanced-Param-Tier1
AFS1-UGE1-AWS-Out-Bytes APE1-PS-Param-Processed-Tier2 APN1-PS-Advanced-Param-Tier1 APN2-MI-AdvInstances-Hrs APN3-EUN1-AWS-Out-Bytes APS1-Doc-API-Requests-Tier1 APS2-Change-ChangeRequest-Free APS3-CAN1-AWS-Out-Bytes CAN1-APN1-AWS-Out-Bytes CAN1-USE2-AWS-Out-Bytes EU-PS-Param-Processed-Tier1 EUC1-OC-API-Requests-Tier1 EUN1-EUW2-AWS-Out-Bytes EUS1-Doc-API-Requests-Tier1 EUW2-Change-ChangeRequest-Free EUW3-CAN1-AWS-Out-Bytes Global-APS3-AWS-Out-Bytes MES1-EU-AWS-Out-Bytes SAE1-Change-ChangeRequest-Tier1 UGE1-Change-API-Requests-Free UGW1-APS2-AWS-Out-Bytes USE1-AppConfig-Deployments USE2-APN1-AWS-Out-Bytes USE2-USE1-AWS-Out-Bytes USW1-TimedStorage-ByteHrs USW2-PS-Param-Processed-Tier1
AFS1-UGW1-AWS-Out-Bytes APE1-SAE1-AWS-Out-Bytes APN1-PS-Param-Processed-Tier1 APN2-OC-API-Requests-Tier1 APN3-EUW2-AWS-Out-Bytes APS1-EU-AWS-Out-Bytes APS2-Change-ChangeRequest-Tier1 APS3-Change-API-Requests-Free CAN1-APN2-AWS-Out-Bytes CAN1-USW1-AWS-Out-Bytes EU-PS-Param-Processed-Tier2 EUC1-OC-OpsItems-Tier1 EUN1-EUW3-AWS-Out-Bytes EUS1-EU-AWS-Out-Bytes EUW2-Change-ChangeRequest-Tier1 EUW3-Change-API-Requests-Free Global-CAN1-AWS-Out-Bytes MES1-EUC1-AWS-Out-Bytes SAE1-DataTransfer-Out-Bytes UGE1-Change-API-Requests-Tier1 UGW1-APS3-AWS-Out-Bytes USE1-AppConfig-Requests USE2-APN2-AWS-Out-Bytes USE2-USW1-AWS-Out-Bytes USW1-UGE1-AWS-Out-Bytes USW2-PS-Param-Processed-Tier2
We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Systems Manager.
If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.