Elastic Beanstalk Deployment

🌐Community
by pr-pm Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add elastic-beanstalk-deployment npx -- -y @trustedskills/elastic-beanstalk-deployment
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pr-pm
Installs
7

🌐 Community

Passed automated security scans.