- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
Classification:
compliance
Update your ACL permission to remove READ
access for authenticated AWS accounts or IAM users.
READ
access allows any authenticated IAM user or AWS authenticated account to list all objects within your bucket and exploit objects with misconfigured ACL permissions.
Follow the Configuring ACLs: Using the S3 console to set ACL permissions for a bucket docs to deselect the Bucket ACL - Read
permission and update ACL permissions.
put-bucket-acl
with your bucket name and ACL to private
.put-bucket-acl.sh
aws s3api put-bucket-acl
--bucket your-s3-bucket-name
--acl private