ElastiCache Redis clusters before version 6.0 should use Redis AUTH
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Description
ElastiCache for Redis clusters before version 6.0 should use Redis AUTH
When using Redis authentication tokens or passwords, clients must provide a password before executing commands, enhancing data security. For Redis 6.0 and later, it is recommended to use Role-Based Access Control (RBAC). Since RBAC is not available in versions earlier than 6.0, this guideline only applies to those versions that cannot utilize the RBAC feature.
Follow the Authenticating with the Redis OSS AUTH command documentation to learn how to enable Redis AUTH.