- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
Classification:
compliance
Update your ACL permission to remove FULL_CONTROL
access for authenticated AWS accounts and AWS IAM users.
FULL_CONTROL
access allows any IAM user or AWS authenticated account to view, upload, modify and delete S3 objects without restriction.
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 to private
.put-bucket-acl.sh
aws s3api put-bucket-acl
--bucket your-s3-bucket-name
--acl private