Las traducciones son generadas a través de traducción automática. En caso de conflicto entre la traducción y la version original de inglés, prevalecerá la version en inglés.
Configuración de las notificaciones de actualización de precios
nota
Para enviar comentarios sobre Lista de precios de AWS, complete esta breve encuesta
Los archivos de listas de precios pueden cambiar en cualquier momento. Cuando se actualizan los archivos de listas de precios, se envía una notificación de Amazon Simple Notification Service (Amazon SNS). Puede configurar la recepción de notificaciones cuando cambien los precios, por ejemplo, cuando AWS baje los precios o cuando se lancen nuevos productos y servicios.
Se le puede notificar cada vez que cambie un precio o solo una vez al día. Si elige que se le notifique una vez al día, la notificación incluye todos los cambios de precios aplicados durante el día anterior. Le recomendamos que configure las notificaciones y reciba los archivos más recientes cuando cambien.
Contenido
Configuración de las notificaciones de Amazon SNS
Puede usar la AWS Management Console para suscribirse a las notificaciones de Amazon SNS.
Para configurar las notificaciones de Amazon SNS a fin de recibir actualizaciones de los archivos de listas de precios
Inicie sesión en la AWS Management Console y abra la consola de Amazon SNS en https://console.aws.amazon.com/sns/v3/home
. -
Si es la primera vez que usa Amazon SNS, elija Comenzar.
-
Si es necesario, cambie la Región de AWS en la barra de navegación a Este de EE. UU. (Norte de Virginia).
-
En el panel de navegación, seleccione Subscriptions.
-
Elija Crear una suscripción.
-
En ARN del tema, ingrese lo siguiente según sea necesario:
-
Para el precio del servicio:
-
Para recibir notificaciones cada vez que cambie un precio, ingrese:
arn:aws:sns:us-east-1:278350005181:price-list-api
-
Para recibir notificaciones sobre cambios de precios una vez al día, ingrese:
arn:aws:sns:us-east-1:278350005181:daily-aggregated-price-list-api
-
-
Para los precios de Savings Plans, ingrese:
arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications
-
-
En Protocolo, use el valor predeterminado
HTTP
. -
En Punto de conexión, especifique el formato en el que desea recibir la notificación, como Amazon Simple Queue Service (Amazon SQS), AWS Lambda o correo electrónico.
-
Seleccione Crear una suscripción.
Cuando cambie un precio, recibirá una notificación en el formato preferido que especificó en el paso 8.
importante
Si aparece el mensaje de error Couldn't create subscription. Error code: InvalidParameter - Error message: Invalid parameter: TopicArn
, es probable que no se esté usando la región Este de EE. UU. (Norte de Virginia). Los datos de las métricas de facturación se almacenan en esta región, incluso para los recursos de otras regiones. Vuelva al paso 3 y complete el resto de este procedimiento.
Estructura de las notificaciones para Servicios de AWS
La notificación de actualización de precios tiene una línea de asunto con el siguiente formato.
[Pricing Update] New
<serviceCode>
offer file available.
ejemplo Ejemplo: línea de asunto
Una notificación de actualización de precios para Amazon Relational Database Service (Amazon RDS) tiene el siguiente aspecto.
[Pricing Update] New AmazonRDS offer file available.
ejemplo Ejemplo: mensaje de notificación
Si está suscrito a Servicios de AWS, como Amazon SQS, Lambda u otros servicios, la estructura del cuerpo del mensaje de notificación de actualización de precios tiene el siguiente aspecto.
{ "formatVersion":"v1.0", "offerCode":"
<serviceCode>
", "version":"<Version number of this new price list>
", "timeStamp":"<Publish date of this new price list>
", "url":{ "JSON":"<JSON URL of the current version price list>
", "CSV":"<CSV URL of the current version price list>
" }, "regionIndex":"<Region index url of the current version price list>", "operation":"Publish" }
Por ejemplo, el mensaje de notificación para Amazon RDS tiene el siguiente aspecto.
{ "formatVersion":"v1.0", "offerCode":"AmazonRDS", "version":"20230328234721", "timeStamp":"2023-03-28T23:47:21Z", "url":{ "JSON":"https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/index.json", "CSV":"https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/index.csv" }, "regionIndex":"https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/region_index.json", "operation":"Publish" }
ejemplo Ejemplo: notificación por correo electrónico
Si está suscrito al correo electrónico, la estructura del cuerpo del mensaje de correo electrónico de actualización de precios tiene el siguiente aspecto.
Hello, You've received this notification because you subscribed to receiving updates from SNS topic arn:aws:sns:us-east-1:278350005181:price-list-api. We've published a new version of the offer file for Service <serviceCode>. To download the offer file, use the following URLs: - JSON format :<JSON URL of the current version price list>
- CSV format :<CSV URL url of the current version price list>
To download the index for the region-specific offer files, use the following URL: - RegionIndexUrl :<Region index URL of the current version price list>
To get a daily email that shows all price changes made the previous day, subscribe to the following SNS topic: arn:aws:sns:us-east-1:278350005181:daily-aggregated-price-list-api. To learn more about offer files and index files, see http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. Thank You, Amazon Web Services Team
Un ejemplo de mensaje de correo electrónico para Amazon RDS tiene el siguiente aspecto.
Hello, You've received this notification because you subscribed to receiving updates from SNS topic arn:aws:sns:us-east-1:278350005181:price-list-api. We've published a new version of the offer file for Service AmazonRDS. To download the offer file, use the following URLs: - JSON format : https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/index.json - CSV format : https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/index.csv To download the index for the region-specific offer files, use the following URL: - RegionIndexUrl : https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonRDS/current/region_index.json To get a daily email that shows all price changes made the previous day, subscribe to the following SNS topic: arn:aws:sns:us-east-1:278350005181:daily-aggregated-price-list-api. To learn more about offer files and index files, see http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. Thank You, Amazon Web Services Team
Estructura de las notificaciones para Savings Plans
La notificación de actualización de precios tiene una línea de asunto con el siguiente formato.
[Pricing Update] New
<Savings Plan name>
is available.
ejemplo Ejemplo: línea de asunto para Savings Plans
Una línea de asunto para Savings Plans tiene el siguiente aspecto.
[Pricing Update] New AWS Compute Savings Plan is available.
ejemplo Ejemplo: mensaje de notificación
Si está suscrito a Servicios de AWS, como Amazon SQS, Lambda u otros servicios, la estructura del cuerpo del mensaje de notificación de actualización de precios tiene el siguiente aspecto.
{ "version":"<Version number of this new price list>", "offerCode":"<savingsPlanCode which can be used as input to API calls>", "savingsPlanCode":"
<savingsPlan Name>
", "topicArn":"arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications", "versionIndex":"<version index url of the version price list>
", "regionIndex":"<Region index URL of the version price list>
" }
Por ejemplo, una notificación para ComputeSavingsPlans
tiene el siguiente aspecto.
{ "version":"20230509202901", "offerCode":"AWSComputeSavingsPlan", "savingsPlanCode":"ComputeSavingsPlans", "topicArn":"arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications", "versionIndex":"https://pricing.us-east-1.amazonaws.com/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230509202901/index.json", "regionIndex":"https://pricing.us-east-1.amazonaws.com/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230509202901/region_index.json" }
ejemplo Ejemplo: notificación por correo electrónico
Si está suscrito al correo electrónico, la estructura del cuerpo del mensaje de actualización de precios tiene el siguiente aspecto.
Hello, You've received this notification because you subscribed to receiving updates from SNS topic arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications. We've published a new version of<Savings Plan name>
. To download the index of current region specific savings plans, use the following URL: -<Region index URL of the version price list>
To download the index of previous versions of savings plans, use the following URL: -<version index URL of the version price list>
To learn more about Savings Plans, see http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. To learn about finding Savings Plan prices in an offer file, see https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/sp-offer-file.html Thank You, Amazon Web Services Team
Por ejemplo, el cuerpo de un mensaje de correo electrónico para Savings Plans tiene el siguiente aspecto.
Hello, You've received this notification because you subscribed to receiving updates from SNS topic arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications. We've published a new version of Compute Savings Plans. To download the index of current region specific savings plans, use the following URL: - https://pricing.us-east-1.amazonaws.com/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230509202901/region_index.json To download the index of previous versions of savings plans, use the following URL: - https://pricing.us-east-1.amazonaws.com/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230509202901/index.json To learn more about savings plans, see http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. To learn about finding Savings Plan prices in an offer file, see https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/sp-offer-file.html Thank You, Amazon Web Services Team