Scaling Amazon ElastiCache Memcached - AWS Certified SysOps Administrator Associate

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ต.ค. 2024

ความคิดเห็น • 1

  • @DigitalCloudTraining
    @DigitalCloudTraining  4 ปีที่แล้ว +3

    Commands are here:
    #1 Scaling Memcached horizontally
    aws elasticache modify-cache-cluster --cache-cluster-id your-cluster-id --num-cache-nodes 2 --apply-immediately --region your-region
    #2 Delete a cluster
    aws elasticache delete-cache-cluster --cache-cluster-id your-cluster-id --region your-region