ElastiCache User

ElastiCache User in AWS represents an identity within Amazon ElastiCache that allows you to manage authentication and access control for Redis clusters using Role-Based Access Control (RBAC). It defines user credentials, access permissions, and associated user groups, enabling fine-grained security management for multi-tenant or shared environments.

aws.elasticache_user

Fields

TitleIDTypeData TypeDescription
_keycorestring
access_stringcorestringAccess permissions string used for this user.
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the user.
authenticationcorejsonDenotes whether the user requires a password to authenticate.
enginecorestringThe options are valkey or redis.
minimum_engine_versioncorestringThe minimum engine version required, which is Redis OSS 6.0
statuscorestringIndicates the user status. Can be "active", "modifying" or "deleting".
tagscorehstore
user_group_idscorearray<string>Returns a list of the user group IDs the user belongs to.
user_idcorestringThe ID of the user.
user_namecorestringThe username of the user.