mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws): add a couple of elasticache commands
This commit is contained in:
@@ -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
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user