AWS Savings Plans & Consolidated Billing: How Cross-Account Sharing Actually Works
AWS Savings Plans allow for cost savings across multiple accounts within an organization. The default configuration enables automatic sharing of discounts, but complexities arise regarding account priority and restrictions. Understanding the sharing modes and implications of deactivation is crucial for effective cost management.
- ▪A Savings Plan purchased in one AWS account automatically covers usage in other accounts under the same organization.
- ▪The application of Savings Plans follows a priority order, starting with the owner account before spilling over to other accounts.
- ▪AWS supports four sharing configurations, allowing for varying degrees of restriction on how discounts are shared among accounts.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937860) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Aman Singh Posted on May 22 AWS Savings Plans & Consolidated Billing: How Cross-Account Sharing Actually Works #cloud #ai #aws #finops If you're running multiple AWS accounts under one organization, a Savings Plan purchased in one account is already covering usage in your other accounts. That's not a configuration you set up, it's how consolidated billing works by default. For most teams, this is fine. One purchase, org-wide coverage, AWS handles the allocation automatically.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).