Last Updated on April 28, 2021
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Simple Email Service (SES).
Note: All the list below are in alphabetical order.
Service Code: AmazonSES
Python Code to get Attribute Names for AmazonSES using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AmazonSES')
attribute_names = response['Services'][0]['AttributeNames']
print(attribute_names)
Attribute Name List for AmazonSES
- contentType
- description
- group
- groupDescription
- location
- locationType
- operation
- origin
- productFamily
- recipient
- Restriction
- servicecode
- servicename
- termType
- usagetype
Python Code to get the Attribute Values List for AmazonSES using Boto3
import boto3
pricing_client = boto3.client('pricing', region_name='us-east-1')
response = pricing_client.describe_services(ServiceCode='AmazonSES')
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='AmazonSES',
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 AmazonSES
Attribute Name: contentType
Values:
Dedicated IPs
Full Message
Mail Attachment
Message Body
Attribute Name: description
Values:
Charged for attachments sent
Charged for chunks of 256 KB, applicable to incoming mail
Charged for each email sent from AmazonEC2 to an external recipient
Charged for each email sent from AmazonEC2 to SES Mailbox Simulator
Charged for each email sent to an external recipient
Charged for each email sent to SES Mailbox Simulator
Charged for each received e-mail communication
Attribute Name: group
Values:
SES-MonthlyFree-IncomingEmail
SES-MonthlyFree-OutgoingEmail
SES-MonthlyFree-OutgoingEmail-Simulator
Attribute Name: groupDescription
Values:
Monthly free incoming emails
Monthly free outgoing emails from AmazonEC2
Monthly free outgoing emails from AmazonEC2 to Amazon SES Mailbox Simulator
Attribute Name: location
Values:
Africa (Cape Town)
Asia Pacific (Mumbai)
Asia Pacific (Seoul)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
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)
US West (Verizon) - San Francisco Bay Area
Attribute Name: locationType
Values:
AWS Region
Attribute Name: operation
Values:
Lease
Receive
Send
Attribute Name: origin
Values:
Amazon EC2
Any
Other
Attribute Name: productFamily
Values:
Bundle
Receiving Email
Sending Attachments
Sending Email
Attribute Name: recipient
Values:
Amazon SES
Amazon SES Mailbox Simulator
Any
Other
Attribute Name: Restriction
Values:
Limited SKU Usage
Attribute Name: servicecode
Values:
AmazonSES
Attribute Name: servicename
Values:
Amazon Simple Email Service
Attribute Name: termType
Values:
OnDemand
Attribute Name: usagetype
Values:
AFS1-AttachmentsSize-Bytes APS1-Recipients-MailboxSim EU-ReceivedChunk EUW2-DIP-Hours Recipients-MailboxSim USW1-ReceivedChunk
AFS1-DIP-Hours APS1-Recipients-MailboxSim-EC2 EU-Recipients EUW2-Message Recipients-MailboxSim-EC2 USW1-Recipients
AFS1-Message APS2-AttachmentsSize-Bytes EU-Recipients-EC2 EUW2-ReceivedChunk SAE1-AttachmentsSize-Bytes USW1-Recipients-EC2
AFS1-ReceivedChunk APS2-DIP-Hours EU-Recipients-MailboxSim EUW2-Recipients SAE1-DIP-Hours USW1-Recipients-MailboxSim
AFS1-Recipients APS2-Message EU-Recipients-MailboxSim-EC2 EUW2-Recipients-EC2 SAE1-Message USW1-Recipients-MailboxSim-EC2
AFS1-Recipients-EC2 APS2-ReceivedChunk EUC1-AttachmentsSize-Bytes EUW2-Recipients-MailboxSim SAE1-ReceivedChunk USW2-AttachmentsSize-Bytes
AFS1-Recipients-MailboxSim APS2-Recipients EUC1-DIP-Hours EUW2-Recipients-MailboxSim-EC2 SAE1-Recipients USW2-DIP-Hours
AFS1-Recipients-MailboxSim-EC2 APS2-Recipients-EC2 EUC1-Message EUW3-AttachmentsSize-Bytes SAE1-Recipients-EC2 USW2-Message
APN1-AttachmentsSize-Bytes APS2-Recipients-MailboxSim EUC1-ReceivedChunk EUW3-DIP-Hours SAE1-Recipients-MailboxSim USW2-ReceivedChunk
APN1-DIP-Hours APS2-Recipients-MailboxSim-EC2 EUC1-Recipients EUW3-Message SAE1-Recipients-MailboxSim-EC2 USW2-Recipients
APN1-Message APS3-AttachmentsSize-Bytes EUC1-Recipients-EC2 EUW3-ReceivedChunk UGW1-AttachmentsSize-Bytes USW2-Recipients-EC2
APN1-ReceivedChunk APS3-DIP-Hours EUC1-Recipients-MailboxSim EUW3-Recipients UGW1-DIP-Hours USW2-Recipients-MailboxSim
APN1-Recipients APS3-Message EUC1-Recipients-MailboxSim-EC2 EUW3-Recipients-EC2 UGW1-Message USW2-Recipients-MailboxSim-EC2
APN1-Recipients-EC2 APS3-ReceivedChunk EUN1-AttachmentsSize-Bytes EUW3-Recipients-MailboxSim UGW1-ReceivedChunk USW2WL1-AttachmentsSize-Bytes
APN1-Recipients-MailboxSim APS3-Recipients EUN1-DIP-Hours EUW3-Recipients-MailboxSim-EC2 UGW1-Recipients USW2WL1-DIP-Hours
APN1-Recipients-MailboxSim-EC2 APS3-Recipients-EC2 EUN1-Message Global-Message UGW1-Recipients-EC2 USW2WL1-Message
APN2-AttachmentsSize-Bytes APS3-Recipients-MailboxSim EUN1-ReceivedChunk Global-Recipients-EC2 UGW1-Recipients-MailboxSim USW2WL1-ReceivedChunk
APN2-DIP-Hours APS3-Recipients-MailboxSim-EC2 EUN1-Recipients Global-Recipients-MailboxSim-EC2 UGW1-Recipients-MailboxSim-EC2 USW2WL1-Recipients
APN2-Message AttachmentsSize-Bytes EUN1-Recipients-EC2 MES1-AttachmentsSize-Bytes USE1-DIP-Hours USW2WL1-Recipients-EC2
APN2-ReceivedChunk CAN1-AttachmentsSize-Bytes EUN1-Recipients-MailboxSim MES1-DIP-Hours USE2-AttachmentsSize-Bytes USW2WL1-Recipients-MailboxSim
APN2-Recipients CAN1-DIP-Hours EUN1-Recipients-MailboxSim-EC2 MES1-Message USE2-DIP-Hours USW2WL1-Recipients-MailboxSim-EC2
APN2-Recipients-EC2 CAN1-Message EUS1-AttachmentsSize-Bytes MES1-ReceivedChunk USE2-Message
APN2-Recipients-MailboxSim CAN1-ReceivedChunk EUS1-DIP-Hours MES1-Recipients USE2-ReceivedChunk
APN2-Recipients-MailboxSim-EC2 CAN1-Recipients EUS1-Message MES1-Recipients-EC2 USE2-Recipients
APS1-AttachmentsSize-Bytes CAN1-Recipients-EC2 EUS1-ReceivedChunk MES1-Recipients-MailboxSim USE2-Recipients-EC2
APS1-DIP-Hours CAN1-Recipients-MailboxSim EUS1-Recipients MES1-Recipients-MailboxSim-EC2 USE2-Recipients-MailboxSim
APS1-Message CAN1-Recipients-MailboxSim-EC2 EUS1-Recipients-EC2 Message USE2-Recipients-MailboxSim-EC2
APS1-ReceivedChunk EU-AttachmentsSize-Bytes EUS1-Recipients-MailboxSim ReceivedChunk USW1-AttachmentsSize-Bytes
APS1-Recipients EU-DIP-Hours EUS1-Recipients-MailboxSim-EC2 Recipients USW1-DIP-Hours
APS1-Recipients-EC2 EU-Message EUW2-AttachmentsSize-Bytes Recipients-EC2 USW1-Message
We hope the above list of attribute names and values helps when using the AWS Price List API for Amazon Simple Email Service (SES).
If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.