memorydb:CopySnapshot

Write

memorydb:CopySnapshot is a Write access-level action in the memorydb service. Grants permissions to make a copy of an existing snapshot

Resource types

ARNs that memorydb:CopySnapshot can be scoped to in an IAM policy.

arn:${Partition}:memorydb:${Region}:${Account}:snapshot/${SnapshotName}
snapshot

Condition keys

Keys you can use in the Condition block of a policy that grants memorydb:CopySnapshot.

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Dependent actions

To use memorydb:CopySnapshot you may also need to grant:

Example IAM policy

A minimal policy that allows memorydb:CopySnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMemorydbCopySnapshot",
      "Effect": "Allow",
      "Action": "memorydb:CopySnapshot",
      "Resource": "*"
    }
  ]
}

Related actions in memorydb

View all memorydb actions →