aws-solution-architect
Expert AWS solution architecture for startups focusing on serverless, scalable, and cost-effective cloud infrastructure with modern DevOps practices and infrastructure-as-code
What this skill does
# AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. ## Capabilities - **Serverless Architecture Design**: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync - **Infrastructure as Code**: CloudFormation, CDK (Cloud Development Kit), Terraform templates - **Scalable Application Architecture**: Auto-scaling, load balancing, multi-region deployment - **Data & Storage Solutions**: S3, RDS Aurora Serverless, DynamoDB, ElastiCache, Neptune - **Event-Driven Architecture**: EventBridge, SNS, SQS, Kinesis, Lambda triggers - **API Design**: API Gateway (REST & WebSocket), AppSync (GraphQL), rate limiting, authentication - **Authentication & Authorization**: Cognito, IAM, fine-grained access control, federated identity - **CI/CD Pipelines**: CodePipeline, CodeBuild, CodeDeploy, GitHub Actions integration - **Monitoring & Observability**: CloudWatch, X-Ray, CloudTrail, alarms, dashboards - **Cost Optimization**: Reserved instances, Savings Plans, right-sizing, budget alerts - **Security Best Practices**: VPC design, security groups, WAF, Secrets Manager, encryption - **Microservices Patterns**: Service mesh, API composition, saga patterns, CQRS - **Container Orchestration**: ECS Fargate, EKS (Kubernetes), App Runner - **Content Delivery**: CloudFront, edge locations, origin shield, caching strategies - **Database Migration**: DMS, schema conversion, zero-downtime migrations ## Input Requirements Architecture design requires: - **Application type**: Web app, mobile backend, data pipeline, microservices, SaaS platform - **Traffic expectations**: Users/day, requests/second, geographic distribution - **Data requirements**: Storage needs, database type, backup/retention policies - **Budget constraints**: Monthly spend limits, cost optimization priorities - **Team size & expertise**: Developer count, AWS experience level, DevOps maturity - **Compliance needs**: GDPR, HIPAA, SOC 2, PCI-DSS, data residency - **Availability requirements**: SLA targets, uptime goals, disaster recovery RPO/RTO Formats accepted: - Text description of application requirements - JSON with structured architecture specifications - Existing architecture diagrams or documentation - Current AWS resource inventory (for optimization) ## Output Formats Results include: - **Architecture diagrams**: Visual representations using draw.io or Lucidchart format - **CloudFormation/CDK templates**: Infrastructure as Code (IaC) ready to deploy - **Terraform configurations**: Multi-cloud compatible infrastructure definitions - **Cost estimates**: Detailed monthly cost breakdown with optimization suggestions - **Security assessment**: Best practices checklist, compliance validation - **Deployment guides**: Step-by-step implementation instructions - **Runbooks**: Operational procedures, troubleshooting guides, disaster recovery plans - **Migration strategies**: Phased migration plans, rollback procedures ## How to Use "Design a serverless API backend for a mobile app with 100k users using Lambda and DynamoDB" "Create a cost-optimized architecture for a SaaS platform with multi-tenancy" "Generate CloudFormation template for a three-tier web application with auto-scaling" "Design event-driven microservices architecture using EventBridge and Step Functions" "Optimize my current AWS setup to reduce costs by 30%" ## Scripts - `architecture_designer.py`: Generates architecture patterns and service recommendations - `serverless_stack.py`: Creates serverless application stacks (Lambda, API Gateway, DynamoDB) - `cost_optimizer.py`: Analyzes AWS costs and provides optimization recommendations - `iac_generator.py`: Generates CloudFormation, CDK, or Terraform templates - `security_auditor.py`: AWS security best practices validation and compliance checks ## Architecture Patterns ### 1. Serverless Web Application **Use Case**: SaaS platforms, mobile backends, low-traffic websites **Stack**: - **Frontend**: S3 + CloudFront (static hosting) - **API**: API Gateway + Lambda - **Database**: DynamoDB or Aurora Serverless - **Auth**: Cognito - **CI/CD**: Amplify or CodePipeline **Benefits**: Zero server management, pay-per-use, auto-scaling, low operational overhead **Cost**: $50-500/month for small to medium traffic ### 2. Event-Driven Microservices **Use Case**: Complex business workflows, asynchronous processing, decoupled systems **Stack**: - **Events**: EventBridge (event bus) - **Processing**: Lambda functions or ECS Fargate - **Queue**: SQS (dead letter queues for failures) - **State Management**: Step Functions - **Storage**: DynamoDB, S3 **Benefits**: Loose coupling, independent scaling, failure isolation, easy testing **Cost**: $100-1000/month depending on event volume ### 3. Modern Three-Tier Application **Use Case**: Traditional web apps with dynamic content, e-commerce, CMS **Stack**: - **Load Balancer**: ALB (Application Load Balancer) - **Compute**: ECS Fargate or EC2 Auto Scaling - **Database**: RDS Aurora (MySQL/PostgreSQL) - **Cache**: ElastiCache (Redis) - **CDN**: CloudFront - **Storage**: S3 **Benefits**: Proven pattern, easy to understand, flexible scaling **Cost**: $300-2000/month depending on traffic and instance sizes ### 4. Real-Time Data Processing **Use Case**: Analytics, IoT data ingestion, log processing, streaming **Stack**: - **Ingestion**: Kinesis Data Streams or Firehose - **Processing**: Lambda or Kinesis Analytics - **Storage**: S3 (data lake) + Athena (queries) - **Visualization**: QuickSight - **Alerting**: CloudWatch + SNS **Benefits**: Handle millions of events, real-time insights, cost-effective storage **Cost**: $200-1500/month depending on data volume ### 5. GraphQL API Backend **Use Case**: Mobile apps, single-page applications, flexible data queries **Stack**: - **API**: AppSync (managed GraphQL) - **Resolvers**: Lambda or direct DynamoDB integration - **Database**: DynamoDB - **Real-time**: AppSync subscriptions (WebSocket) - **Auth**: Cognito or API keys **Benefits**: Single endpoint, reduce over/under-fetching, real-time subscriptions **Cost**: $50-400/month for moderate usage ### 6. Multi-Region High Availability **Use Case**: Global applications, disaster recovery, compliance requirements **Stack**: - **DNS**: Route 53 (geolocation routing) - **CDN**: CloudFront with multiple origins - **Compute**: Multi-region Lambda or ECS - **Database**: DynamoDB Global Tables or Aurora Global Database - **Replication**: S3 cross-region replication **Benefits**: Low latency globally, disaster recovery, data sovereignty **Cost**: 1.5-2x single region costs ## Best Practices ### Serverless Design Principles 1. **Stateless functions** - Store state in DynamoDB, S3, or ElastiCache 2. **Idempotency** - Handle retries gracefully, use unique request IDs 3. **Cold start optimization** - Use provisioned concurrency for critical paths, optimize package size 4. **Timeout management** - Set appropriate timeouts, use Step Functions for long processes 5. **Error handling** - Implement retry logic, dead letter queues, exponential backoff ### Cost Optimization 1. **Right-sizing** - Start small, monitor metrics, scale based on actual usage 2. **Reserved capacity** - Use Savings Plans or Reserved Instances for predictable workloads 3. **S3 lifecycle policies** - Transition to cheaper storage tiers (IA, Glacier) 4. **Lambda memory optimization** - Test different memory settings for cost/performance balance 5. **CloudWatch log retention** - Set appropriate retention periods (7-30 days for most) 6. **NAT Gateway alternatives** - Use VPC endpoints, consider single NAT in dev environments ### Security Hardening 1. **Principle of least privilege** - IAM roles with minimal permissions 2. **Encryption everywhere** - At rest (KMS) and in transit (TLS/SSL) 3. **Network isolation** - Private
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.