Elastic Beanstalk Deployment
Automates Elastic Beanstalk deployments from pull requests, ensuring code quality and seamless releases.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add elastic-beanstalk-deployment npx -- -y @trustedskills/elastic-beanstalk-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"elastic-beanstalk-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/elastic-beanstalk-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates deployments to AWS Elastic Beanstalk. It handles tasks like updating application versions, managing environment configurations, and triggering health checks β all through natural language commands. The skill streamlines the deployment process, reducing manual effort and potential errors.
When to use it
- Deploying a new version of your web application to production.
- Rolling back an existing deployment to a previous stable version.
- Updating environment configurations (e.g., instance type, scaling settings).
- Troubleshooting deployment issues by triggering health checks and reviewing logs.
Key capabilities
- Deploy application versions
- Manage environment configurations
- Trigger health checks
Example prompts
- "Deploy version 1.2.3 to my staging environment."
- "Rollback the current deployment in production."
- βCheck the health of my Elastic Beanstalk environment.β
Tips & gotchas
Requires AWS credentials configured for the AI agent to access your Elastic Beanstalk environments. Ensure you have appropriate permissions set up beforehand.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.