Created
September 20, 2020 16:27
-
-
Save zxkane/93f0403ca7edad1547e66fd913cf4017 to your computer and use it in GitHub Desktop.
disable rules of aws event bridge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws events list-rules --name-prefix OpenTunaStack-MonitorStac-Monitor --query 'Rules[].Name' --output json |jq '.[]' |jq '.'|xargs -n 1 aws events disable-rule --name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment