Aws Architecture

🌐Community
by eyadsibai · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add aws-architecture npx -- -y @trustedskills/aws-architecture
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-architecture": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-architecture"
      ]
    }
  }
}

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 designing, deploying, and managing AWS cloud infrastructure. It offers architectural patterns and service selection recommendations to help users build serverless, scalable, and cost-effective solutions. The skill can assist with tasks ranging from designing new applications to optimizing existing AWS costs and implementing Infrastructure as Code (IaC).

When to use it

  • Designing the architecture for a new application on AWS.
  • Optimizing current AWS infrastructure spending.
  • Developing serverless applications.
  • Creating Infrastructure as Code using tools like CDK or CloudFormation.
  • Planning multi-region deployments.

Key capabilities

  • Provides architectural patterns including: Serverless Web Application, Event-Driven Microservices, and Modern Three-Tier architectures.
  • Offers service selection guidance for compute (Lambda, Fargate, EC2, App Runner), databases (DynamoDB, Aurora Serverless, RDS, DocumentDB, Neptune) and storage (S3 Standard/IA/Glacier, EFS, EBS).
  • Includes cost optimization tips like enabling S3 Intelligent-Tiering and using Savings Plans.
  • Demonstrates Infrastructure as Code examples using CDK and CloudFormation.

Example prompts

  • "Suggest an architecture for a serverless web application."
  • "What are the best database options for handling low latency key-value data?"
  • "How can I optimize my AWS costs related to S3 storage?"
  • “Show me a CDK example of deploying a simple API.”

Tips & gotchas

  • The skill provides guidance based on common AWS patterns and services. Specific requirements may necessitate adjustments.
  • Cost estimates provided are approximate and depend heavily on usage patterns.
  • Familiarity with basic AWS concepts is helpful to effectively utilize the recommendations from this skill.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
eyadsibai
Installs
28

🌐 Community

Passed automated security scans.