AWS Solution Architect
Designs startup-grade AWS architectures and produces CloudFormation/CDK/Terraform code plus cost-optimization plans.
Dev & CodingIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
- Collects requirements (app type, scale, budget, compliance, SLA) and recommends a fitting AWS pattern: serverless web, event-driven microservices, three-tier, or GraphQL backend.
- Generates infrastructure-as-code for the chosen pattern as CloudFormation/SAM YAML, CDK TypeScript, or Terraform HCL.
- Estimates monthly cost and lists prioritized savings actions (right-sizing, Savings Plans, S3 lifecycle tiering, NAT alternatives).
- Walks through deployment commands plus failure triage: inspecting CREATE_FAILED events, deleting and redeploying stacks, and adding CloudWatch alarms.
Who it's for
- Startup engineers and CTOs who need an AWS MVP shipped quickly.
- Small teams without a dedicated DevOps hire who want a solid IaC baseline.
- Anyone who must justify and execute AWS cost reductions.
Examples
- "Design a serverless MVP backend for a mobile app with 1,000 users" → Lambda + API Gateway + DynamoDB + Cognito, ~$20–50/month.
- "Generate CloudFormation for a three-tier web app with auto-scaling" → VPC with public/private subnets, HTTPS ALB, ECS Fargate, Aurora read replicas, security groups and IAM roles.
- "Cut my $3,000/month AWS bill by 30%" → idle resource cleanup, instance right-sizing, Savings Plans analysis, storage lifecycle policies targeting ~$900 in savings.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/aws-solution-architect/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/aws-solution-architect folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/aws-solution-architect/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/aws-solution-architect ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/aws-solution-architect ~/.claude/skills/ - Confirm that
scripts/andreferences/came along inside the skill folder; if they are missing, the workflow still guides Claude but the Python helpers won't run. - Prerequisites: install Python 3 and the AWS CLI, then run
aws configureto set credentials. - Restart Claude Code and prompt something like "Design a scalable AWS architecture for a SaaS platform with 50k users" to trigger the skill.
View source on GitHub ↗License: MIT