Terraform Aws

🌐Community
by bagelhole · vlatest · Repository

Helps with Terraform, AWS 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 terraform-aws npx -- -y @trustedskills/terraform-aws
2

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

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

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

About This Skill

What it does

This skill allows AI agents to provision and manage infrastructure on Amazon Web Services (AWS) using Terraform. It automates the creation of resources like EC2 instances, S3 buckets, and VPCs based on defined configurations. The skill simplifies cloud infrastructure management by leveraging declarative code instead of manual processes.

When to use it

  • Automated Infrastructure Deployment: Quickly deploy new environments or applications without manual configuration.
  • Infrastructure as Code (IaC): Manage AWS resources using version-controlled Terraform files for consistency and reproducibility.
  • Environment Consistency: Ensure identical configurations across development, staging, and production environments.
  • Disaster Recovery Planning: Automate the recreation of infrastructure in a different region to facilitate disaster recovery.

Key capabilities

  • Provisioning of AWS resources (EC2, S3, VPC)
  • Terraform state management
  • Declarative Infrastructure as Code
  • Automated resource creation and modification

Example prompts

  • "Create an EC2 instance with t2.micro in us-east-1."
  • "Deploy a Terraform configuration from this file: [file content]."
  • "Show me the current state of my AWS infrastructure."

Tips & gotchas

  • Requires familiarity with Terraform and AWS concepts.
  • Ensure proper authentication credentials are configured for accessing your AWS account.

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
bagelhole
Installs
10

🌐 Community

Passed automated security scans.