Skip to content

Instantly share code, notes, and snippets.

@toshihirock
Created February 4, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshihirock/55791628bcb215fad85b to your computer and use it in GitHub Desktop.
Save toshihirock/55791628bcb215fad85b to your computer and use it in GitHub Desktop.
SESでの送信クオータ(24時間に送信できるメール数)のパーセンテージを確認する
aws ses get-send-quota | jq '.SentLast24Hours / .Max24HourSend * 100'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment