AWS Solution Architect
Design AWS architectures using serverless patterns and IaC templates.
A production-grade architecture skill that helps you design, deploy, and optimize AWS infrastructure. It knows serverless patterns (Lambda + API Gateway + DynamoDB), container architectures (ECS Fargate + Aurora), cost optimization strategies, and generates real CloudFormation/CDK/Terraform templates. Ships with 3 Python tools for architecture design, serverless stack generation, and cost analysis — all stdlib-only, zero dependencies.
$skillfish add ~skills/aws-solution-architect What This Skill Can Do
Concrete capabilities you get when you install this skill.
Design serverless, container, and three-tier architectures from requirements
Generate production-ready CloudFormation, CDK, or Terraform templates
Analyze and optimize AWS costs with right-sizing recommendations
Configure VPCs, IAM policies, Cognito auth, and security groups
Plan CI/CD pipelines with CodePipeline or GitHub Actions
Set up CloudWatch monitoring, alarms, and X-Ray tracing
Real Conversations
See how the AWS Solution Architect skill responds to actual requests. These are representative examples of what your AI agent will produce.
I'm building a mobile app for a small fitness startup. We expect about 1,000 users in the first 3 months. I need a backend with user auth, a REST API, and a database. Budget is under $100/month. What's the best AWS setup?
Here's a serverless MVP architecture that'll cost ~$20-40/month at your scale:
Architecture: Serverless Web Pattern
CloudFront → S3 (static assets)
→ API Gateway → Lambda (Node.js/Python)
→ DynamoDB (pay-per-request)
→ Cognito (user auth — free tier covers 50k MAUs)
Why this pattern:
- $0 idle cost — Lambda only charges per request, DynamoDB pay-per-request charges per read/write
- Auto-scales to zero — no EC2 instances running when nobody is using the app
- Cognito free tier covers your 1,000 users (50k MAU free)
- No ops burden — no servers to patch, no capacity planning
Estimated monthly cost at 1,000 users:
| Service | Estimate |
|---|---|
| Lambda | $1-3 (1M requests free/month) |
| API Gateway | $3-5 |
| DynamoDB | $5-10 |
| Cognito | $0 (free tier) |
| S3 + CloudFront | $2-5 |
| Total | $11-23/month |
I'll generate the CloudFormation template for you. Want me to include a CI/CD pipeline with GitHub Actions?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Works best with Claude Opus/Sonnet 4, GPT-4o, or Gemini 2.5 Pro — models with strong code generation and infrastructure knowledge. Smaller models (Haiku, GPT-4o-mini) can handle simple architectures but may struggle with complex multi-service designs.
Context Window
The SKILL.md is ~8KB. With references (~15KB total) loaded, fits comfortably in 32K context. For complex multi-service architectures, 100K+ context is recommended to keep the full conversation history.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Works Great With
These skills complement AWS Solution Architect for end-to-end coverage. Install them together for better results.
Ready to try AWS Solution Architect?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/aws-solution-architect