Amazon managed policies for Amazon Billing Conductor
To add permissions to users, groups, and roles, it is easier to use Amazon managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your team with only the permissions they need. To get started quickly, you can use our Amazon managed policies. These policies cover common use cases and are available in your Amazon Web Services account. For more information about Amazon managed policies, see Amazon managed policies in the IAM User Guide.
Amazon services maintain and update Amazon managed policies. You can't change the permissions in Amazon managed policies. Services occasionally add additional permissions to an Amazon managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an Amazon managed policy when a new feature is launched or when new operations become available. Services do not remove permissions from an Amazon managed policy, so policy updates won't break your existing permissions.
Additionally, Amazon supports managed policies for job functions that span multiple services. For example, the ReadOnlyAccess Amazon managed policy provides read-only access to all Amazon services and resources. When a service launches a new feature, Amazon adds read-only permissions for new operations and resources. For a list and descriptions of job function policies, see Amazon managed policies for job functions in the IAM User Guide.
Amazon managed policy: AWSBillingConductorFullAccess
The AWSBillingConductorFullAccess managed policy grants complete access to Amazon Billing Conductor console and APIs. Users can list, create, and delete Amazon Billing Conductor resources.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "billingconductor:*", "organizations:ListAccounts", "pricing:DescribeServices", ] "Resource": "*" } ] }
Amazon managed policy: AWSBillingConductorReadOnlyAccess
The AWSBillingConductorReadOnlyAccess managed policy grants read-only access to Amazon Billing Conductor console and APIs. Users can view and list all Amazon Billing Conductor resources. Users can't create or delete resources.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "BillingConductorReadOnly", "Effect": "Allow", "Action": [ "billingconductor:List*", "organizations:ListAccounts", "pricing:DescribeServices", "billingconductor:GetBillingGroupCostReport" ], "Resource": "*" } ] }
Amazon Billing Conductor updates to Amazon managed policies
View details about updates to Amazon managed policies for Amazon Billing Conductor since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Amazon Billing Conductor Document history page.
Change | Description | Date |
---|---|---|
AWSBillingConductorReadOnlyAccess |
Added |
February 8, 2024 |
AWSBillingConductorFullAccess | Created policy | March 29, 2022 |
AWSBillingConductorReadOnlyAccess |
Created policy |
March 29, 2022 |
Amazon Billing Conductor change log published |
Amazon Billing Conductor started tracking changes for its Amazon managed policies. |
March 29, 2022 |