AWS managed policies for S3 Tables
An AWS managed policy is a standalone policy that is created and administered by AWS. AWS managed policies are designed to provide permissions for many common use cases so that you can start assigning permissions to users, groups, and roles.
Keep in mind that AWS managed policies might not grant least-privilege permissions for your specific use cases because they're available for all AWS customers to use. We recommend that you reduce permissions further by defining customer managed policies that are specific to your use cases.
You cannot change the permissions defined in AWS managed policies. If AWS updates the permissions defined in an AWS managed policy, the update affects all principal identities (users, groups, and roles) that the policy is attached to. AWS is most likely to update an AWS managed policy when a new AWS service is launched or new API operations become available for existing services.
For more information, see AWS managed policies in the IAM User Guide.
AWS managed policy: AmazonS3TablesFullAccess
You can attach the AmazonTablesS3FullAccess
policy to your IAM
identities. This policy grants permissions that allow full access to Amazon S3
Tables.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3tables:*" ], "Resource": "*" } ] }
AWS managed policy: AmazonS3TablesReadOnlyAccess
You can attach the AmazonS3TablesReadOnlyAccess
policy to your IAM
identities. This policy grants permissions that allow read-only access to Amazon S3
Tables.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3tables:Get*", "s3tables:List*" ], "Resource": "*" } ] }
Amazon S3 Tables updates to AWS managed policies
View details about updates to AWS managed policies for Amazon S3 Tables since S3 Tables began tracking these changes.
Change | Description | Date |
---|---|---|
Amazon S3 Tables added |
S3 Tables added a new AWS-managed policy called |
December 03, 2024 |
Amazon S3 Tables added |
S3 Tables added a new AWS-managed policy called |
December 03, 2024 |
Amazon S3 Tables started tracking changes. |
Amazon S3 Tables started tracking changes for its AWS managed policies. |
December 03, 2024 |