Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is it possible to connect amazon web service rds with amazon web service cognito?

i am developing a android application using AWS's RDS and AWS Cognito service. so my question is there any way that i can connect the RDS with Cognito? please help.

like image 298
AndroidManifester Avatar asked Jan 18 '26 03:01

AndroidManifester


1 Answers

I think there are two possible questions here so I'll answer them both.

  1. If the question is, can I access RDS from a Cognito authed app:

RDS does not use AWS credentials for authentication, it uses database credentials. Cognito only vends credentials for AWS services, so you cannot use Cognito credentials to access an RDS database.

  1. If the question is, can I link RDS to Cognito so I can query, manipulate or analyze your end users' datasets:

All access to users' datasets is done through Cognito. There is no export or link feature that allows you to use RDS.

like image 179
behrooziAWS Avatar answered Jan 19 '26 19:01

behrooziAWS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!