Logging Amazon Billing Conductor API calls using Amazon CloudTrail
Amazon Billing Conductor is integrated with Amazon CloudTrail, a service that provides a record of actions taken by a user, role, or an Amazon service in Amazon Billing Conductor. CloudTrail captures all API calls for Amazon Billing Conductor as events. The calls captured include calls from the Amazon Billing Conductor console and code calls to the Amazon Billing Conductor API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Amazon Billing Conductor. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail, you can determine the request that was made to Amazon Billing Conductor, the IP address from which the request was made, who made the request, when it was made, and additional details.
To learn more about CloudTrail, see the Amazon CloudTrail User Guide.
Amazon Billing Conductor CloudTrail events
This section shows a full list of the CloudTrail events related to Billing and Cost Management.
Event name | Definition |
---|---|
|
Logs the association of accounts to a billing group. |
|
Logs the association of pricing rules to a pricing plan. |
|
Logs the automatic association of an account to a billing group. |
|
Logs the automatic disassociation of an account from a billing group in the next billing period. |
|
Logs the batch association of resources to a percentage custom line item. |
|
Logs the batch disassociation of resources from a percentage custom line item. |
|
Logs the creation of a billing group. |
|
Logs the creation of a custom line item. |
|
Logs the creation of a pricing plan. |
|
Logs the creation of a pricing rule. |
|
Logs the deletion of a billing group. |
|
Logs the deletion of a custom line item. |
|
Logs the deletion of a pricing plan. |
|
Logs the deletion of a pricing rule. |
|
Logs the disassociation of accounts from a billing group. |
|
Logs the disassociation of pricing rules from a pricing plan. |
|
Logs the access to the account ids in the billing group. |
|
Logs the access to the actual Amazon charges for the billing group. |
|
Logs the access to the billing groups in a billing period. |
|
Logs the access to the custom line items in a billing period. |
|
Logs the access to the versions of a custom line item. |
|
Logs the access to the pricing plans in a billing period. |
|
Logs the access to the pricing plans associated to a pricing rule. |
|
Logs the access to the pricing rules in a billing period. |
|
Logs the access to the pricing rules associated to a pricing plan. |
|
Logs the access to the resources associated to a custom line item. |
|
Logs the access to the tags on a resource. |
|
Logs the association of tags on a resource. |
|
Logs the update of a billing group. |
|
Logs the update of a custom line item. |
|
Logs the update of a pricing plan. |
|
Logs the update of a pricing rule. |
Amazon Billing Conductor information in CloudTrail
CloudTrail is enabled on your Amazon Web Services account when you create the account. When activity occurs in Amazon Billing Conductor, that activity is recorded in a CloudTrail event along with other Amazon service events in Event history. You can view, search, and download recent events in your Amazon Web Services account. For more information, see Viewing events with CloudTrail Event history.
For an ongoing record of events in your Amazon Web Services account, including events for Amazon Billing Conductor, create a trail. A trail enables CloudTrail to deliver log files to an Amazon S3 bucket. By default, when you create a trail in the console, the trail applies to all Amazon Web Services Regions. The trail logs events from all Regions in the Amazon partition and delivers the log files to the Amazon S3 bucket that you specify. Additionally, you can configure other Amazon services to further analyze and act upon the event data collected in CloudTrail logs. For more information, see the following:
All Amazon Billing Conductor actions are logged by CloudTrail and are documented in the Amazon Billing Conductor API Reference.
Every event or log entry contains information about who generated the request. The identity information helps you determine the following:
-
Whether the request was made with root or Amazon Identity and Access Management (IAM) user credentials.
-
Whether the request was made with temporary security credentials for a role or federated user.
-
Whether the request was made by another Amazon service.
For more information, see the CloudTrail userIdentity element.
Understanding Amazon Billing Conductor log file entries
A trail is a configuration that enables delivery of events as log files to an Amazon S3 bucket that you specify. CloudTrail log files contain one or more log entries. An event represents a single request from any source and includes information about the requested action, the date and time of the action, request parameters, and so on. CloudTrail log files aren't an ordered stack trace of the public API calls, so they don't appear in any specific order.
AutoAssociateAccount
The following example shows a CloudTrail log entry that demonstrates the AutoAssociateAccount
action.
{ "eventVersion": "1.09", "userIdentity": { "accountId": "111122223333", "invokedBy": "billingconductor.amazonaws.com" }, "eventTime": "2024-02-23T00:22:08Z", "eventSource": "billingconductor.amazonaws.com", "eventName": "AutoAssociateAccount", "awsRegion": "us-east-1", "sourceIPAddress": "billingconductor.amazonaws.com", "userAgent": "billingconductor.amazonaws.com", "requestParameters": null, "responseElements": null, "requestID": "1v14d239-fe63-4d2b-b3cd-450905b6c33", "eventID": "14536982-geff-4fe8-bh18-f18jde35218d0", "readOnly": false, "eventType": "AwsServiceEvent", "managementEvent": true, "recipientAccountId": "111122223333", "serviceEventDetails": { "requestParameters": { "Arn": "arn:aws:billingconductor::111122223333:billinggroup/444455556666", "AccountIds": [ "333333333333" ] }, "responseElements": { "Arn": "arn:aws:billingconductor::111122223333:billinggroup/444455556666" } }, "eventCategory": "Management" }
CreateBillingGroup
The following example shows a CloudTrail log entry that demonstrates the CreateBillingGroup
action.
{ "eventVersion": "1.08", "userIdentity": { "accountId":"111122223333", "accessKeyId":"ASIAIOSFODNN7EXAMPLE" }, "eventTime": "2024-01-24T20:30:03Z", "eventSource": "billingconductor.amazonaws.com", "eventName": "CreateBillingGroup", "awsRegion": "us-east-1", "sourceIPAddress": "100.100.10.10", "userAgent": "aws-internal/3 aws-sdk-java/1.11.465 Linux/4.9.124-0.1.ac.198.73.329.metal1.x86_64 OpenJDK_64-Bit_Server_VM/25.192-b12 java/1.8.0_192", "requestParameters": { "PrimaryAccountId": "444455556666", "ComputationPreference": { "PricingPlanArn": "arn:aws:billingconductor::111122223333:pricingplan/TqeITi5Bgh" }, "X-Amzn-Client-Token": "32aafb5s-e5b6-47f5-9795-3a69935e9da4", "AccountGrouping": { "LinkedAccountIds": [ "444455556666", "111122223333" ] }, "Name": "***" }, "responseElements": { "Access-Control-Expose-Headers": "x-amzn-RequestId,x-amzn-ErrorType,x-amzn-ErrorMessage,Date", "Arn": "arn:aws:billingconductor::111122223333:billinggroup/444455556666" }, "requestID": "fb26ae47-3510-a833-98fe-3dc0f602gb49", "eventID": "3ab70d86-c63e-46fd8d-a33s-ce2970441a8", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111122223333", "eventCategory": "Management" }