Administrator
- Administrator
- All Products
The following table describes the actions in the sample policy:"Version": "2012-10-17", "Id": "efs-policy-wizard-<efs policy wizard ID>", "Statement": [ { "Sid": "efs-statement-<efs statement ID>", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<arn ID>:role/SREIICS" }, "Action": [ "elasticfilesystem:ClientWrite", "elasticfilesystem:ClientMount", "elasticfilesystem:ClientRootAccess" ], "Resource": "arn:aws:elasticfilesystem:us-west-2: <arn ID>:file-system/fs-12345", "Condition": { "Bool": { "elasticfilesystem:AccessedViaMountTarget": "true" } } }, { "Sid": "efs-statement-<efs statement ID>", "Effect": "Deny", "Principal": { "AWS": "*" }, "Action": "*", "Resource": "arn:aws:elasticfilesystem:us-west-2: 123456789:file-system/fs-12345", "Condition": { "Bool": { "aws:SecureTransport": "false" } } } ] }
Action
| Description
|
---|---|
elasticfilesystem:ClientMount
| Provides read-only access to a file system.
|
elasticfilesystem:ClientWrite
| Provides write permissions on a file system.
|
elasticfilesystem:ClientRootAccess
| Provides use of the root user when accessing a file system.
|