elasticfilesystem:CreateAccessPoint is a Write access-level action in the elasticfilesystem service. Grants permission to create an access point for the specified file system
ARNs that elasticfilesystem:CreateAccessPoint can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticfilesystem:CreateAccessPoint.
Filters access by a tag key and value pair of a resource
To use elasticfilesystem:CreateAccessPoint you may also need to grant:
A minimal policy that allows elasticfilesystem:CreateAccessPoint. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticfilesystemCreateAccessPoint",
"Effect": "Allow",
"Action": "elasticfilesystem:CreateAccessPoint",
"Resource": "*"
}
]
}