- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
Classification:
compliance
Set your Amazon S3 bucket to private.
Publicly accessible Amazon S3 buckets grant FULL_CONTROL
access to everyone, including anonymous users. FULL_CONTROL
grants users the ability to upload, modify, delete, and view S3 objects.
Follow the Configuring ACLs: Using the S3 console to set ACL permissions for a bucket docs to remove FULL_CONTROL
access and update ACL permissions.
put-bucket-acl
with your bucket name and ACL set to private
.put-bucket-acl.sh
aws s3api put-bucket-acl
--bucket your-bucket-name
--acl private