securing-s3-buckets
securing s3 buckets
What it does
- You MUST inform the user if required tools are missing
- You SHOULD confirm credentials with aws sts get-caller-identity
- You MUST ask for all required parameters upfront
- You MUST confirm bucket name and region before any write operation
- You MAY infer region from user context if clearly stated
- You SHOULD run aws iam simulate-principal-policy to validate permissions before write operations
- You SHOULD display write commands and wait for confirmation before executing
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
securing-s3-buckets FAQ
What does the securing-s3-buckets skill do?
> Create and secure S3 buckets following AWS best practices for access control, encryption, monitoring, and remediation of misconfigurations. Use when the user wants to secure a new bucket, audit an existing bucket, fix a security finding, configure encryption, or enable logging and monitoring. Do NOT use for general S3 data operations, S3 Tables setup, or discovering existing data assets. You MUST inform the user if required tools are missing You SHOULD confirm credentials with aws sts get-caller-identity
How do I install securing-s3-buckets?
Run: npx -y skills add https://github.com/aws/agent-toolkit-for-aws --skill securing-s3-buckets --agent claude-code — the source lives at github.com/aws/agent-toolkit-for-aws.
Maintain securing-s3-buckets?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[securing-s3-buckets on getagentictools](https://getagentictools.com/skills/aws-agent-toolkit-for-aws-securing-s3-buckets?ref=badge) npx agentictools info skills/aws-agent-toolkit-for-aws-securing-s3-buckets The second line is the CLI lookup for this page — handy in READMEs and docs.