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 CloudTrail

0
Last updated at Posted at 2024-08-04

はじめに

この記事はAWS SAA試験勉強のための、AWS CloudTrailに関する知識のまとめです。

AWS CloudTrailとは

AWSアカウント内のすべてのAPI呼び出しをS3バケットに記憶します。デフォルトは90日。

取得するログはユーザーアクティビティに関するものです。Day1に設定します。デフォルトで暗号化されています。

地味なアプリケーションですが、非常に重要です。

image.png

証跡情報の登録

証跡情報を登録することによって以下が可能になります。

  • 保存する先のS3バケットの設定
  • 90日以上の操作ログの保存
  • ログを記録するイベントの種類の設定

image.png

CloudTrail Insights

CloudTrail Insights は、CloudTrail から管理イベントを自動的に分析して通常の動作のベースラインを確立して、異常な動作パターンを検出した際に Insights イベントを生成して通知することができます。有料。

image.png

整合性検証機能

CloudTrailログファイルの整合性検証機能を有効にすることで、監査人からのコンプライアンス証跡取得に役立ちます。

KMSとの連携

KMSはAWS CloudTrailと連携しており、鍵の使用ログが記録されるため、鍵の利用状況を監査することができます。

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?