Amazon managed policies for S3 Tables
An Amazon managed policy is a standalone policy that is created and administered by Amazon. Amazon 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 Amazon managed policies might not grant least-privilege permissions for your specific use cases because they're available for all Amazon 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 Amazon managed policies. If Amazon updates the permissions defined in an Amazon managed policy, the update affects all principal identities (users, groups, and roles) that the policy is attached to. Amazon is most likely to update an Amazon managed policy when a new Amazon Web Services service is launched or new API operations become available for existing services.
For more information, see Amazon managed policies in the IAM User Guide.
Amazon 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": "*" } ] }
Amazon 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 Amazon managed policies
View details about updates to Amazon 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 Amazon-managed policy called |
December 03, 2024 |
Amazon S3 Tables added |
S3 Tables added a new Amazon-managed policy called |
December 03, 2024 |
Amazon S3 Tables started tracking changes. |
Amazon S3 Tables started tracking changes for its Amazon managed policies. |
December 03, 2024 |