Amazon Web Services Savings Plans
• | Viewing AWS Savings Plans |
• | Exporting AWS Savings Plans Information. |
You can view the total active AWS savings plans purchased across an organization.
To view AWS savings plans:
1. | Go to the Savings Plans page (Cloud > Commitments > Savings Plans). The page defaults to the Amazon Web Services tab. |
2. | The information presented on the Amazon Web Services tab is retrieved from the AWS Cost Explorer API and the AWS Savings Plans API. To fetch this data, the following Identity and Access Management (IAM) stanza needs to be added to the user's IAM policy on your AWS parent account. |
{
"Effect": "Allow",
"Action": [
"ce:GetSavingsPlansUtilization"
"savingsplans:DescribeSavingsPlans"
],
"Resource": "*"
}
3. | Click the Columns button and select the checkboxes next to the following column names. Hover over the button icon to view the button name. |
• | Savings Plan ARN—A unique identifier assigned to a savings plan in AWS. |
• | Savings Plan Type—The type of the savings plan purchased. |
• | Purchase Date—The date when the savings plan was purchased. |
• | Utilization Percentage—The percentage of the savings plan being utilized. |
4. | To choose the Amazon Web Services savings plans columns you wish to see in your view, click the Columns button and select the checkboxes next to the appropriate column names. Hover over the button icon to view the button name. |
Exporting AWS Savings Plans Information
You can export your organization’s AWS savings plans information to a CSV file to track, share, or perform calculations on coverage.
To export AWS savings plans information:
1. | Go to the Savings Plans page (Cloud > Commitments > Savings Plans). The page defaults to the Amazon Web Services tab. |
2. | Click the Export CSV button. Hover over the button icon to view the button name. |
Note:Regardless of the number of filters selected by clicking the Columns button, all filters are exported to the CSV file. Hover over the button icon to view the button name.