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

こ雲淡風輕ζ 提交于 2019-12-23 20:16:20

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/27331911/is-it-possible-to-connect-amazon-web-service-rds-with-amazon-web-service-cognito

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!