- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
Classification:
compliance
Ensure that an AWS CloudTrail trail has global service events enabled.
Easily troubleshoot security issues for global services that aren’t region-specific.
By default, trail logs created in the CloudTrail console log global service events. For more information, see the About global service events docs.
Run aws cloudtrail describe-trails
Run update-trail
on any returned trail name above to include-global-service-events.
update-trail.sh
aws cloudtrail update-trail
--name GlobalTrailName
--include-global-service-events