Aws Cloudformation Ec2

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

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 aws-cloudformation-ec2 npx -- -y @trustedskills/aws-cloudformation-ec2
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cloudformation-ec2": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cloudformation-ec2"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The aws-cloudformation-ec2 skill enables AI agents to programmatically provision, configure, and manage Amazon EC2 instances using AWS CloudFormation templates. It automates infrastructure-as-code workflows to ensure consistent server environments across development, staging, and production.

When to use it

  • Automatically spin up isolated EC2 instances for testing new application features without manual console interaction.
  • Revert server configurations to a known good state by updating or replacing existing CloudFormation stacks.
  • Scale compute resources dynamically in response to traffic spikes defined within the stack parameters.
  • Enforce security compliance by applying specific instance types, IAM roles, and network settings via template updates.

Key capabilities

  • Create and update AWS CloudFormation stacks specifically for EC2 resources.
  • Manage instance lifecycle events including launch, stop, start, and termination.
  • Configure security groups, key pairs, and subnet associations through template parameters.
  • Handle stack operations such as create, update, delete, and describe status.

Example prompts

  • "Create a new CloudFormation stack to launch two t3.medium EC2 instances in the us-east-1 region with SSH access enabled."
  • "Update the existing web-server-stack to change the instance type from t2.micro to t3.large and attach a new security group."
  • "Delete the development-environment stack and remove all associated EC2 resources to free up costs."

Tips & gotchas

Ensure your AI agent has the necessary IAM permissions to execute CloudFormation actions on your AWS account. Always validate CloudFormation templates before deployment to prevent unintended resource provisioning or configuration errors.

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
giuseppe-trisciuoglio
Installs
69

🌐 Community

Passed automated security scans.