We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1f119 commit 4d340f5Copy full SHA for 4d340f5
services/elasticache.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+aws_elasticache_list() {
4
+ aws_run_commandline 'aws elasticache describe-cache-clusters'
5
+}
0 commit comments