View a markdown version of this page

AWS 사용자 알림 와 함께 사용 AWS Billing Conductor - AWS Billing Conductor

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

AWS 사용자 알림 와 함께 사용 AWS Billing Conductor

AWS 사용자 알림를 사용하여 AWS Billing Conductor 이벤트에 대해 알려주는 전송 채널을 설정할 수 있습니다. 이벤트가 지정한 규칙과 일치하면 알림을 받습니다. 이메일, Amazon Chime, Microsoft Teams, Slack과 같은 채팅 애플리케이션의 Amazon Q Developer 또는 AWS Console Mobile Application 푸시 알림을 비롯한 여러 채널을 통해 이벤트에 대한 알림을 받을 수 있습니다. AWS 사용자 알림 콘솔에서 콘솔 알림 센터를 사용하여 알림을 볼 수도 있습니다.

AWS 사용자 알림 는 집계도 지원하므로 특정 이벤트 중에 수신하는 알림 수를 줄일 수 있습니다. 자세한 내용은 AWS 사용자 알림 사용 설명서를 참조하십시오.

를 사용하려면 올바른 AWS Identity and Access Management (IAM) 권한이 있어야 AWS 사용자 알림합니다. IAM 권한 구성에 대한 자세한 내용은 AWS 사용자 알림 사용 설명서알림 구성 생성을 참조하세요.

다음 표에는에서 지원하는 AWS Billing Conductor 이벤트 유형이 나열되어 있습니다 AWS 사용자 알림.

AWS Billing Conductor 이벤트 유형
이벤트 유형 설명
결제 전송에 권장되는 결제 그룹 구성 수락된 전송에 해당 결제 그룹이 구성되어 있지 않거나 활성 결제 전송과 연결된 결제 그룹이 삭제된 결제 전송 이벤트에 대한 일일 요약입니다. 결제 전송이 수락되면 해당 조직의 계정이 Billing and Cost Management 도구의 견적 비용 데이터에 액세스할 수 있도록 청구서 소스 계정의 조직에 대한 결제 그룹을 구성하는 것이 좋습니다. 결제 그룹이 없으면 CloudWatch를 통해 사용 데이터를 계속 사용할 수 있지만 결제 그룹을 구성하면 예산 구성과 같은 비용을 더 쉽게 모니터링할 수 있습니다. 이 이벤트 유형은 현재 미국 동부(버지니아 북부) 리전()에서만 지원됩니다.us-east-1

예제 이벤트

다음은 Billing Group Configuration Recommended for Billing Transfer 이벤트의 예입니다 AWS Billing Conductor. 이 이벤트는 소스를 사용하여 Amazon EventBridge로 내보내집니다aws.billingconductor.

{ "account": "<account ID>", // 12-digit account ID "region": "us-east-1", // Currently only us-east-1 is supported "detail-type": "Billing Group Configuration Recommended for Billing Transfer", "source": "aws.billingconductor", "version": "0", "time": "<date>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "id": "<id>", // alphanumeric string "resources": [], "detail": { "targetDate": "<date>", // Format: yyyy-MM-dd "recipientId": "<account ID>", // 12-digit recipient account ID "eventBridgeEventId": "<event ID>", // unique event identifier "directTransfersAccepted": [ { "transferArn": "<transfer ARN>", // ARN of the one-level billing transfer "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "effectiveTimestamp": "<timestamp>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "acceptedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "indirectTransfersAccepted": [ { "receiverTransferTransferArn": "<transfer ARN>", // ARN of the receiver's transfer "transferBillSourceTransferArn": "<transfer ARN>", // ARN of the bill source's transfer "billTransferAccountId": "<account ID>", // 12-digit bill transfer account ID "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "effectiveTimestamp": "<timestamp>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "acceptedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "directBillingGroupsDeleted": [ { "billingGroupArn": "<billing group ARN>", // ARN of the deleted billing group "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "transferId": "<transfer ID>", // associated transfer ID "deletedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "indirectBillingGroupsDeleted": [ { "billingGroupArn": "<billing group ARN>", // ARN of the deleted billing group "billTransferAccountId": "<account ID>", // 12-digit bill transfer account ID "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "receiverTransferTransferId": "<transfer ID>", // receiver's transfer ID "transferBillSourceTransferId": "<transfer ID>", // bill source's transfer ID "deletedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ] } }