AWS Storage Gateway Price List API all Attribute Names and Values


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.

Note: All the list below are in alphabetical order.

Service Code: AWSStorageGateway

Python Code to get Attribute Names for AWSStorageGateway using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSStorageGateway')

attribute_names = response['Services'][0]['AttributeNames']

print(attribute_names)

Attribute Name List for AWSStorageGateway


Python Code to get the Attribute Values List for AWSStorageGateway using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSStorageGateway')

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='AWSStorageGateway',
        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 AWSStorageGateway

Attribute Name: feeCode
Values:

StorageGateway-TapeEarlyDeleteFee
StorageGateway-TapeGlacierRetrieval
StorageGateway-TapeRetrieval
StorageGateway-UploadedBytes

Attribute Name: feeDescription
Values:

Fee for peak concurrent data retrieval in a month
Fee for retrieving virtual tape from Glacier
Fee for uploaded bytes into Storage Gateway
Pro-rated fee for deleting an archived virtual tape prior to 90 days

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: maximumCapacity
Values:

2.5 TB
32 TB

Attribute Name: productFamily
Values:

StorageGateway-Fee
StorageGateway-Storage

Attribute Name: Restriction
Values:

Limited SKU Usage

Attribute Name: servicecode
Values:

AWSStorageGateway

Attribute Name: servicename
Values:

AWS Storage Gateway

Attribute Name: storageClass
Values:

Glacier
Standard

Attribute Name: storageDescription
Values:

Virtual Tape in Library
Volume - Cached

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

AFS1-Gateway:VolumeUsage        APS1-Gateway:VTS-EarlyDelete    EU-Uploaded-Bytes               EUW3-Gateway:VTS-EarlyDelete    UGW1-Gateway:VolumeUsage        
AFS1-Gateway:VTL-Storage        APS1-Gateway:VTS-Storage        EUC1-Gateway:VolumeUsage        EUW3-Gateway:VTS-Storage        UGW1-Gateway:VTL-Storage        
AFS1-Gateway:VTS-EarlyDelete    APS1-Retrieval-Bytes            EUC1-Gateway:VTL-Storage        EUW3-Retrieval-Bytes            UGW1-Gateway:VTS-EarlyDelete    
AFS1-Gateway:VTS-Retrieval      APS1-Uploaded-Bytes             EUC1-Gateway:VTS-EarlyDelete    EUW3-Uploaded-Bytes             UGW1-Gateway:VTS-Storage        
AFS1-Gateway:VTS-Storage        APS2-Gateway:VolumeUsage        EUC1-Gateway:VTS-Retrieval      Gateway:VolumeUsage             UGW1-Retrieval-Bytes            
AFS1-Retrieval-Bytes            APS2-Gateway:VTL-Storage        EUC1-Gateway:VTS-Storage        Gateway:VTL-Storage             UGW1-Uploaded-Bytes             
AFS1-Uploaded-Bytes             APS2-Gateway:VTS-EarlyDelete    EUC1-Retrieval-Bytes            Gateway:VTS-EarlyDelete         USE1-Retrieval-Bytes            
APE1-Gateway:VolumeUsage        APS2-Gateway:VTS-Retrieval      EUC1-Uploaded-Bytes             Gateway:VTS-Retrieval           USE1-Uploaded-Bytes             
APE1-Gateway:VTL-Storage        APS2-Gateway:VTS-Storage        EUN1-Gateway:VolumeUsage        Gateway:VTS-Storage             USE2-Gateway:VolumeUsage        
APE1-Gateway:VTS-EarlyDelete    APS2-Retrieval-Bytes            EUN1-Gateway:VTL-Storage        Global-Uploaded-Bytes           USE2-Gateway:VTL-Storage        
APE1-Gateway:VTS-Retrieval      APS2-Uploaded-Bytes             EUN1-Gateway:VTS-EarlyDelete    MES1-Gateway:VolumeUsage        USE2-Gateway:VTS-EarlyDelete    
APE1-Gateway:VTS-Storage        APS3-Gateway:VolumeUsage        EUN1-Gateway:VTS-Storage        MES1-Gateway:VTL-Storage        USE2-Gateway:VTS-Retrieval      
APE1-Retrieval-Bytes            APS3-Gateway:VTL-Storage        EUN1-Retrieval-Bytes            MES1-Gateway:VTS-EarlyDelete    USE2-Gateway:VTS-Storage        
APE1-Uploaded-Bytes             APS3-Gateway:VTS-EarlyDelete    EUN1-Uploaded-Bytes             MES1-Gateway:VTS-Retrieval      USE2-Retrieval-Bytes            
APN1-Gateway:VolumeUsage        APS3-Gateway:VTS-Storage        EUS1-Gateway:VolumeUsage        MES1-Gateway:VTS-Storage        USE2-Uploaded-Bytes             
APN1-Gateway:VTL-Storage        APS3-Retrieval-Bytes            EUS1-Gateway:VTL-Storage        MES1-Retrieval-Bytes            USW1-Gateway:VolumeUsage        
APN1-Gateway:VTS-EarlyDelete    APS3-Uploaded-Bytes             EUS1-Gateway:VTS-EarlyDelete    MES1-Uploaded-Bytes             USW1-Gateway:VTL-Storage        
APN1-Gateway:VTS-Retrieval      CAN1-Gateway:VolumeUsage        EUS1-Gateway:VTS-Retrieval      SAE1-Gateway:VolumeUsage        USW1-Gateway:VTS-EarlyDelete    
APN1-Gateway:VTS-Storage        CAN1-Gateway:VTL-Storage        EUS1-Gateway:VTS-Storage        SAE1-Gateway:VTL-Storage        USW1-Gateway:VTS-Retrieval      
APN1-Retrieval-Bytes            CAN1-Gateway:VTS-EarlyDelete    EUS1-Retrieval-Bytes            SAE1-Gateway:VTS-EarlyDelete    USW1-Gateway:VTS-Storage        
APN1-Uploaded-Bytes             CAN1-Gateway:VTS-Retrieval      EUS1-Uploaded-Bytes             SAE1-Gateway:VTS-Retrieval      USW1-Retrieval-Bytes            
APN2-Gateway:VolumeUsage        CAN1-Gateway:VTS-Storage        EUW2-Gateway:VolumeUsage        SAE1-Gateway:VTS-Storage        USW1-Uploaded-Bytes             
APN2-Gateway:VTL-Storage        CAN1-Retrieval-Bytes            EUW2-Gateway:VTL-Storage        SAE1-Retrieval-Bytes            USW2-Gateway:VolumeUsage        
APN2-Gateway:VTS-EarlyDelete    CAN1-Uploaded-Bytes             EUW2-Gateway:VTS-EarlyDelete    SAE1-Uploaded-Bytes             USW2-Gateway:VTL-Storage        
APN2-Gateway:VTS-Retrieval      EU-Gateway:VolumeUsage          EUW2-Gateway:VTS-Retrieval      UGE1-Gateway:VolumeUsage        USW2-Gateway:VTS-EarlyDelete    
APN2-Gateway:VTS-Storage        EU-Gateway:VTL-Storage          EUW2-Gateway:VTS-Storage        UGE1-Gateway:VTL-Storage        USW2-Gateway:VTS-Retrieval      
APN2-Retrieval-Bytes            EU-Gateway:VTS-EarlyDelete      EUW2-Retrieval-Bytes            UGE1-Gateway:VTS-EarlyDelete    USW2-Gateway:VTS-Storage        
APN2-Uploaded-Bytes             EU-Gateway:VTS-Retrieval        EUW2-Uploaded-Bytes             UGE1-Gateway:VTS-Storage        USW2-Retrieval-Bytes            
APS1-Gateway:VolumeUsage        EU-Gateway:VTS-Storage          EUW3-Gateway:VolumeUsage        UGE1-Retrieval-Bytes            USW2-Uploaded-Bytes             
APS1-Gateway:VTL-Storage        EU-Retrieval-Bytes              EUW3-Gateway:VTL-Storage        UGE1-Uploaded-Bytes             

Attribute Name: version
Values:

Current
Deprecated

We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Storage Gateway.

If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.


Leave a Reply

Your email address will not be published. Required fields are marked *