AWS Elasticache Redis Creation and redis-cli Configuration step by step process

Поділитися
Вставка
  • Опубліковано 3 січ 2024
  • In this video, we dive into the powerful world of Redis, a high-performance, open-source, in-memory data store. Learn how to connect to Redis from an Amazon EC2 instance, taking full advantage of AWS services.
    - Launching Redis CLuster in ElastiCache Service.
    - Installing Redis-CLI on an EC2 instance
    - Connecting to Redis using the Redis-CLI
    - Demonstrating simple commands and operations in Redis
    *🔗 github Link*
    - github.com/avizway1/aws-proje...
    If you found this video helpful, don't forget to like, share, and subscribe for more content on AWS, Redis, and other exciting technologies! Feel free to leave your comments and questions below.
    Thanks for watching,!

КОМЕНТАРІ • 7

  • @omkarpatil4373
    @omkarpatil4373 25 днів тому

    Thank you, Its very helpful.

  • @maheshterapally94
    @maheshterapally94 4 місяці тому

    Hi Avinash bro
    Cluster concept gurinchi chpethara if possible ?

  • @swathisweety6784
    @swathisweety6784 Місяць тому

    HI avinash,
    can you make vedio how we connect with lambda to elastic cache redis cluster and integrate to secret manager as well as it will be in vpc

    • @avizway
      @avizway  Місяць тому

      We already have a video on "lambda with Secrets Manager video" but its with RDS. its same process for Redis also.
      Please refer this : ua-cam.com/video/1wjrZpM7YDE/v-deo.html

  • @satyam70
    @satyam70 4 місяці тому +1

    My Redis cluster is created with "Encryption at rest = Disabled" option via Terraform, now I want to enable encryption on the existing Redis cluster, can you please share some high-level steps