View a markdown version of this page

에서 EventBridge 사용 AWS Pricing Calculator - AWS 비용 관리

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

에서 EventBridge 사용 AWS Pricing Calculator

콘솔 내는 청구서 견적에서 특정 이벤트가 발생할 때마다 Amazon EventBridge로 이벤트를 전송할 AWS Pricing Calculator 수 있습니다. 다른 대상과 달리 전송할 이벤트 유형을 선택할 필요가 없습니다. EventBridge를 설정한 후 Pricing Calculator 이벤트를 EventBridge로 전송할 수 있습니다. EventBridge 규칙을 사용하여 이벤트를 추가 대상으로 라우팅할 수 있습니다. EventBridge 설정에 대한 자세한 내용은 Amazon EventBridge API 참조의 Amazon EventBridge 설정 및 사전 조건을 참조하세요. EventBridge

다음은 이벤트가 EventBridge로 AWS Pricing Calculator 전송하는 목록입니다.

이벤트 유형 설명

BillEstimate 생성됨

청구서 견적이 생성되었습니다.

이벤트가 EventBridge로 전송되는 청구서 견적의 ARN, 견적 이름, 견적 ID를 이벤트에서 내보냅니다.

BillEstimate 성공

청구서 견적이 완료되었습니다. 이제 청구서 견적 결과를 볼 수 있습니다.

이벤트가 EventBridge로 전송되는 청구서 견적의 ARN, 견적 이름, 견적 ID를 이벤트에서 내보냅니다.

BillEstimate 실패

청구서 견적 생성에 실패했습니다.

이벤트가 EventBridge로 전송되는 청구서 견적의 ARN, 견적 이름, 견적 ID를 이벤트에서 내보냅니다.

또한 AWS Pricing Calculator 를 사용하여 EventBridge로 이벤트 알림을 보내 예상과 관련된 이벤트가 발생할 때 조치를 취하는 규칙을 작성할 수 있습니다. 예를 들어 알림이 전송되도록 할 수 있습니다. Amazon EventBridge의 규칙에 대한 자세한 내용은 Amazon EventBridge API 참조Create a rule in Amazon EventBridge을 참조하세요.

EventBridge API를 사용하여 상호 작용할 수 있는 작업 및 데이터 유형에 대한 자세한 내용은 Amazon EventBridge API 참조Amazon EventBridge API 참조를 참조하세요.

Amazon EventBridge 권한

AWS Pricing Calculator 에서는 Amazon EventBridge에 이벤트를 전송하는 데 추가 권한이 필요하지 않습니다.

이벤트 메시지 구조 예제

BillEstimate 생성됨

{ "version": "0", "id": "00000000-0000-0000-0000-000000000001", "detail-type": "BillEstimate Created", "source": "aws.bcm-pricing-calculator", "account": "111122223333", "time": "2024-09-12T13:47:34Z", "region": "us-east-1", "resources": ["arn:aws:bcm-pricing-calculator::111122223333:bill-estimate/00000000-0000-0000-0000-000000000000"], "detail": { "id": "00000000-0000-0000-0000-000000000001", "name": "amzn-example-name" } }

BillEstimate 성공

{ "version": "0", "id": "00000000-0000-0000-0000-000000000002", "detail-type": "BillEstimate Succeeded", "source": "aws.bcm-pricing-calculator", "account": "111122223333", "time": "2024-09-12T13:47:34Z", "region": "us-east-1", "resources": ["arn:aws:bcm-pricing-calculator::111122223333:bill-estimate/00000000-0000-0000-0000-000000000002"], "detail": { "id": "00000000-0000-0000-0000-000000000002", "name": "amzn-example-name" } }

BillEstimate 실패

{ "version": "0", "id": "00000000-0000-0000-0000-000000000003", "detail-type": "BillEstimate Failed", "source": "aws.bcm-pricing-calculator", "account": "111122223333", "time": "2024-09-12T13:47:34Z", "region": "us-east-1", "resources": ["arn:aws:bcm-pricing-calculator::111122223333:bill-estimate/00000000-0000-0000-0000-000000000003"], "detail": { "id": "00000000-0000-0000-0000-000000000003", "name": "amzn-example-name", "failureReason": "We can't process this request right now because of an internal error. Try again later." } }