This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Have a command to generate a Redis Auth token just like RDS #737
Labels
cross-sdk
duplicate
This issue or pull request already exists
elasticache
feature-request
New feature or request
Describe the feature
aws-cli
does not support generating a Redis AUTH token like what RDS does with commandaws generate-db-auth-token
.Use Case
Currently we have to create a token through code which is used for applications. This is understandable and is notated here in this AWS blog post; however, there is no documentation for developers to access the Redis clusters using
aws-cli
only RDS.Proposed Solution
Add another command with name
generate-redis-auth-token
foraws-cli
.Other Information
No response
Acknowledgements
CLI version used
2.13.36
Environment details (OS name and version, etc.)
MacOS M2 Macbook
The text was updated successfully, but these errors were encountered: