Aws Infrastructure
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.
Run in terminal (recommended)
claude mcp add aws-infrastructure npx -- -y @trustedskills/aws-infrastructure
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-infrastructure": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-infrastructure"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides guidance and assistance for deploying and managing AWS infrastructure, specifically tailored for micro startups. It helps with setting up core components like EC2 instances, VPCs, security groups, load balancers, DNS (Route53), and SSL certificates (ACM). The skill offers recommendations on instance types, storage configurations, key pair management, and best practices for networking and security within AWS.
When to use it
- Setting up a new EC2 instance with appropriate resources.
- Designing and configuring VPCs and subnets for application deployment.
- Creating secure security group rules for your applications and databases.
- Configuring an Application Load Balancer (ALB) for traffic distribution.
- Managing DNS records using Route53.
- Provisioning and managing SSL/TLS certificates through ACM.
Key capabilities
- EC2 Instance Setup: Provides recommendations for development and production instance types, storage configurations (gp3 SSD volumes), and key pair management.
- VPC Configuration: Guides users through creating VPCs with CIDR blocks, public/private subnets, Internet Gateways, route tables, and NAT Gateways.
- Security Group Management: Offers example rules for application, database, and load balancer security groups.
- Load Balancing: Assistance with setting up Application Load Balancers (ALBs).
- DNS Configuration: Instructions on using Route53 for DNS management.
- SSL/TLS Certificate Management: Guidance on utilizing AWS Certificate Manager (ACM) for certificate provisioning.
Example prompts
- "Help me set up an EC2 instance for development."
- "What are the best practices for configuring security groups in my VPC?"
- "How do I configure Route53 to point to my load balancer?"
- “Show me example rules for a database security group.”
Tips & gotchas
- The skill provides recommendations suitable for micro startups; adjust configurations based on specific application needs.
- Prioritize using IAM roles instead of access keys whenever possible for enhanced security.
- Consider Multi-AZ deployments for high availability within your VPC.
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.