vague memory

うろ覚えを無くしていこうともがき苦しむ人の備忘録

2022-03-01から1ヶ月間の記事一覧

GitHub Actions で CloudFormation Linter 実行時に config file を読みたい

結果的に README 記載の通りでしたが備忘録です。 CloudFormation Linter AWS謹製 CloudFormation テンプレートの検証ツールです。 aws-cloudformation/cfn-lint: CloudFormation Linter オプションは実行時引数で渡すか、 config file .cfnlintrc で指定が…

AWS から PagerDuty への通知連携(2)

Metric Alarm -> Service Integration 検索すると真っ先に出てくる公式インテグレーションです。 Amazon CloudWatch Integration Guide | PagerDuty 導入方法はガイド (Integrate With a PagerDuty Service) に記載の通りです。 SNS Subscription 設定を行う…

AWS から PagerDuty への通知連携(1)

PagerDuty への通知方法が増えていたので調査しました。 Using Event Orchestration to reduce noise and trigger next best action | PagerDuty 公式ドキュメントに導入手順の詳細がありますが、実際どのような通知結果になるのかそれぞれ確認したいと思い…