0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AWS configでルールを作成するときに3つの項目がでてきて悩んだので調べてみました。

Last updated at Posted at 2023-04-27

AWSconfigルールについて

  • AWS提供のプリセットルール
    • AWSが提供する既存のルールを使用して、AWSリソースのコンプライアンスをチェックします。
  • Lambdaを使ったカスタムのルール
    • AWSが提供するルールがニーズを満たさない場合や、特定のロジックを適用してリソースのコンプライアンスを評価するために、Lambda関数を使用してカスタムルールを作成します。
  • Gardを使用したルール
    • CloudFormation GuardはCloudFormationのテンプレートを規定したガバナンス、コンプライサンスに沿っているか評価するためのサービス
      以前はLambdaでカスタムルールを策定するしかありませんでした。なのでPythonなどのコーディング技術が必要だったが、CloudFormation Guardで利用されている学習コストの少ないDSL言語で書けるようになり、CloudFormationからの使い回しもできるようになりました。

もし間違ってたら教えてください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?