Restrict AWS DynamoDB access from particular AWS VPC

拈花ヽ惹草 提交于 2020-04-19 17:41:02

问题


Using Dynamo DB for my application. I have some critical reference values and want to keep those in DynamoDB. I am not very sure about this but can we have a policy or way to restrict that DynamoDb table access from any VPC?

Thanks Kiran


回答1:


Limiting access from a VPC is not possible, since DynamoDB operates as a regional manage service outside your VPC.

However there are several other ways to implement access control to Dynamodb. 1) Using IAM user access keys and policies 2) Using federated access control using Cognito/User Pools or Amazon STS

Note: If you need more granularity of access, you can use Dynamodb fine grained access control mechanisms. If your data are highly sensitive try considering Amazon KMS.



来源:https://stackoverflow.com/questions/42969560/restrict-aws-dynamodb-access-from-particular-aws-vpc

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