Skip to content

Commit

Permalink
No IAM permissions required to mount access points
Browse files Browse the repository at this point in the history
Document the additional IAM permissions needed (none, by default) to
mount access points.
  • Loading branch information
2uasimojo committed Apr 28, 2020
1 parent 74272a9 commit 1364304
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/kubernetes/access_points/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ In this case, the separation is managed on the EFS side rather than the kubernet

### Create Access Points (in EFS)
Following [this doc](https://docs.aws.amazon.com/efs/latest/ug/create-access-point.html), create a separate access point for each independent data store you wish to expose in your cluster, tailoring the ownership and permissions as desired.
Note that there's no need to use different EFS volumes.
There is no need to use different EFS volumes.

**Note**: Although it is possible to [configure IAM policies for access points](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html#access-points-iam-policy), by default no additional IAM permissions are necessary.

This example assumes you are using two access points.

### Edit [Persistent Volume Spec](./specs/example.yaml)
Expand Down

0 comments on commit 1364304

Please sign in to comment.