AmazonS3FilesCSIDriverPolicy
Description: Provides management access to Amazon S3 Files resources
AmazonS3FilesCSIDriverPolicy is an AWS managed policy.
Using this policy
You can attach AmazonS3FilesCSIDriverPolicy to your users, groups, and roles.
Policy details
-
Type: Service role policy
-
Creation time: April 07, 2026, 13:12 UTC
-
Edited time: April 07, 2026, 13:12 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AmazonS3FilesCSIDriverPolicy
Policy version
Policy version: v1 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowList", "Effect" : "Allow", "Action" : [ "s3files:ListAccessPoints", "s3files:ListFileSystems" ], "Resource" : "*" }, { "Sid" : "AllowCreateAccessPoint", "Effect" : "Allow", "Action" : [ "s3files:CreateAccessPoint" ], "Resource" : "*", "Condition" : { "Null" : { "aws:RequestTag/efs.csi.aws.com/cluster" : "false" }, "ForAllValues:StringEquals" : { "aws:TagKeys" : "efs.csi.aws.com/cluster" } } }, { "Sid" : "AllowTagNewAccessPoints", "Effect" : "Allow", "Action" : [ "s3files:TagResource" ], "Resource" : "*", "Condition" : { "StringEquals" : { "s3files:CreateAction" : "CreateAccessPoint" }, "Null" : { "aws:RequestTag/efs.csi.aws.com/cluster" : "false" }, "ForAllValues:StringEquals" : { "aws:TagKeys" : "efs.csi.aws.com/cluster" } } }, { "Sid" : "AllowDeleteAccessPoint", "Effect" : "Allow", "Action" : "s3files:DeleteAccessPoint", "Resource" : "*", "Condition" : { "Null" : { "aws:ResourceTag/efs.csi.aws.com/cluster" : "false" } } } ] }