Amazon Glacier AWS Price List API all Attribute Names and Values


Last Updated on April 28, 2021

Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Glacier.

Note: All the list below are in alphabetical order.

Service Code: AmazonGlacier

Python Code to get Attribute Names for AmazonGlacier using Boto3

import boto3

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

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

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

print(attribute_names)

Attribute Name List for AmazonGlacier


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

import boto3

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

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

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

Attribute Name: availability
Values:

N/A

Attribute Name: durability
Values:

99.999999999%

Attribute Name: feeCode
Values:

Glacier-Bulk-Retrieval
Glacier-Bulk-Select-Returned
Glacier-Bulk-Select-Scanned
Glacier-EarlyDelete
Glacier-Expedited-Retrieval
Glacier-Expedited-Select-Returned
Glacier-Expedited-Select-Scanned
Glacier-PeakRestore
Glacier-Provisioned-Capacity
Glacier-Standard-Retrieval
Glacier-Standard-Select-Returned
Glacier-Standard-Select-Scanned

Attribute Name: feeDescription
Values:

Fee for Bulk Retrieval of data stored
Fee for Expedited Retrieval of data stored
Fee for Provisioned Retrieval Request Capacity
Fee for Select Data Returned using Bulk tier
Fee for Select Data Returned using Expedited tier
Fee for Select Data Returned using Standard tier
Fee for Select Data Scanned using Bulk tier
Fee for Select Data Scanned using Expedited tier
Fee for Select Data Scanned using Standard tier
Fee for Standard Retrieval of data stored
Pro-rated fee for deleting items prior to 90 days
Pro-rated fee for retrieving greater than 5% of data stored

Attribute Name: group
Values:

Glacier-Tier1
Glacier-Tier2
Glacier-Tier3

Attribute Name: groupDescription
Values:

Bulk UPLOAD or RETRIEVAL requests
Expedited UPLOAD or RETRIEVAL requests
UPLOAD and RETRIEVAL Requests

Attribute Name: location
Values:

Africa (Cape Town)
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)
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: productFamily
Values:

API Request
Fee
Storage

Attribute Name: servicecode
Values:

AmazonGlacier

Attribute Name: servicename
Values:

Amazon Glacier

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

AFS1-Bulk-Retrieval-Bytes          APE1-TimedStorage-ByteHrs          APN2-Std-Select-Returned-Bytes     APS1-Std-Select-Returned-Bytes     APS3-Requests-Tier3                EU-Exp-Select-Scanned-Bytes        EUN1-EarlyDelete-ByteHrs           EUW2-Bulk-Select-Returned-Bytes    Exp-Select-Returned-Bytes          SAE1-Expedited-Retrieval-Bytes     UGW1-Requests-Tier3                USW1-Requests-Tier3                
AFS1-Bulk-Select-Returned-Bytes    APN1-Bulk-Retrieval-Bytes          APN2-Std-Select-Scanned-Bytes      APS1-Std-Select-Scanned-Bytes      APS3-Standard-Retrieval-Bytes      EU-Expedited-Retrieval-Bytes       EUN1-Exp-Select-Returned-Bytes     EUW2-Bulk-Select-Scanned-Bytes     Exp-Select-Scanned-Bytes           SAE1-ProvisionedCapacityUnit       UGW1-Standard-Retrieval-Bytes      USW1-Standard-Retrieval-Bytes      
AFS1-Bulk-Select-Scanned-Bytes     APN1-Bulk-Select-Returned-Bytes    APN2-TimedStorage-ByteHrs          APS1-TimedStorage-ByteHrs          APS3-Std-Select-Returned-Bytes     EU-Peak-Retrieval-Bytes-Delta      EUN1-Exp-Select-Scanned-Bytes      EUW2-EarlyDelete-ByteHrs           Expedited-Retrieval-Bytes          SAE1-Requests-Tier1                UGW1-TimedStorage-ByteHrs          USW1-Std-Select-Returned-Bytes     
AFS1-EarlyDelete-ByteHrs           APN1-Bulk-Select-Scanned-Bytes     APN3-Bulk-Retrieval-Bytes          APS2-Bulk-Retrieval-Bytes          APS3-Std-Select-Scanned-Bytes      EU-ProvisionedCapacityUnit         EUN1-Expedited-Retrieval-Bytes     EUW2-Exp-Select-Returned-Bytes     MES1-Bulk-Retrieval-Bytes          SAE1-Requests-Tier2                USE2-Bulk-Retrieval-Bytes          USW1-Std-Select-Scanned-Bytes      
AFS1-Exp-Select-Returned-Bytes     APN1-EarlyDelete-ByteHrs           APN3-Bulk-Select-Returned-Bytes    APS2-Bulk-Select-Returned-Bytes    APS3-TimedStorage-ByteHrs          EU-Requests-Tier1                  EUN1-Peak-Retrieval-Bytes-Delta    EUW2-Exp-Select-Scanned-Bytes      MES1-Bulk-Select-Returned-Bytes    SAE1-Requests-Tier3                USE2-Bulk-Select-Returned-Bytes    USW1-TimedStorage-ByteHrs          
AFS1-Exp-Select-Scanned-Bytes      APN1-Exp-Select-Returned-Bytes     APN3-Bulk-Select-Scanned-Bytes     APS2-Bulk-Select-Scanned-Bytes     Bulk-Retrieval-Bytes               EU-Requests-Tier2                  EUN1-ProvisionedCapacityUnit       EUW2-Expedited-Retrieval-Bytes     MES1-Bulk-Select-Scanned-Bytes     SAE1-Standard-Retrieval-Bytes      USE2-Bulk-Select-Scanned-Bytes     USW2-Bulk-Retrieval-Bytes          
AFS1-Expedited-Retrieval-Bytes     APN1-Exp-Select-Scanned-Bytes      APN3-EarlyDelete-ByteHrs           APS2-EarlyDelete-ByteHrs           Bulk-Select-Returned-Bytes         EU-Requests-Tier3                  EUN1-Requests-Tier1                EUW2-Peak-Retrieval-Bytes-Delta    MES1-EarlyDelete-ByteHrs           SAE1-Std-Select-Returned-Bytes     USE2-EarlyDelete-ByteHrs           USW2-Bulk-Select-Returned-Bytes    
AFS1-Peak-Retrieval-Bytes-Delta    APN1-Expedited-Retrieval-Bytes     APN3-Exp-Select-Returned-Bytes     APS2-Exp-Select-Returned-Bytes     Bulk-Select-Scanned-Bytes          EU-Standard-Retrieval-Bytes        EUN1-Requests-Tier2                EUW2-ProvisionedCapacityUnit       MES1-Exp-Select-Returned-Bytes     SAE1-Std-Select-Scanned-Bytes      USE2-Exp-Select-Returned-Bytes     USW2-Bulk-Select-Scanned-Bytes     
AFS1-ProvisionedCapacityUnit       APN1-Peak-Retrieval-Bytes-Delta    APN3-Exp-Select-Scanned-Bytes      APS2-Exp-Select-Scanned-Bytes      CAN1-Bulk-Retrieval-Bytes          EU-Std-Select-Returned-Bytes       EUN1-Requests-Tier3                EUW2-Requests-Tier1                MES1-Exp-Select-Scanned-Bytes      SAE1-TimedStorage-ByteHrs          USE2-Exp-Select-Scanned-Bytes      USW2-EarlyDelete-ByteHrs           
AFS1-Requests-Tier1                APN1-ProvisionedCapacityUnit       APN3-Expedited-Retrieval-Bytes     APS2-Expedited-Retrieval-Bytes     CAN1-Bulk-Select-Returned-Bytes    EU-Std-Select-Scanned-Bytes        EUN1-Standard-Retrieval-Bytes      EUW2-Requests-Tier2                MES1-Expedited-Retrieval-Bytes     Standard-Retrieval-Bytes           USE2-Expedited-Retrieval-Bytes     USW2-Exp-Select-Returned-Bytes     
AFS1-Requests-Tier2                APN1-Requests-Tier1                APN3-ProvisionedCapacityUnit       APS2-Peak-Retrieval-Bytes-Delta    CAN1-Bulk-Select-Scanned-Bytes     EU-TimedStorage-ByteHrs            EUN1-Std-Select-Returned-Bytes     EUW2-Requests-Tier3                MES1-Peak-Retrieval-Bytes-Delta    Std-Select-Returned-Bytes          USE2-Peak-Retrieval-Bytes-Delta    USW2-Exp-Select-Scanned-Bytes      
AFS1-Requests-Tier3                APN1-Requests-Tier2                APN3-Requests-Tier1                APS2-ProvisionedCapacityUnit       CAN1-EarlyDelete-ByteHrs           EUC1-Bulk-Retrieval-Bytes          EUN1-Std-Select-Scanned-Bytes      EUW2-Standard-Retrieval-Bytes      MES1-ProvisionedCapacityUnit       Std-Select-Scanned-Bytes           USE2-ProvisionedCapacityUnit       USW2-Expedited-Retrieval-Bytes     
AFS1-Standard-Retrieval-Bytes      APN1-Requests-Tier3                APN3-Requests-Tier2                APS2-Requests-Tier1                CAN1-Exp-Select-Returned-Bytes     EUC1-Bulk-Select-Returned-Bytes    EUN1-TimedStorage-ByteHrs          EUW2-Std-Select-Returned-Bytes     MES1-Requests-Tier1                TimedStorage-ByteHrs               USE2-Requests-Tier1                USW2-Peak-Retrieval-Bytes-Delta    
AFS1-Std-Select-Returned-Bytes     APN1-Standard-Retrieval-Bytes      APN3-Requests-Tier3                APS2-Requests-Tier2                CAN1-Exp-Select-Scanned-Bytes      EUC1-Bulk-Select-Scanned-Bytes     EUS1-Bulk-Retrieval-Bytes          EUW2-Std-Select-Scanned-Bytes      MES1-Requests-Tier2                UGE1-Bulk-Retrieval-Bytes          USE2-Requests-Tier2                USW2-ProvisionedCapacityUnit       
AFS1-Std-Select-Scanned-Bytes      APN1-Std-Select-Returned-Bytes     APN3-Standard-Retrieval-Bytes      APS2-Requests-Tier3                CAN1-Expedited-Retrieval-Bytes     EUC1-EarlyDelete-ByteHrs           EUS1-Bulk-Select-Returned-Bytes    EUW2-TimedStorage-ByteHrs          MES1-Requests-Tier3                UGE1-EarlyDelete-ByteHrs           USE2-Requests-Tier3                USW2-Requests-Tier1                
AFS1-TimedStorage-ByteHrs          APN1-Std-Select-Scanned-Bytes      APN3-Std-Select-Returned-Bytes     APS2-Standard-Retrieval-Bytes      CAN1-Peak-Retrieval-Bytes-Delta    EUC1-Exp-Select-Returned-Bytes     EUS1-Bulk-Select-Scanned-Bytes     EUW3-Bulk-Retrieval-Bytes          MES1-Standard-Retrieval-Bytes      UGE1-Expedited-Retrieval-Bytes     USE2-Standard-Retrieval-Bytes      USW2-Requests-Tier2                
APE1-Bulk-Retrieval-Bytes          APN1-TimedStorage-ByteHrs          APN3-Std-Select-Scanned-Bytes      APS2-Std-Select-Returned-Bytes     CAN1-ProvisionedCapacityUnit       EUC1-Exp-Select-Scanned-Bytes      EUS1-EarlyDelete-ByteHrs           EUW3-Bulk-Select-Returned-Bytes    MES1-Std-Select-Returned-Bytes     UGE1-Peak-Retrieval-Bytes-Delta    USE2-Std-Select-Returned-Bytes     USW2-Requests-Tier3                
APE1-Bulk-Select-Returned-Bytes    APN2-Bulk-Retrieval-Bytes          APN3-TimedStorage-ByteHrs          APS2-Std-Select-Scanned-Bytes      CAN1-Requests-Tier1                EUC1-Expedited-Retrieval-Bytes     EUS1-Exp-Select-Returned-Bytes     EUW3-Bulk-Select-Scanned-Bytes     MES1-Std-Select-Scanned-Bytes      UGE1-ProvisionedCapacityUnit       USE2-Std-Select-Scanned-Bytes      USW2-Standard-Retrieval-Bytes      
APE1-Bulk-Select-Scanned-Bytes     APN2-Bulk-Select-Returned-Bytes    APS1-Bulk-Retrieval-Bytes          APS2-TimedStorage-ByteHrs          CAN1-Requests-Tier2                EUC1-Peak-Retrieval-Bytes-Delta    EUS1-Exp-Select-Scanned-Bytes      EUW3-EarlyDelete-ByteHrs           MES1-TimedStorage-ByteHrs          UGE1-Requests-Tier1                USE2-TimedStorage-ByteHrs          USW2-Std-Select-Returned-Bytes     
APE1-EarlyDelete-ByteHrs           APN2-Bulk-Select-Scanned-Bytes     APS1-Bulk-Select-Returned-Bytes    APS3-Bulk-Retrieval-Bytes          CAN1-Requests-Tier3                EUC1-ProvisionedCapacityUnit       EUS1-Expedited-Retrieval-Bytes     EUW3-Exp-Select-Returned-Bytes     Peak-Retrieval-Bytes-Delta         UGE1-Requests-Tier2                USW1-Bulk-Retrieval-Bytes          USW2-Std-Select-Scanned-Bytes      
APE1-Exp-Select-Returned-Bytes     APN2-EarlyDelete-ByteHrs           APS1-Bulk-Select-Scanned-Bytes     APS3-Bulk-Select-Returned-Bytes    CAN1-Standard-Retrieval-Bytes      EUC1-Requests-Tier1                EUS1-Peak-Retrieval-Bytes-Delta    EUW3-Exp-Select-Scanned-Bytes      ProvisionedCapacityUnit            UGE1-Requests-Tier3                USW1-Bulk-Select-Returned-Bytes    USW2-TimedStorage-ByteHrs          
APE1-Exp-Select-Scanned-Bytes      APN2-Exp-Select-Returned-Bytes     APS1-EarlyDelete-ByteHrs           APS3-Bulk-Select-Scanned-Bytes     CAN1-Std-Select-Returned-Bytes     EUC1-Requests-Tier2                EUS1-ProvisionedCapacityUnit       EUW3-Expedited-Retrieval-Bytes     Requests-Tier1                     UGE1-Standard-Retrieval-Bytes      USW1-Bulk-Select-Scanned-Bytes     
APE1-Expedited-Retrieval-Bytes     APN2-Exp-Select-Scanned-Bytes      APS1-Exp-Select-Returned-Bytes     APS3-EarlyDelete-ByteHrs           CAN1-Std-Select-Scanned-Bytes      EUC1-Requests-Tier3                EUS1-Requests-Tier1                EUW3-ProvisionedCapacityUnit       Requests-Tier2                     UGE1-TimedStorage-ByteHrs          USW1-EarlyDelete-ByteHrs           
APE1-ProvisionedCapacityUnit       APN2-Expedited-Retrieval-Bytes     APS1-Exp-Select-Scanned-Bytes      APS3-Exp-Select-Returned-Bytes     CAN1-TimedStorage-ByteHrs          EUC1-Standard-Retrieval-Bytes      EUS1-Requests-Tier2                EUW3-Requests-Tier1                Requests-Tier3                     UGW1-Bulk-Retrieval-Bytes          USW1-Exp-Select-Returned-Bytes     
APE1-Requests-Tier1                APN2-Peak-Retrieval-Bytes-Delta    APS1-Expedited-Retrieval-Bytes     APS3-Exp-Select-Scanned-Bytes      EarlyDelete-ByteHrs                EUC1-Std-Select-Returned-Bytes     EUS1-Requests-Tier3                EUW3-Requests-Tier2                SAE1-Bulk-Retrieval-Bytes          UGW1-EarlyDelete-ByteHrs           USW1-Exp-Select-Scanned-Bytes      
APE1-Requests-Tier2                APN2-ProvisionedCapacityUnit       APS1-ProvisionedCapacityUnit       APS3-Expedited-Retrieval-Bytes     EU-Bulk-Retrieval-Bytes            EUC1-Std-Select-Scanned-Bytes      EUS1-Standard-Retrieval-Bytes      EUW3-Requests-Tier3                SAE1-Bulk-Select-Returned-Bytes    UGW1-Expedited-Retrieval-Bytes     USW1-Expedited-Retrieval-Bytes     
APE1-Requests-Tier3                APN2-Requests-Tier1                APS1-Requests-Tier1                APS3-Peak-Retrieval-Bytes-Delta    EU-Bulk-Select-Returned-Bytes      EUC1-TimedStorage-ByteHrs          EUS1-Std-Select-Returned-Bytes     EUW3-Standard-Retrieval-Bytes      SAE1-Bulk-Select-Scanned-Bytes     UGW1-Peak-Retrieval-Bytes-Delta    USW1-Peak-Retrieval-Bytes-Delta    
APE1-Standard-Retrieval-Bytes      APN2-Requests-Tier2                APS1-Requests-Tier2                APS3-ProvisionedCapacityUnit       EU-Bulk-Select-Scanned-Bytes       EUN1-Bulk-Retrieval-Bytes          EUS1-Std-Select-Scanned-Bytes      EUW3-Std-Select-Returned-Bytes     SAE1-EarlyDelete-ByteHrs           UGW1-ProvisionedCapacityUnit       USW1-ProvisionedCapacityUnit       
APE1-Std-Select-Returned-Bytes     APN2-Requests-Tier3                APS1-Requests-Tier3                APS3-Requests-Tier1                EU-EarlyDelete-ByteHrs             EUN1-Bulk-Select-Returned-Bytes    EUS1-TimedStorage-ByteHrs          EUW3-Std-Select-Scanned-Bytes      SAE1-Exp-Select-Returned-Bytes     UGW1-Requests-Tier1                USW1-Requests-Tier1                
APE1-Std-Select-Scanned-Bytes      APN2-Standard-Retrieval-Bytes      APS1-Standard-Retrieval-Bytes      APS3-Requests-Tier2                EU-Exp-Select-Returned-Bytes       EUN1-Bulk-Select-Scanned-Bytes     EUW2-Bulk-Retrieval-Bytes          EUW3-TimedStorage-ByteHrs          SAE1-Exp-Select-Scanned-Bytes      UGW1-Requests-Tier2                USW1-Requests-Tier2                

Attribute Name: volumeType
Values:

Amazon Glacier (Standard)

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

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 *