-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POL-1401 - New Template: Shared Cost Reallocation - AWS Support #2776
Conversation
Generated by 🚫 Danger |
These are false positives from logSample usage... we may want to sync how we want to move forward on this as I think it's something we will want to use in other PTs |
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
cost/aws/shared_cost_reallocation/aws_support/shared_cost_reallocation_aws_support.pt
Outdated
Show resolved
Hide resolved
We have 2 customers so far who have deployed this, validated the outcome, and are moving forward with backfilling historical cost data. Biggest issue we are encountering is policy execution timeout limits (30m) in some of the larger tenants we are testing in. Could be mitigated/prevented by increasing policy timeout limit globally or per-org. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adding "DO-NOT-MERGE" label as per Bryan's comment above. We want to do some more testing potentially on a smaller customer at daily granularity Other than that, the PR looks good. We may want to consider removing |
tools/policy_master_permission_generation/validated_policy_templates.yaml
Outdated
Show resolved
Hide resolved
|
||
## What It Does | ||
|
||
This policy template reallocates AWS Support costs (`OCBPremiumSupport`, `AWSEnterpriseSupport`, `AWSSupportBusiness`, `AWSSupportEnterprise`) to the AWS Linked Accounts within the AWS Organization. Costs are allocated to each AWS Linked Account based on the percentage of total that account consumed in the bill period. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This policy template reallocates AWS Support costs (`OCBPremiumSupport`, `AWSEnterpriseSupport`, `AWSSupportBusiness`, `AWSSupportEnterprise`) to the AWS Linked Accounts within the AWS Organization. Costs are allocated to each AWS Linked Account based on the percentage of total that account consumed in the bill period. | |
This policy template reallocates AWS Support costs (`OCBPremiumSupport`, `AWSEnterpriseSupport`, `AWSSupportBusiness`, `AWSSupportEnterprise`) to the AWS Linked Accounts within the AWS Organization. Costs are allocated to each AWS Linked Account based on the percentage of the total that account consumed in the bill period. |
af2b7ed
to
85e3a91
Compare
85e3a91
to
b55f9d6
Compare
…plates.yaml Co-authored-by: nia-vf1 <[email protected]>
b55f9d6
to
3e61ff0
Compare
Closing this branch/PR in favor of superseded one that includes the other cost reallocation PTs that were done as part of this epic: #2933 |
Description
This policy template reallocates AWS Support costs (
OCBPremiumSupport
,AWSEnterpriseSupport
,AWSSupportBusiness
,AWSSupportEnterprise
) to the AWS Linked Accounts within the AWS Organization. Costs are allocated to each AWS Linked Account based on the percentage of total that account consumed in the bill period.To reallocate the costs, the policy template uses Flexera's "Common Bill Ingest" (CBI) capability to negate the original cost allocated to the AWS Master Payer Account with negative cost line items, and write the reallocation portional costs as new line items.
Issues Resolved
https://flexera.atlassian.net/browse/POL-1401
Link to Example Applied Policy
Contribution Check List