How Set Up RDS
#9924
Replies: 1 comment
|
Hi @semekita, can you share the CloudFormation template that results in this error? Note that Moto does not support connecting to RDS. We only mock the AWS API's, but we do not actually spin up an actual SQL server. You might have better luck looking into LocalStack, if that is something you need. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How to set up RDS, the documentation does not provide sample how to set up it.
I would appreciate if someone can point to right path how to set up rds and how to use it.
I used cloudformation template to set up a rds but I can't connect to or I tried http://localhost:4566/moto-api# I am getting following error:
I am trying to use moto for springboot application. I am not python programmer, I am java programmer.
All reactions