From aws-helper
Creates and configures an S3 bucket with security best practices including encryption, versioning, lifecycle rules, and access logging. Generates IaC definitions.
How this command is triggered — by the user, by Claude, or both
Slash command
/aws-helper:configure-s3The summary Claude sees in its command listing — used to decide when to auto-load this command
# /configure-s3 - Configure AWS S3 Bucket Create and configure an S3 bucket with security best practices. ## Steps 1. Ask the user for the bucket purpose: static hosting, file storage, backups, logs 2. Generate a globally unique bucket name following naming conventions 3. Configure bucket policy based on access requirements (private, public-read, CDN-only) 4. Enable server-side encryption (AES-256 or KMS) by default 5. Block all public access unless explicitly required for static hosting 6. Configure CORS rules if the bucket serves content to web applications 7. Set up lifecycle rules: t...
Create and configure an S3 bucket with security best practices.
6plugins reuse this command
First indexed Mar 30, 2026
/configure-s3Creates and configures an S3 bucket with security best practices including encryption, versioning, lifecycle rules, and access logging. Generates IaC definitions.
/configure-gcsWalks through creating a Google Cloud Storage bucket with proper security, lifecycle rules, IAM bindings, and generates Terraform or gcloud commands.
/awsGuides users through AWS CloudFront, WAF, Lambda@Edge, and multi-account security patterns with an interactive wizard. Accepts a mode argument to route to the relevant topic.
/configure-blobCreates and configures an Azure Blob Storage account with security best practices, performance tiering, redundancy selection, container setup, encryption, lifecycle policies, network security, soft delete, CDN integration, and generates Bicep/ARM templates.
/journey-storageConfigures storage buckets and ACLs by invoking the butterbase-skills:journey-storage skill with any provided arguments.
/infraDesigns Infrastructure as Code configurations using Terraform, CDK, or CloudFormation based on a natural language requirement. Specify optional tool preference.
npx claudepluginhub samuelj90/awesome-claude-code-toolkit --plugin aws-helper