Amazon EFS 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 Elastic File System (EFS).

Note: All the list below are in alphabetical order.

Service Code: AmazonEFS

Python Code to get Attribute Names for AmazonEFS using Boto3

import boto3

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

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

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

print(attribute_names)

Attribute Name List for AmazonEFS


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

import boto3

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

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

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

Attribute Name: accessType
Values:

Read
Write

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

Read
Write

Attribute Name: productFamily
Values:

Provisioned Throughput
Storage

Attribute Name: servicecode
Values:

AmazonEFS

Attribute Name: servicename
Values:

Amazon Elastic File System

Attribute Name: storageClass
Values:

General Purpose
Infrequent Access
One Zone-General Purpose
One Zone-Infrequent Access

Attribute Name: termType
Values:

OnDemand

Attribute Name: throughputClass
Values:

Included
Provisioned

Attribute Name: usagetype
Values:

AFS1-IADataAccess-Bytes          APN3-IATimedStorage-Z-ByteHrs    CAN1-ProvisionedTP-MiBpsHrs      EUS1-TimedStorage-Z-ByteHrs      UGE1-IATimedStorage-ByteHrs      USW1-IncludedTP-MiBpsHrs         
AFS1-IATimedStorage-ByteHrs      APN3-IncludedTP-MiBpsHrs         CAN1-TimedStorage-ByteHrs        EUW2-IADataAccess-Bytes          UGE1-IATimedStorage-Z-ByteHrs    USW1-ProvisionedTP-MiBpsHrs      
AFS1-IATimedStorage-Z-ByteHrs    APN3-ProvisionedTP-MiBpsHrs      CAN1-TimedStorage-Z-ByteHrs      EUW2-IATimedStorage-ByteHrs      UGE1-IncludedTP-MiBpsHrs         USW1-TimedStorage-ByteHrs        
AFS1-IncludedTP-MiBpsHrs         APN3-TimedStorage-ByteHrs        EU-IADataAccess-Bytes            EUW2-IATimedStorage-Z-ByteHrs    UGE1-ProvisionedTP-MiBpsHrs      USW1-TimedStorage-Z-ByteHrs      
AFS1-ProvisionedTP-MiBpsHrs      APN3-TimedStorage-Z-ByteHrs      EU-IATimedStorage-ByteHrs        EUW2-IncludedTP-MiBpsHrs         UGE1-TimedStorage-ByteHrs        USW2-IADataAccess-Bytes          
AFS1-TimedStorage-ByteHrs        APS1-IADataAccess-Bytes          EU-IATimedStorage-Z-ByteHrs      EUW2-ProvisionedTP-MiBpsHrs      UGE1-TimedStorage-Z-ByteHrs      USW2-IATimedStorage-ByteHrs      
AFS1-TimedStorage-Z-ByteHrs      APS1-IATimedStorage-ByteHrs      EU-IncludedTP-MiBpsHrs           EUW2-TimedStorage-ByteHrs        UGW1-IADataAccess-Bytes          USW2-IATimedStorage-Z-ByteHrs    
APE1-IADataAccess-Bytes          APS1-IATimedStorage-Z-ByteHrs    EU-ProvisionedTP-MiBpsHrs        EUW2-TimedStorage-Z-ByteHrs      UGW1-IATimedStorage-ByteHrs      USW2-IncludedTP-MiBpsHrs         
APE1-IATimedStorage-ByteHrs      APS1-IncludedTP-MiBpsHrs         EU-TimedStorage-ByteHrs          EUW3-IADataAccess-Bytes          UGW1-IATimedStorage-Z-ByteHrs    USW2-ProvisionedTP-MiBpsHrs      
APE1-IATimedStorage-Z-ByteHrs    APS1-ProvisionedTP-MiBpsHrs      EU-TimedStorage-Z-ByteHrs        EUW3-IATimedStorage-ByteHrs      UGW1-IncludedTP-MiBpsHrs         USW2-TimedStorage-ByteHrs        
APE1-IncludedTP-MiBpsHrs         APS1-TimedStorage-ByteHrs        EUC1-IADataAccess-Bytes          EUW3-IATimedStorage-Z-ByteHrs    UGW1-ProvisionedTP-MiBpsHrs      USW2-TimedStorage-Z-ByteHrs      
APE1-ProvisionedTP-MiBpsHrs      APS1-TimedStorage-Z-ByteHrs      EUC1-IATimedStorage-ByteHrs      EUW3-IncludedTP-MiBpsHrs         UGW1-TimedStorage-ByteHrs        
APE1-TimedStorage-ByteHrs        APS2-IADataAccess-Bytes          EUC1-IATimedStorage-Z-ByteHrs    EUW3-ProvisionedTP-MiBpsHrs      UGW1-TimedStorage-Z-ByteHrs      
APE1-TimedStorage-Z-ByteHrs      APS2-IATimedStorage-ByteHrs      EUC1-IncludedTP-MiBpsHrs         EUW3-TimedStorage-ByteHrs        USE1-IADataAccess-Bytes          
APN1-IADataAccess-Bytes          APS2-IATimedStorage-Z-ByteHrs    EUC1-ProvisionedTP-MiBpsHrs      EUW3-TimedStorage-Z-ByteHrs      USE1-IATimedStorage-ByteHrs      
APN1-IATimedStorage-ByteHrs      APS2-IncludedTP-MiBpsHrs         EUC1-TimedStorage-ByteHrs        MES1-IADataAccess-Bytes          USE1-IATimedStorage-Z-ByteHrs    
APN1-IATimedStorage-Z-ByteHrs    APS2-ProvisionedTP-MiBpsHrs      EUC1-TimedStorage-Z-ByteHrs      MES1-IATimedStorage-ByteHrs      USE1-IncludedTP-MiBpsHrs         
APN1-IncludedTP-MiBpsHrs         APS2-TimedStorage-ByteHrs        EUN1-IADataAccess-Bytes          MES1-IATimedStorage-Z-ByteHrs    USE1-ProvisionedTP-MiBpsHrs      
APN1-ProvisionedTP-MiBpsHrs      APS2-TimedStorage-Z-ByteHrs      EUN1-IATimedStorage-ByteHrs      MES1-IncludedTP-MiBpsHrs         USE1-TimedStorage-ByteHrs        
APN1-TimedStorage-ByteHrs        APS3-IADataAccess-Bytes          EUN1-IATimedStorage-Z-ByteHrs    MES1-ProvisionedTP-MiBpsHrs      USE1-TimedStorage-Z-ByteHrs      
APN1-TimedStorage-Z-ByteHrs      APS3-IATimedStorage-ByteHrs      EUN1-IncludedTP-MiBpsHrs         MES1-TimedStorage-ByteHrs        USE2-IADataAccess-Bytes          
APN2-IADataAccess-Bytes          APS3-IATimedStorage-Z-ByteHrs    EUN1-ProvisionedTP-MiBpsHrs      MES1-TimedStorage-Z-ByteHrs      USE2-IATimedStorage-ByteHrs      
APN2-IATimedStorage-ByteHrs      APS3-IncludedTP-MiBpsHrs         EUN1-TimedStorage-ByteHrs        SAE1-IADataAccess-Bytes          USE2-IATimedStorage-Z-ByteHrs    
APN2-IATimedStorage-Z-ByteHrs    APS3-ProvisionedTP-MiBpsHrs      EUN1-TimedStorage-Z-ByteHrs      SAE1-IATimedStorage-ByteHrs      USE2-IncludedTP-MiBpsHrs         
APN2-IncludedTP-MiBpsHrs         APS3-TimedStorage-ByteHrs        EUS1-IADataAccess-Bytes          SAE1-IATimedStorage-Z-ByteHrs    USE2-ProvisionedTP-MiBpsHrs      
APN2-ProvisionedTP-MiBpsHrs      APS3-TimedStorage-Z-ByteHrs      EUS1-IATimedStorage-ByteHrs      SAE1-IncludedTP-MiBpsHrs         USE2-TimedStorage-ByteHrs        
APN2-TimedStorage-ByteHrs        CAN1-IADataAccess-Bytes          EUS1-IATimedStorage-Z-ByteHrs    SAE1-ProvisionedTP-MiBpsHrs      USE2-TimedStorage-Z-ByteHrs      
APN2-TimedStorage-Z-ByteHrs      CAN1-IATimedStorage-ByteHrs      EUS1-IncludedTP-MiBpsHrs         SAE1-TimedStorage-ByteHrs        USW1-IADataAccess-Bytes          
APN3-IADataAccess-Bytes          CAN1-IATimedStorage-Z-ByteHrs    EUS1-ProvisionedTP-MiBpsHrs      SAE1-TimedStorage-Z-ByteHrs      USW1-IATimedStorage-ByteHrs      
APN3-IATimedStorage-ByteHrs      CAN1-IncludedTP-MiBpsHrs         EUS1-TimedStorage-ByteHrs        UGE1-IADataAccess-Bytes          USW1-IATimedStorage-Z-ByteHrs    

We hope the above list of attribute names and values helps when using the AWS Price List API for Amazon Elastic File System (EFS).

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 *