Надёжный деплой на AWS Elastic Beanstalk
★ 8.0 · vibe-coding
beanstalk-deploy is a Claude Code skill that provides production-tested deployment patterns for AWS Elastic Beanstalk using GitHub Actions and Pulumi. It covers six core principles: verifying infrastructure health before every deploy, retry logic with readiness polling (up to 30 attempts at 20-second intervals), automatic recovery from terminated environments via Pulumi state cleanup, concurrency control to prevent deployment conflicts, dependency pre-installation, and comprehensive error handling with fallbacks. The skill is aimed at teams building a reliable Beanstalk CI/CD pipeline who need to eliminate race conditions, zombie resources, and timing-related failures during application deployment.