elasticache:RebootCacheCluster

Write

elasticache:RebootCacheCluster is a Write access-level action in the elasticache service. Grants permission to reboot some, or all, of the cache nodes within a provisioned cache cluster or replication group (cluster mode disabled)

Resource types

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

arn:${Partition}:elasticache:${Region}:${Account}:cluster:${CacheClusterId}
cluster

Condition keys

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

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

elasticache:AuthTokenEnabled Bool

Filters access by the presence of non empty AuthToken parameter in the request

elasticache:CacheNodeType String

Filters access by the cacheNodeType parameter present in the request. This key can be used to restrict which cache node types can be used on cluster creation or scaling operations

elasticache:CacheParameterGroupName String

Filters access by the CacheParameterGroupName parameter in the request

elasticache:EngineType String

Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present

elasticache:EngineVersion String

Filters access by the engineVersion parameter present in creation or cluster modification requests

elasticache:MultiAZEnabled Bool

Filters access by the AZMode parameter, MultiAZEnabled parameter or the number of availability zones that the cluster or replication group can be placed in

elasticache:SnapshotRetentionLimit Numeric

Filters access by the SnapshotRetentionLimit parameter in the request

Example IAM policy

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

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

Related actions in elasticache

View all elasticache actions →