Questions tagged [aws-rds-data-service]

Questions related to AWS RDS data service API (Aurora Serverless)

Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless DB cluster. See https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/Welcome.html

32 questions
0
votes
1 answer

Can't connect to RDS in Asp.net core application

I've created a MySQL RDS on AWS console. Then I successfully connected to that RDS in MySQL Workbench using following steps: Connection Method: Standard (TCP/IP) Hostname: zargham.ccir1327bjhl.us-east-2.rds.amazonaws.com Port: 3306 Username: [given…
0
votes
1 answer

AWS RDS db creation limit

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…
1 2
3