AWSのオートスケーリングの設定をすると、詳細なモニタリング(1分間隔)がデフォルトになりますが、5分間隔でいいよっていう場合は以下のように設定をします。
as-create-launch-config hoge-auto-scaling-config --key hoge-key --image-id ami-******** --group default --group ssh --instance-type t1.micro --region ap-northeast-1 --user-data "hogehoge" --monitoring-disabled
–monitoring-disabled
オプションを付けることで、監視の間隔が5分間隔になります。