DEV Community

Karthik Sakthivel
Karthik Sakthivel

Posted on

Amazon DynamoDB announces new support for Attribute-Based Access Control (ABAC) for tables and indexes

What's new at AWS

ABAC is an authorization strategy that defines access permissions based on tags attached used to configure access permissions and policies to users, roles, and various AWS resources.

๐Ÿ”” Tag-based access conditions can be used to allow or deny specific actions, when AWS IAM) principalsโ€™ tags match the tags on an Amazon DynamoDB table.

๐Ÿ”” AWS IAM Principals:
โœ” AWS Account and Root user
โœ” IAM Users and Federated user
โœ” IAM Roles
โœ” AWS services
โœ” Except IAM Group.

๐Ÿ”” Benefits of IAM ABAC:
โœ” Customers can now set more granular access permissions based on your organizational structures.
โœ” Most importantly, ABAC allows customers to scale tags-based permissions to new employees and changing resource structures, without rewriting policies as organizations grow.

๐Ÿ”” ABAC for Amazon DynamoDB is now available in limited preview in the Ohio, Virginia and N. California Regions only.

Top comments (0)