AWS-Logo_White-Color
  • 1. Giới thiệu
  • 2. Chuẩn bị
    • 2.1 Tạo AWS Access Key
    • 2.2 Cài đặt AWS CLI
    • 2.3 Cấu hình AWS CLI
  • 3. Tạo ElastiCache cluster
    • 3.1 Tạo subnet group
      • 3.1.1 Sử dụng Console
      • 3.1.2 Use AWS CLI
    • 3.2 Tạo cluster (cluster mode disabled)
      • 3.2.1 Sử dụng Console
      • 3.2.2 Use AWS CLI
    • 3.3 Tạo cluster(cluster mode enabled)
    • 3.4 Cấp quyền truy cập vào cluster
    • 3.5. Kết nối với node của cluster
      • 3.5.1 Cluster Mode Disabled
      • 3.5.2 Cluster Mode Enabled
      • 3.5.3 Endpoints use AWS CLI
    • 3.6 Xóa cluster
      • 3.6.1 Use Console
      • 3.6.2 Use AWS CLI
  • 4. Sử dụng AWS SDK để ghi và đọc dữ liệu trên ElastiCache
    • 4.1 Tạo Elasticache cluster
      • 4.1.1 Tạo một cluster (mode disabled cluster)
      • 4.1.2 Tạo một cluster (mode enabled cluster)
      • 4.1.3 Kiểm tra nhóm người dùng
    • 4.2 Kết nối với Elasticache
      • 4.2.1 Kết nối tới một cluster (mode disabled cluster)
      • 4.2.2 Kết nối tới một 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. Dọn dẹp tài nguyên

More

  • AWS Study Group - Blog
  • AWS Study Group - Nhóm FB

  • Clear History
Workshop
web counter
Cloud Journey
web counter


Last Updated
10-12-2024


Team
Gia Hưng
Hoàng Kha
Amazon ElastiCache - Redis > Tạo ElastiCache cluster
    • Nội dung

Tạo ElastiCache cluster

Nội dung

  • Tạo một subnet group
  • Tạo một cluster (cluster-mode-disabled)
  • Tạo một cluster (cluster-mode-enabled)
  • Cấp quyền truy cập cluster
  • Kết nối các node của cluster
  • Xóa một cluster