AWS-Logo_White-Color
  • 1. Introduction
  • 2. Preparation
    • 2.1 Generate AWS Access Key
    • 2.2 Install AWS CLI
    • 2.3 Configure AWS CLI
  • 3. Create ElastiCache cluster
    • 3.1 Create subnet group
      • 3.1.1 Use Console
      • 3.1.2 Use AWS CLI
    • 3.2 Create cluster (cluster mode disabled)
      • 3.2.1 Use Console
      • 3.2.2 Use AWS CLI
    • 3.3 Create cluster(cluster mode enabled)
    • 3.4 Grant access to the cluster
    • 3.5. Connect to cluster node
      • 3.5.1 Cluster Mode Disabled
      • 3.5.2 Cluster Mode Enabled
      • 3.5.3 Endpoints using AWS CLI
  • 4. Using AWS SDK to write and read data on ElastiCache
    • 4.1 Create Elasticache cluster
      • 4.1.1 Create a cluster (mode disabled cluster)
      • 4.1.2 Create a cluster (mode enabled cluster)
      • 4.1.3 Test user group
    • 4.2 Connecting to Elasticache
      • 4.2.1 Connecting to a cluster (mode disabled cluster)
      • 4.2.2 Connecting to a cluster (mode enabled cluster)
    • 4.3 Set and Get strings
    • 4.4 Set and Get a hash with multiple items
    • 4.5 Publish (write) and subscribe (read)
    • 4.6 Write and read from a stream
  • 5. Clean up resources

More

  • AWS Study Group - Blog
  • AWS Study Group - FB Group

  • Clear History
Workshop
web counter
Cloud Journey
web counter


Last Updated
10-12-2024


Team
Gia Hưng
Hoàng Kha
Amazon ElastiCache - Redis > Create ElastiCache cluster
    • Content

Create ElastiCache cluster

Content

  • Create a subnet group
  • Create a cluster (cluster-mode-disabled)
  • Create a cluster (cluster-mode-enabled)
  • Authorize cluster access
  • Connect cluster nodes
  • Deleting a cluster