chore(aws): add a couple of elasticache commands

This commit is contained in:
Michele Cereda
2026-01-08 23:39:07 +01:00
parent aa332b4dc8
commit 81e632b82e
2 changed files with 14 additions and 2 deletions

View File

@@ -187,6 +187,18 @@ aws eks describe-addon-configuration --addon-name 'aws-ebs-csi-driver' --addon-v
--query 'configurationSchema' --output 'text' | jq -sr
###
# Elasticache
# ------------------
###
aws elasticache describe-cache-clusters
aws elasticache describe-cache-clusters --query 'CacheClusters[].CacheClusterId'
aws elasticache describe-replication-groups
aws elasticache describe-replication-groups --query 'ReplicationGroups[].ReplicationGroupId'
###
# ELB - Load Balancers
# ------------------