Terraform Aws Modules
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.
Run in terminal (recommended)
claude mcp add terraform-aws-modules npx -- -y @trustedskills/terraform-aws-modules
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-aws-modules": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-aws-modules"
]
}
}
}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 AWS infrastructure using Terraform modules. It automates the creation of resources like EC2 instances, S3 buckets, VPCs, and more, based on pre-defined module configurations. This ensures consistent deployments and reduces manual configuration errors within your AWS environment.
When to use it
- Automated Infrastructure Creation: Quickly deploy a new development or testing environment in AWS without manual steps.
- Consistent Resource Provisioning: Ensure all environments adhere to the same infrastructure standards by leveraging pre-built Terraform modules.
- Infrastructure as Code (IaC): Manage and version your AWS infrastructure alongside your application code for improved collaboration and reproducibility.
- Scaling Environments: Easily scale up or down your AWS resources based on demand, using Terraform's declarative approach.
Key capabilities
- Provisioning of AWS resources via Terraform modules
- Automated deployment workflows
- Infrastructure as Code management
- Declarative resource configuration
Example prompts
- "Deploy a VPC with two public subnets in us-east-1 using the standard networking module."
- "Create an S3 bucket named 'my-data-bucket' with versioning enabled, following the secure storage module guidelines."
- “Provision three EC2 instances for my web application using the load balanced instance module.”
Tips & gotchas
- Requires a configured AWS environment with appropriate credentials.
- Familiarity with Terraform and AWS concepts is beneficial to effectively utilize this skill.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.