Flexible Retention for Provisioned Instances

Customers can specify performance history retention periods from one month to 24 months. Retention for one month or more is priced per vCPU per month for provisioned instances. The monthly price increases for longer retention periods, and may vary by region

Flexible Retention for Aurora Serverless v2 Instances

Customers can specify performance history retention periods from one month to 24 months. Retention for one month or more is priced per Aurora capacity unit (ACU) per month for Aurora Serverless v2 instances. The monthly price increases for longer retention periods, and may vary by region.

API Requests

API Pricing Example

As an example, say you create a custom dashboard that makes calls to RDS Performance Insights' two APIs, DescribeDimensionKeys, and GetResourceMetrics. The dashboard calls these two APIs every 5 seconds. That would be:

  • 2 API calls * (30 days * 24 hours * 60 minutes * 60 seconds) / (5 seconds) = 1,036,800 API calls.

The first 1M API calls are free per account and are $0.01 for each 1,000 calls after that. Thus, in this example the cost would be:

  • ((1,036,800 - 1,000,000) / 1,000) * 0.01 = $0.37 per month

If we monitored two instances with our custom dashboard refreshing every 5 seconds, the cost would be:

  • ((2 * 1,036,800 - 1,000,000) / 1,000) * 0.01 = $10.74 per month

Additional pricing resources

AWS Pricing Calculator

Easily calculate your monthly costs with AWS

Get pricing assistance

Contact AWS specialists to get a personalized quote

Read the FAQs

Findl the answers to all of your questions.

Learn more 
Sign up for a free account

Instantly get access to the AWS Free Tier. 

Sign up 
Start building in the console

Get started with Performance Insights in the AWS Console.

Sign in