AWS Solution Architect for Startups
A skill that designs serverless-first AWS architectures, drafts IaC templates, and reviews cost and security.
Dev & CodingIntermediate★ 852⑂ 173AI score 7/10Last updated: Nov 12, 2025
What it does
- Takes your app type, traffic, budget, availability and compliance needs and proposes a fitting AWS architecture.
- Ships six proven patterns (serverless web app, event-driven microservices, three-tier, real-time data processing, GraphQL/AppSync backend, multi-region HA) with rough monthly cost ranges.
- Guides generation of CloudFormation/CDK/Terraform drafts, cost-optimization checklists, security hardening rules and deployment runbooks.
- Calls out real service limits (Lambda 15-min timeout, API Gateway 29s, DynamoDB 400KB items) and classic pitfalls such as public S3 buckets, wildcard IAM and NAT Gateway charges.
Who it's for
- Startup engineers and CTOs shipping an MVP on AWS.
- Backend/infra engineers moving to serverless or tasked with cutting the AWS bill.
- Teams that need an architecture review doc or IaC draft fast.
Examples
- "Design a serverless API backend for a mobile app with 100k users using Lambda and DynamoDB"
- "Optimize my current AWS setup to reduce costs by 30%"
- "Generate a CloudFormation template for a three-tier web app with auto-scaling"
· · · 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-code-skill-factory/HEAD/generated-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 generated-skills/aws-solution-architect folder from the GitHub repo alirezarezvani/claude-code-skill-factory into my ~/.claude/skills/alirezarezvani-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-code-skill-factory.git /tmp/csf && mkdir -p ~/.claude/skills && cp -r /tmp/csf/generated-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-code-skill-factory.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-code-skill-factory/generated-skills/aws-solution-architect ~/.claude/skills/ - Restart Claude Code and ask something like "design a serverless AWS architecture" to confirm the skill loads.
- Before deploying, validate any generated templates and cost estimates with the AWS Pricing Calculator and a peer review.
View source on GitHub ↗License: MIT