- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
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:
{{@userIdentity.accountId}}
of type:
{{@userIdentity.assumed_role}}
.{{@requestParameters.bucketName}}
should not be disabled, escalate to engineering so they can re-enable it.