

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

# 가격 업데이트 알림 설정
<a name="notifications-price-list-api"></a>


|  | 
| --- |
| 에 대한 피드백을 제공하려면이 [간단한 설문 조사를](https://amazonmr.au1.qualtrics.com/jfe/form/SV_cO0deTMyKyFeezA) AWS 가격표완료하세요. 응답은 익명으로 처리됩니다. **참고:** 이 설문조사는 영어로만 진행됩니다. | 

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

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

**Contents**
+ [Amazon SNS 알림 설정](#set-up-sns-notifications-price-changes)
+ [에 대한 알림 구조 AWS 서비스](#notification-structure-for-aws-services)
+ [절감형 플랜에 대한 알림 구조](#notification-structures-for-aws-savings-plans)

## Amazon SNS 알림 설정
<a name="set-up-sns-notifications-price-changes"></a>

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

**가격표 파일 업데이트에 대한 Amazon SNS 알림을 설정하려면**

1. 에 로그인 AWS Management Console 하고 [https://console.aws.amazon.com/sns/v3/home](https://console.aws.amazon.com/sns/v3/home) Amazon SNS 콘솔을 엽니다.

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

1. 필요한 경우 탐색 모음 AWS 리전 의를 **미국 동부(버지니아 북부)**로 변경합니다.

1. 탐색 창에서 **구독**을 선택합니다.

1. **구독 생성**을 선택합니다.

1. **주제 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`

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

1. **엔드포인트**에서 Amazon Simple Queue Service(Amazon SQS) AWS Lambda또는 이메일과 같이 알림을 수신할 형식을 지정합니다.

1. **구독 생성**을 선택합니다.

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

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

## 에 대한 알림 구조 AWS 서비스
<a name="notification-structure-for-aws-services"></a>

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

```
[Pricing Update] New {{<serviceCode>}} offer file available.
```

**Example 예: 제목 줄**  
Amazon Relational Database Service(RDS)에 대한 가격 업데이트 알림은 다음과 같습니다.  

```
[Pricing Update] New AmazonRDS offer file available.
```

**Example 예: 알림 메시지**  
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"
}
```

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

```
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
```

## 절감형 플랜에 대한 알림 구조
<a name="notification-structures-for-aws-savings-plans"></a>

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

```
[Pricing Update] New {{<Savings Plan name>}} is available.
```

**Example 예: 절감형 플랜에 대한 제목 줄**  
절감형 플랜의 제목 줄은 다음과 같습니다.  

```
[Pricing Update] New AWS Compute Savings Plan is available.
```

**Example 예: 알림 메시지**  
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"
}
```

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

```
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
```