Aws Ec2 Setup

🌐Community
by aj-geddes · vlatest · Repository

Helps with AWS, setup and configuration as part of deploying and managing cloud infrastructure workflows.

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

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

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

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

About This Skill

The aws-ec2-setup skill automates the provisioning and configuration of Amazon EC2 instances, handling everything from instance selection to security group rules. It streamlines the deployment process by generating ready-to-run scripts that align with specific infrastructure requirements.

When to use it

  • Deploying new web servers or application containers in a production AWS environment.
  • Setting up development environments with pre-configured software stacks like LAMP or Docker.
  • Automating repetitive instance launches across multiple regions or account profiles.
  • Creating baseline infrastructure for testing and staging environments quickly.

Key capabilities

  • Selects appropriate EC2 instance types based on workload needs.
  • Configures security groups to define inbound and outbound traffic rules.
  • Generates shell scripts (Bash/PowerShell) for automated instance initialization.
  • Manages key pair integration for secure SSH access.

Example prompts

  • "Provision a t3.medium EC2 instance in us-east-1 with port 80 open for HTTP traffic."
  • "Create a setup script for an Ubuntu server that installs Nginx and configures a basic welcome page."
  • "Launch two identical instances in different availability zones for high availability testing."

Tips & gotchas

Ensure you have valid AWS credentials configured in your environment before execution to avoid authentication failures. Always review the generated security group rules carefully, as they directly control network access to your new 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
aj-geddes
Installs
110

🌐 Community

Passed automated security scans.