ElastiCache User Group

ElastiCache User Group in AWS is a resource that allows you to manage groups of users for Redis authentication and access control. It simplifies permission management by letting you assign multiple users to a group and then associate that group with one or more Redis clusters. This helps enforce consistent access policies and improves security by centralizing user management.

aws.elasticache_user_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the user group.
enginecorestringThe options are valkey or redis.
minimum_engine_versioncorestringThe minimum engine version required, which is Redis OSS 6.0
pending_changescorejsonA list of updates being applied to the user group.
replication_groupscorearray<string>A list of replication groups that the user group can access.
serverless_cachescorearray<string>Indicates which serverless caches the specified user group is associated with. Available for Valkey, Redis OSS and Serverless Memcached only.
statuscorestringIndicates user group status. Can be "creating", "active", "modifying", "deleting".
tagscorehstore
user_group_idcorestringThe ID of the user group.
user_idscorearray<string>The list of user IDs that belong to the user group.