The Elastic Beanstalk Environment Manager skill provides a robust interface for controlling AWS infrastructure via the EB CLI and AWS CLI. It simplifies complex environment operations such as provisioning new solution stacks, cloning existing environments for testing, and executing zero-downtime blue/green deployments through CNAME swapping. Designed for reliability, the skill includes built-in safety checks for solution stack validation, DNS availability, and destructive action confirmations, ensuring that developers can manage their cloud infrastructure with confidence directly through Claude.
Key Features
01Blue/green deployment support via CNAME URL swapping
02Solution stack validation and terminated environment restoration
03DNS availability checking for custom CNAME prefixes
04Seamless environment cloning for staging and testing workflows
053 GitHub stars
06Automated environment creation with custom instance types and load balancers
Use Cases
01Provisioning a new production environment with specific scaling and tagging configurations
02Cloning a production environment to troubleshoot issues in an identical staging setup
03Executing zero-downtime updates by swapping URLs between blue and green environments