[Enhancement]: AuthenticationMode for ElastiCache User #28471
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/elasticache
Issues and PRs that pertain to the elasticache service.
Description
AWS ElastiCache now provides the capability for IAM based authentication. An ElastiCache user can be created with
AuthenticationMode
type set toiam
.This may require a new attribute (something like
authentication_mode
in theaws_elasticache_user
resource).Affected Resource(s) and/or Data Source(s)
aws_elasticache_user
Potential Terraform Configuration
References
Announcement:
https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-elasticache-supports-iam-authentication-redis-clusters/
Docs:
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth-iam.html
https://aws.amazon.com/blogs/database/simplify-managing-access-to-amazon-elasticache-for-redis-clusters-with-iam/
API reference:
https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateUser.html
https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_AuthenticationMode.html
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: