Terraform Aws
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 adaptationio-terraform-aws npx -- -y @trustedskills/adaptationio-terraform-aws
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"adaptationio-terraform-aws": {
"command": "npx",
"args": [
"-y",
"@trustedskills/adaptationio-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 deployments by leveraging Infrastructure as Code principles.
When to use it
- Automated environment setup: Quickly create development or testing environments in AWS without manual configuration.
- Infrastructure provisioning: Deploy new applications or services requiring specific AWS resources.
- Managing existing infrastructure: Update configurations and scale resources based on changing needs.
- Disaster recovery planning: Recreate your AWS infrastructure from code for rapid recovery.
Key capabilities
- Terraform configuration management
- AWS resource provisioning (EC2, S3, VPC, etc.)
- Infrastructure as Code implementation
- Automated deployments
Example prompts
- "Create an EC2 instance with 2 vCPUs and 4GB of RAM in us-east-1."
- "Deploy a Terraform configuration from this file: /path/to/terraform.tf"
- “Provision an S3 bucket named 'my-data-bucket' in the standard region.”
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.