Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. aws --profile $1 cloudwatch --region $2 get-metric-statistics --namespace AWS/ELB --metric-name $4 --dimensions Name=LoadBalancerName,Value=$3 --statistics $5 --start-time `date -u --date "now - 1 minutes" +%s` --end-time `date -u +%s` --period 60 --query "Datapoints[*].{$5:$5}" --output text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement