elasticache:CreateUser is a Write access-level action in the elasticache service. Grants permission to create a user for Redis. Users are supported from Redis 6.0 onwards
ARNs that elasticache:CreateUser can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticache:CreateUser.
Filters actions based on the tags that are passed in the request
Filters actions based on the tags associated with the resource
Filters actions based on the tag keys that are passed in the request
Filters access by the UserAuthenticationMode parameter in the request
To use elasticache:CreateUser you may also need to grant:
A minimal policy that allows elasticache:CreateUser. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticacheCreateUser",
"Effect": "Allow",
"Action": "elasticache:CreateUser",
"Resource": "*"
}
]
}