0

I need to migrate to RDS from our current server. Our application automatically created dbs according to its need. since the rds have a default dB create limit of 40, is it possible to automatically increase the quota to more than 100. ? And also is there any extra change that we need to look into.

  • 1
    Are you referring to databases _within_ the Amazon RDS database? That is, databases that are created via the `CREATE DATABASE` command? Or are you referring to database instances (separate Amazon RDS databases)? If it is the latter, why would you need so many databases? It does not sounds like an efficient use of resources. – John Rotenstein Feb 03 '20 at 06:16

1 Answers1

1

If your application requires more DB instances, you can request additional DB instances by opening the Service Quotas console. In the navigation pane, choose AWS services. Choose Amazon Relational Database Service (Amazon RDS), choose a quota and follow the directions to request a quota increase. For more information, see Requesting a Quota Increase in the Service Quotas User Guide.

Refer to the AWS document

TonyVo
  • 1,362
  • 6
  • 8