Cloud Aws Ec2

🌐Community
by teachingai · 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 teachingai-cloud-aws-ec2 npx -- -y @trustedskills/teachingai-cloud-aws-ec2
2

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

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

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

About This Skill

What it does

This skill allows AI agents to interact with and manage Amazon EC2 instances. It enables tasks like creating, terminating, and describing EC2 instances using AWS APIs. The agent can also retrieve information about instance states and configurations.

When to use it

  • Automating the creation of development or testing environments on AWS.
  • Responding to alerts by automatically scaling down EC2 instances during periods of low traffic.
  • Troubleshooting issues with EC2 instances by querying their status and configuration details.
  • Managing a fleet of EC2 instances for a specific application, such as deploying updates or monitoring resource usage.

Key capabilities

  • Creating EC2 instances
  • Terminating EC2 instances
  • Describing EC2 instance details (status, configuration)

Example prompts

  • "Create an EC2 instance with t2.micro type in us-east-1."
  • "Terminate the EC2 instance named 'my-web-server'."
  • "Describe the status of all running EC2 instances."

Tips & gotchas

  • Requires appropriate AWS credentials configured for the AI agent to access and manage EC2 resources.
  • Be mindful of potential costs associated with creating and running EC2 instances.

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
teachingai
Installs
4

🌐 Community

Passed automated security scans.