Amazon Managed Streaming for Apache Kafka 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 Managed Streaming for Apache Kafka.

Note: All the list below are in alphabetical order.

Service Code: AmazonMSK

Python Code to get Attribute Names for Amazon Managed Streaming for Apache Kafka using Boto3

import boto3

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

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

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

print(attribute_names)

Attribute Name List for Amazon Managed Streaming for Apache Kafka


Python Code to get the Attribute Values List for Amazon Managed Streaming for Apache Kafka using Boto3

import boto3

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

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

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='AmazonMSK',
        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 Amazon Managed Streaming for Apache Kafka

Attribute Name: computeFamily
Values:

m5.12xlarge
m5.16xlarge
m5.24xlarge
m5.2xlarge
m5.4xlarge
m5.8xlarge
m5.large
m5.xlarge
t3.small

Attribute Name: location
Values:

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

128
16
192
2
256
32
384
64
8

Attribute Name: operation
Values:

RunBroker
RunVolume

Attribute Name: productFamily
Values:

Managed Streaming for Apache Kafka (MSK)

Attribute Name: servicecode
Values:

AmazonMSK

Attribute Name: servicename
Values:

Amazon Managed Streaming for Apache Kafka

Attribute Name: storageFamily
Values:

GP2

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

APE1-Kafka.m5.12xlarge    APS1-Kafka.m5.12xlarge    CAN1-Kafka.m5.12xlarge    EUN1-Kafka.m5.12xlarge    EUW3-Kafka.m5.12xlarge    UGE1-Kafka.m5.12xlarge    USE2-Kafka.m5.12xlarge    
APE1-Kafka.m5.16xlarge    APS1-Kafka.m5.16xlarge    CAN1-Kafka.m5.16xlarge    EUN1-Kafka.m5.16xlarge    EUW3-Kafka.m5.16xlarge    UGE1-Kafka.m5.16xlarge    USE2-Kafka.m5.16xlarge    
APE1-Kafka.m5.24xlarge    APS1-Kafka.m5.24xlarge    CAN1-Kafka.m5.24xlarge    EUN1-Kafka.m5.24xlarge    EUW3-Kafka.m5.24xlarge    UGE1-Kafka.m5.24xlarge    USE2-Kafka.m5.24xlarge    
APE1-Kafka.m5.2xlarge     APS1-Kafka.m5.2xlarge     CAN1-Kafka.m5.2xlarge     EUN1-Kafka.m5.2xlarge     EUW3-Kafka.m5.2xlarge     UGE1-Kafka.m5.2xlarge     USE2-Kafka.m5.2xlarge     
APE1-Kafka.m5.4xlarge     APS1-Kafka.m5.4xlarge     CAN1-Kafka.m5.4xlarge     EUN1-Kafka.m5.4xlarge     EUW3-Kafka.m5.4xlarge     UGE1-Kafka.m5.4xlarge     USE2-Kafka.m5.4xlarge     
APE1-Kafka.m5.8xlarge     APS1-Kafka.m5.8xlarge     CAN1-Kafka.m5.8xlarge     EUN1-Kafka.m5.8xlarge     EUW3-Kafka.m5.8xlarge     UGE1-Kafka.m5.8xlarge     USE2-Kafka.m5.8xlarge     
APE1-Kafka.m5.large       APS1-Kafka.m5.large       CAN1-Kafka.m5.large       EUN1-Kafka.m5.large       EUW3-Kafka.m5.large       UGE1-Kafka.m5.large       USE2-Kafka.m5.large       
APE1-Kafka.m5.xlarge      APS1-Kafka.m5.xlarge      CAN1-Kafka.m5.xlarge      EUN1-Kafka.m5.xlarge      EUW3-Kafka.m5.xlarge      UGE1-Kafka.m5.xlarge      USE2-Kafka.m5.xlarge      
APE1-Kafka.Storage.GP2    APS1-Kafka.Storage.GP2    CAN1-Kafka.Storage.GP2    EUN1-Kafka.Storage.GP2    EUW3-Kafka.Storage.GP2    UGE1-Kafka.Storage.GP2    USE2-Kafka.Storage.GP2    
APE1-Kafka.t3.small       APS1-Kafka.t3.small       CAN1-Kafka.t3.small       EUN1-Kafka.t3.small       EUW3-Kafka.t3.small       UGE1-Kafka.t3.small       USE2-Kafka.t3.small       
APN1-Kafka.m5.12xlarge    APS2-Kafka.m5.12xlarge    EU-Kafka.m5.12xlarge      EUS1-Kafka.m5.12xlarge    MES1-Kafka.m5.12xlarge    UGW1-Kafka.m5.12xlarge    USW1-Kafka.m5.12xlarge    
APN1-Kafka.m5.16xlarge    APS2-Kafka.m5.16xlarge    EU-Kafka.m5.16xlarge      EUS1-Kafka.m5.16xlarge    MES1-Kafka.m5.16xlarge    UGW1-Kafka.m5.16xlarge    USW1-Kafka.m5.16xlarge    
APN1-Kafka.m5.24xlarge    APS2-Kafka.m5.24xlarge    EU-Kafka.m5.24xlarge      EUS1-Kafka.m5.24xlarge    MES1-Kafka.m5.24xlarge    UGW1-Kafka.m5.24xlarge    USW1-Kafka.m5.24xlarge    
APN1-Kafka.m5.2xlarge     APS2-Kafka.m5.2xlarge     EU-Kafka.m5.2xlarge       EUS1-Kafka.m5.2xlarge     MES1-Kafka.m5.2xlarge     UGW1-Kafka.m5.2xlarge     USW1-Kafka.m5.2xlarge     
APN1-Kafka.m5.4xlarge     APS2-Kafka.m5.4xlarge     EU-Kafka.m5.4xlarge       EUS1-Kafka.m5.4xlarge     MES1-Kafka.m5.4xlarge     UGW1-Kafka.m5.4xlarge     USW1-Kafka.m5.4xlarge     
APN1-Kafka.m5.8xlarge     APS2-Kafka.m5.8xlarge     EU-Kafka.m5.8xlarge       EUS1-Kafka.m5.8xlarge     MES1-Kafka.m5.8xlarge     UGW1-Kafka.m5.8xlarge     USW1-Kafka.m5.8xlarge     
APN1-Kafka.m5.large       APS2-Kafka.m5.large       EU-Kafka.m5.large         EUS1-Kafka.m5.large       MES1-Kafka.m5.large       UGW1-Kafka.m5.large       USW1-Kafka.m5.large       
APN1-Kafka.m5.xlarge      APS2-Kafka.m5.xlarge      EU-Kafka.m5.xlarge        EUS1-Kafka.m5.xlarge      MES1-Kafka.m5.xlarge      UGW1-Kafka.m5.xlarge      USW1-Kafka.m5.xlarge      
APN1-Kafka.Storage.GP2    APS2-Kafka.Storage.GP2    EU-Kafka.Storage.GP2      EUS1-Kafka.Storage.GP2    MES1-Kafka.Storage.GP2    UGW1-Kafka.Storage.GP2    USW1-Kafka.Storage.GP2    
APN1-Kafka.t3.small       APS2-Kafka.t3.small       EU-Kafka.t3.small         EUS1-Kafka.t3.small       MES1-Kafka.t3.small       UGW1-Kafka.t3.small       USW1-Kafka.t3.small       
APN2-Kafka.m5.12xlarge    APS3-Kafka.m5.12xlarge    EUC1-Kafka.m5.12xlarge    EUW2-Kafka.m5.12xlarge    SAE1-Kafka.m5.12xlarge    USE1-Kafka.m5.12xlarge    USW2-Kafka.m5.12xlarge    
APN2-Kafka.m5.16xlarge    APS3-Kafka.m5.16xlarge    EUC1-Kafka.m5.16xlarge    EUW2-Kafka.m5.16xlarge    SAE1-Kafka.m5.16xlarge    USE1-Kafka.m5.16xlarge    USW2-Kafka.m5.16xlarge    
APN2-Kafka.m5.24xlarge    APS3-Kafka.m5.24xlarge    EUC1-Kafka.m5.24xlarge    EUW2-Kafka.m5.24xlarge    SAE1-Kafka.m5.24xlarge    USE1-Kafka.m5.24xlarge    USW2-Kafka.m5.24xlarge    
APN2-Kafka.m5.2xlarge     APS3-Kafka.m5.2xlarge     EUC1-Kafka.m5.2xlarge     EUW2-Kafka.m5.2xlarge     SAE1-Kafka.m5.2xlarge     USE1-Kafka.m5.2xlarge     USW2-Kafka.m5.2xlarge     
APN2-Kafka.m5.4xlarge     APS3-Kafka.m5.4xlarge     EUC1-Kafka.m5.4xlarge     EUW2-Kafka.m5.4xlarge     SAE1-Kafka.m5.4xlarge     USE1-Kafka.m5.4xlarge     USW2-Kafka.m5.4xlarge     
APN2-Kafka.m5.8xlarge     APS3-Kafka.m5.8xlarge     EUC1-Kafka.m5.8xlarge     EUW2-Kafka.m5.8xlarge     SAE1-Kafka.m5.8xlarge     USE1-Kafka.m5.8xlarge     USW2-Kafka.m5.8xlarge     
APN2-Kafka.m5.large       APS3-Kafka.m5.large       EUC1-Kafka.m5.large       EUW2-Kafka.m5.large       SAE1-Kafka.m5.large       USE1-Kafka.m5.large       USW2-Kafka.m5.large       
APN2-Kafka.m5.xlarge      APS3-Kafka.m5.xlarge      EUC1-Kafka.m5.xlarge      EUW2-Kafka.m5.xlarge      SAE1-Kafka.m5.xlarge      USE1-Kafka.m5.xlarge      USW2-Kafka.m5.xlarge      
APN2-Kafka.Storage.GP2    APS3-Kafka.Storage.GP2    EUC1-Kafka.Storage.GP2    EUW2-Kafka.Storage.GP2    SAE1-Kafka.Storage.GP2    USE1-Kafka.Storage.GP2    USW2-Kafka.Storage.GP2    
APN2-Kafka.t3.small       APS3-Kafka.t3.small       EUC1-Kafka.t3.small       EUW2-Kafka.t3.small       SAE1-Kafka.t3.small       USE1-Kafka.t3.small       USW2-Kafka.t3.small       

Attribute Name: vcpu
Values:

16
2
32
4
48
64
8
96

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

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 *