- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
Detect if an AWS S3 lifecycle expiration policy is set to disabled in your CloudTrail logs.
Check if @requestParameters.LifecycleConfiguration.Rule.Expiration.Days
, @requestParameters.LifecycleConfiguration.Status:Disabled
and @evt.name:PutBucketLifecycle
fields are present in your S3 Lifecycle configuration log. If these fields are present together, a bucket’s lifecycle configuration has been turned off.
{{@evt.name}}
should have occurred on the {{@requestParameters.bucketName}}
by username:
{{@userIdentity.sessionContext.sessionIssuer.userName}}
, accountId:
{{@usr.account_id}}
of type:
{{@userIdentity.assumed_role}}
.{{@requestParameters.bucketName}}
should not be disabled, escalate to engineering so they can re-enable it.