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