Kinesisを使ってS3へログを保存するために、
Cloudwatch Logsにサブスクリプションを登録しようとしたら下記のエラーが出ました。
An error occurred (InvalidParameterException) when calling the PutSubscriptionFilter operation: Could not deliver test message to specified Firehose stream. Check if the given Firehose stream is in ACTIVE state.
この原因は以下です。
・IAMロールが間違っている(ポリシーを確認してください)
・IAMロールのARNが間違っている
よくチェックしてみましょう!