가격 업데이트 알림 설정 - AWS 대금 청구

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

가격 업데이트 알림 설정

AWS 가격표에 대한 피드백을 제공하려면 이 짧은 설문조사를 완료하세요. 응답은 익명으로 처리됩니다. 참고: 이 설문조사는 영어로만 진행됩니다.

가격표 파일은 언제든지 변경될 수 있습니다. 가격표 파일이 업데이트되면, Amazon Simple Notification Service(SNS) 알림을 보냅니다. AWS에서 가격을 인하하는 경우와 같이 가격이 변경될 때 또는 새 제품 및 서비스가 출시될 때 알림을 받도록 설정할 수 있습니다.

가격이 변경될 때마다 알림을 수신할 수도 있고, 하루에 한 번만 수신할 수도 있습니다. 하루에 한 번만 알림을 수신한다면, 전날 적용된 모든 가격 변동이 알림에 포함됩니다. 알림을 설정하고, 가격이 변동되는 경우에 최신 파일을 받는 것이 좋습니다.

Amazon SNS 알림 설정

AWS Management Console을 사용하여 Amazon SNS 알림에 가입할 수 있습니다.

가격표 파일 업데이트에 대한 Amazon SNS 알림을 설정하려면
  1. AWS Management Console에 로그인하고 https://console.aws.amazon.com/sns/v3/home에서 Amazon SNS 콘솔을 엽니다.

  2. Amazon SNS를 처음 사용할 경우 시작하기를 선택합니다.

  3. 필요한 경우 탐색 모음에서 AWS 리전을 미국 동부(버지니아 북부)로 변경합니다.

  4. 탐색 창에서 [Subscriptions]를 선택합니다.

  5. 구독 생성을 선택합니다.

  6. 주제 ARN의 필요에 따라 다음을 입력합니다.

    • 서비스 요금의 경우:

      • 가격이 변경될 때마다 알림을 받으려면 다음을 입력합니다: arn:aws:sns:us-east-1:278350005181:price-list-api

      • 하루에 한 번 가격 변동에 대한 알림을 받으려면 다음을 입력합니다: arn:aws:sns:us-east-1:278350005181:daily-aggregated-price-list-api

    • 절감형 플랜 요금의 경우 다음을 입력합니다: arn:aws:sns:us-east-1:626627529009:SavingsPlanPublishNotifications

  7. 프로토콜에서 기본 HTTP 설정을 사용합니다.

  8. 엔드포인트에서 알림을 받으려는 형식을 선택합니다(예: Amazon Simple Queue Service(Amazon SQS), AWS Lambda, 이메일 등).

  9. 구독 생성을 선택합니다.

    가격이 변경되면 8단계에서 지정한 원하는 형식으로 알림을 받게 됩니다.

중요

다음과 같은 오류 메시지가 표시되는 경우 구독을 생성할 수 없습니다. 오류 코드: InvalidParameter - 오류 메시지: 잘못된 파라미터: TopicArn 오류 메시지가 표시되는 경우 미국 동부(버지니아 북부) 리전을 사용하지 않는 것일 수 있습니다. 다른 리전의 리소스에 대해서도 결제 지표 데이터가 이 리전에 저장됩니다. 3단계로 돌아가서 이 절차의 나머지 부분을 완료합니다.

AWS 서비스에 대한 알림 구조

가격 업데이트 알림의 제목 줄은 다음과 같은 형식입니다.

[Pricing Update] New <serviceCode> offer file available.
예: 제목 줄

Amazon Relational Database Service(RDS)에 대한 가격 업데이트 알림은 다음과 같습니다.

[Pricing Update] New AmazonRDS offer file available.
예: 알림 메시지

Amazon SQS, Lambda 또는 기타 서비스 등과 같은 AWS 서비스를 구독한 경우 요금 업데이트 알림 메시지 본문의 구조는 다음과 같습니다.

{ "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" }

예를 들어 Amazon RDS에 대한 알림 메시지는 다음과 같습니다.

{ "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" }
예: 이메일 알림

이메일을 구독한 경우 가격 업데이트 이메일 메시지 본문의 구조는 다음과 같습니다.

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

Amazon RDS에 대한 예제 이메일 메시지는 다음과 같습니다.

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

절감형 플랜에 대한 알림 구조

가격 업데이트 알림의 제목 줄은 다음과 같은 형식입니다.

[Pricing Update] New <Savings Plan name> is available.
예: 절감형 플랜에 대한 제목 줄

절감형 플랜의 제목 줄은 다음과 같습니다.

[Pricing Update] New AWS Compute Savings Plan is available.
예: 알림 메시지

Amazon SQS, Lambda 또는 기타 서비스 등과 같은 AWS 서비스를 구독한 경우 요금 업데이트 알림 메시지 본문의 구조는 다음과 같습니다.

{ "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>" }

예를 들어 ComputeSavingsPlans에 대한 알림 메시지는 다음과 같습니다.

{ "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" }
예: 이메일 알림

이메일을 구독한 경우 가격 업데이트 이메일 본문의 구조는 다음과 같습니다.

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

예를 들어 절감형 플랜에 대한 이메일 본문은 다음과 같습니다.

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