elasticache:DescribeReservedCacheNodes

List

elasticache:DescribeReservedCacheNodes is a List access-level action in the elasticache service. Grants permission to list information about purchased reserved cache nodes

Resource types

ARNs that elasticache:DescribeReservedCacheNodes can be scoped to in an IAM policy.

arn:${Partition}:elasticache:${Region}:${Account}:reserved-instance:${ReservedCacheNodeId}
reserved-instance

Condition keys

Keys you can use in the Condition block of a policy that grants elasticache:DescribeReservedCacheNodes.

aws:RequestTag/${TagKey} String

Filters actions based on the tags that are passed in the request

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

aws:TagKeys ArrayOfString

Filters actions based on the tag keys that are passed in the request

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticacheDescribeReservedCacheNodes",
      "Effect": "Allow",
      "Action": "elasticache:DescribeReservedCacheNodes",
      "Resource": "*"
    }
  ]
}

Related actions in elasticache

View all elasticache actions →