Manages AWS Elastic Beanstalk environment settings, including scaling policies, instance types, and environment variables.
The AWS Beanstalk Config skill empowers Claude to read, modify, and optimize Elastic Beanstalk environments directly through the EB CLI and AWS CLI. It provides a standardized interface for critical DevOps tasks such as updating environment variables, adjusting auto-scaling thresholds, swapping instance types, and managing resource tags. By leveraging best practices for configuration validation and platform-specific nuances (like AL2023 Procfile requirements), this skill ensures infrastructure changes are applied safely and efficiently within the Claude Code environment.
Key Features
01Save, download, and apply configuration templates across environments
023 GitHub stars
03Manage environment variables with eb setenv and printenv
04Configure auto-scaling triggers, min/max instances, and types
05Comprehensive tag management for resource organization and billing
06Validate configuration settings before deployment to prevent downtime
Use Cases
01Rapidly scaling environment capacity during high-traffic events
02Updating environment-specific secrets and application variables
03Standardizing configurations across staging and production environments