Last Updated on April 29, 2021
Below is a reference for all attribute names and attribute values in AWS Price List API for AWS Storage Gateway Deep Archive.
Note: All the list below are in alphabetical order.
Service Code: AWSStorageGatewayDeepArchive
Python Code to get Attribute Names for AWSStorageGatewayDeepArchive using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSStorageGatewayDeepArchive')
attribute_names = response['Services'][0]['AttributeNames']
print(attribute_names)
Attribute Name List for AWSStorageGatewayDeepArchive
- feeCode
- feeDescription
- location
- locationType
- maximumCapacity
- operation
- productFamily
- servicecode
- servicename
- storageClass
- storageDescription
- termType
- usagetype
Python Code to get the Attribute Values List for AWSStorageGatewayDeepArchive using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AWSStorageGatewayDeepArchive')
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='AWSStorageGatewayDeepArchive',
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 AWSStorageGatewayDeepArchive
Attribute Name: feeCode
Values:
StorageGateway-DA-EarlyDeleteFee
StorageGateway-DA-MoveFee
StorageGateway-TapeDARetrieval
Attribute Name: feeDescription
Values:
Fee for moving a tape between Glacier and Deep Archive
Fee for retrieving virtual tape from Deep Archive
Pro-rated fee for deleting an archived virtual tape prior to 180 days
Attribute Name: location
Values:
Africa (Cape Town)
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: maximumCapacity
Values:
2.5 TB
Attribute Name: operation
Values:
TapeBytes
Attribute Name: productFamily
Values:
StorageGateway-Deep Archive
StorageGateway-Deep Archive-Fee
Attribute Name: servicecode
Values:
AWSStorageGatewayDeepArchive
Attribute Name: servicename
Values:
AWS Storage Gateway Deep Archive
Attribute Name: storageClass
Values:
Deep Archive
Attribute Name: storageDescription
Values:
Virtual Tape in Library
Attribute Name: termType
Values:
OnDemand
Attribute Name: usagetype
Values:
AFS1-Gateway:VTS-EarlyDelete-DA CAN1-Gateway:VTS-Storage-DA MES1-Gateway:VTS-Move-Bytes-DA
AFS1-Gateway:VTS-Move-Bytes-DA CAN1-Retrieval-Bytes-DA MES1-Gateway:VTS-Storage-DA
AFS1-Gateway:VTS-Storage-DA EU-Gateway:VTS-EarlyDelete-DA MES1-Retrieval-Bytes-DA
AFS1-Retrieval-Bytes-DA EU-Gateway:VTS-Move-Bytes-DA SAE1-Gateway:VTS-EarlyDelete-DA
APE1-Gateway:VTS-EarlyDelete-DA EU-Gateway:VTS-Storage-DA SAE1-Gateway:VTS-Move-Bytes-DA
APE1-Gateway:VTS-Move-Bytes-DA EU-Retrieval-Bytes-DA SAE1-Gateway:VTS-Storage-DA
APE1-Gateway:VTS-Storage-DA EUC1-Gateway:VTS-EarlyDelete-DA SAE1-Retrieval-Bytes-DA
APE1-Retrieval-Bytes-DA EUC1-Gateway:VTS-Move-Bytes-DA UGE1-Gateway:VTS-EarlyDelete-DA
APN1-Gateway:VTS-EarlyDelete-DA EUC1-Gateway:VTS-Storage-DA UGE1-Gateway:VTS-Move-Bytes-DA
APN1-Gateway:VTS-Move-Bytes-DA EUC1-Retrieval-Bytes-DA UGE1-Gateway:VTS-Storage-DA
APN1-Gateway:VTS-Storage-DA EUN1-Gateway:VTS-EarlyDelete-DA UGE1-Retrieval-Bytes-DA
APN1-Retrieval-Bytes-DA EUN1-Gateway:VTS-Move-Bytes-DA UGW1-Gateway:VTS-EarlyDelete-DA
APN2-Gateway:VTS-EarlyDelete-DA EUN1-Gateway:VTS-Storage-DA UGW1-Gateway:VTS-Move-Bytes-DA
APN2-Gateway:VTS-Move-Bytes-DA EUN1-Retrieval-Bytes-DA UGW1-Gateway:VTS-Storage-DA
APN2-Gateway:VTS-Storage-DA EUS1-Gateway:VTS-EarlyDelete-DA UGW1-Retrieval-Bytes-DA
APN2-Retrieval-Bytes-DA EUS1-Gateway:VTS-Move-Bytes-DA USE1-Retrieval-Bytes-DA
APS1-Gateway:VTS-EarlyDelete-DA EUS1-Gateway:VTS-Storage-DA USE2-Gateway:VTS-EarlyDelete-DA
APS1-Gateway:VTS-Move-Bytes-DA EUS1-Retrieval-Bytes-DA USE2-Gateway:VTS-Move-Bytes-DA
APS1-Gateway:VTS-Storage-DA EUW2-Gateway:VTS-EarlyDelete-DA USE2-Gateway:VTS-Storage-DA
APS1-Retrieval-Bytes-DA EUW2-Gateway:VTS-Move-Bytes-DA USE2-Retrieval-Bytes-DA
APS2-Gateway:VTS-EarlyDelete-DA EUW2-Gateway:VTS-Storage-DA USW1-Gateway:VTS-EarlyDelete-DA
APS2-Gateway:VTS-Move-Bytes-DA EUW2-Retrieval-Bytes-DA USW1-Gateway:VTS-Move-Bytes-DA
APS2-Gateway:VTS-Storage-DA EUW3-Gateway:VTS-EarlyDelete-DA USW1-Gateway:VTS-Storage-DA
APS2-Retrieval-Bytes-DA EUW3-Gateway:VTS-Move-Bytes-DA USW1-Retrieval-Bytes-DA
APS3-Gateway:VTS-EarlyDelete-DA EUW3-Gateway:VTS-Storage-DA USW2-Gateway:VTS-EarlyDelete-DA
APS3-Gateway:VTS-Move-Bytes-DA EUW3-Retrieval-Bytes-DA USW2-Gateway:VTS-Move-Bytes-DA
APS3-Gateway:VTS-Storage-DA Gateway:VTS-EarlyDelete-DA USW2-Gateway:VTS-Storage-DA
APS3-Retrieval-Bytes-DA Gateway:VTS-Move-Bytes-DA USW2-Retrieval-Bytes-DA
CAN1-Gateway:VTS-EarlyDelete-DA Gateway:VTS-Storage-DA
CAN1-Gateway:VTS-Move-Bytes-DA MES1-Gateway:VTS-EarlyDelete-DA
We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Storage Gateway Deep Archive.
If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.