AmazonEFSCSIDriverPolicy - AWS Managed Policy

AmazonEFSCSIDriverPolicy

Description: Provides management access to EFS resources and read access to EC2

AmazonEFSCSIDriverPolicy is an AWS managed policy.

Using this policy

You can attach AmazonEFSCSIDriverPolicy to your users, groups, and roles.

Policy details

  • Type: Service role policy

  • Creation time: July 25, 2023, 20:10 UTC

  • Edited time: July 25, 2023, 20:10 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy

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" : "AllowDescribe", "Effect" : "Allow", "Action" : [ "elasticfilesystem:DescribeAccessPoints", "elasticfilesystem:DescribeFileSystems", "elasticfilesystem:DescribeMountTargets", "ec2:DescribeAvailabilityZones" ], "Resource" : "*" }, { "Sid" : "AllowCreateAccessPoint", "Effect" : "Allow", "Action" : [ "elasticfilesystem: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" : [ "elasticfilesystem:TagResource" ], "Resource" : "*", "Condition" : { "StringEquals" : { "elasticfilesystem: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" : "elasticfilesystem:DeleteAccessPoint", "Resource" : "*", "Condition" : { "Null" : { "aws:ResourceTag/efs.csi.aws.com/cluster" : "false" } } } ] }

Learn more