Amazon Web Services Reserved Instances
In the Amazon Web Services (AWS) Reserved Instances screen, you can:
• | Viewing AWS Reserved Instances |
• | Exporting AWS Reserved Instance Information |
Viewing AWS Reserved Instances
Complete the following tasks to view AWS Reserved Instances.
To view AWS Reserved Instances:
1. | Go to the Reserved Instances page (Cloud > Cost Optimization > Reserved Instances). 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. To fetch this data, the following Identity and Access Management (IAM) stanza needs to be added to the RightScale user's IAM policy on your AWS parent account. |
{
"Effect": "Allow",
"Action": [
"ce:GetReservationUtilization"
],
"Resource": "*"
}
3. | You can choose the Amazon Web Services Reserved Instances columns you wish to see in your view by selecting the appropriate fields from the Columns picker. |
4. | To download the AWS RI information as a CSV including all columns (visible and hidden) in the table, click the Export to CSV button. |
Exporting AWS Reserved Instance Information
You can export your organization’s AWS RI information to a CSV file to track, share, or perform calculations on coverage by clicking Export to CSV.
Note:Regardless of the number of filters selected in the Columns drop-down menu, all filters are exported to the CSV file.