Install command
Not provided
Complete AWS infrastructure management toolkit combining cloud architecture expertise, CloudFormation validation, and AWS services integration. Perfect for teams building and maintaining cloud-native applications on AWS.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Required checks are still incomplete. Finish source and safety verification before adopting this resource.
0
68
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
No privacy notes listed.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Not provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
4 to clear
Platforms
1 listed
Difficulty
0/100
Adoption plan
Current risk score 30/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes missing; inspect network/data behavior manually.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (4/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are missing.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
4/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are missing.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
No required blockers for this timeline preset.
Prerequisite readiness
4 prerequisites to line up before setup. Have accounts and credentials ready first.
Safety & privacy surface
1 safety note across 1 risk area. Review closely: credentials & tokens.
Complete AWS infrastructure management toolkit combining cloud architecture expertise, CloudFormation validation, and AWS services integration. Perfect for teams building and maintaining cloud-native applications on AWS.
## Features
- AWS architecture design and planning
- CloudFormation template validation
- Multi-service AWS integration
- DevOps and SRE best practices
## Use Cases
- Building cloud-native applications on AWS
- Managing AWS infrastructure as code
- Migrating applications to AWS
- Implementing DevOps practices on AWS
## TL;DR
A comprehensive collection of AWS infrastructure tools, MCP servers, and Claude configurations for cloud deployment, monitoring, and management. Perfect for teams building and scaling on Amazon Web Services.
- Complete AWS infrastructure setup and management suite
- MCP servers for AWS services integration
- CloudFormation, CDK, and Terraform templates
- Monitoring, logging, and security best practices
Streamline your AWS cloud operations with this curated collection of infrastructure-as-code templates, MCP servers for AWS API access, and Claude-optimized workflows for deployment automation.
## Collection Overview
**Collection Type:** Cloud Infrastructure
**Focus Area:** AWS Services & DevOps
**Skill Level:** Intermediate to Advanced
**Time Saving:** 50-70% reduction in infrastructure setup time
## What's Included
## Collection Contents
Essential AWS tools for cloud infrastructure
- **AWS MCP Servers** (Infrastructure): Direct Claude integration with AWS APIs for EC2, S3, Lambda, RDS, and more core services.
- **IaC Templates** (Deployment): CloudFormation, CDK, and Terraform templates for common AWS architectures and deployment patterns.
- **Observability Stack** (Monitoring): CloudWatch integration, logging aggregation, and custom metrics with Claude-powered analysis.
- **Security & Compliance** (Security): IAM policies, security groups, VPC configs, and compliance checking with Claude assistance.
## Quick Start
Browse the collection items below to find the specific AWS resources you need. Each item includes detailed setup instructions and can be combined to build complete cloud solutions.
## Prerequisites
- AWS account with appropriate permissions
- Basic understanding of cloud computing concepts
- AWS CLI configured locally
- CloudFormation or infrastructure-as-code experience
## Recommended Order
1. `aws-cloud-architect`
2. `devops-sre-expert`
3. `backend-architect-agent`
4. `aws-services-mcp-server`
5. `aws-cloudformation-validator`
## Troubleshooting
### AWS MCP server fails: 'Credentials not configured' error
Run aws configure to set credentials. Ensure AWS_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY are in environment or ~/.aws/credentials file.
### CloudFormation validator conflicts with AWS services MCP
Install validator hook after AWS MCP server. Update config order: MCP servers first, then hooks. Restart to reinitialize hook dependency chain.
### Backend architect agent and AWS rules give contradictory advice
Prioritize AWS cloud architect rule for AWS-specific patterns. Use backend architect for general design. Set rule precedence in config hierarchy.
### AWS CLI version 1.x incompatible with MCP server features
Upgrade to AWS CLI v2 using the official installer: download `https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip`, unzip it, and run `sudo ./aws/install`. Verify with `aws --version`. MCP server requires CLI v2.0+ for SSO support.
### Permission errors when validator checks CloudFormation templates
Grant IAM permissions: cloudformation:ValidateTemplate and cloudformation:DescribeStacks. Add to AWS user/role policy, then restart validator hook.Complete AWS infrastructure management toolkit combining cloud architecture expertise, CloudFormation validation, and AWS services integration. Perfect for teams building and maintaining cloud-native applications on AWS.
A comprehensive collection of AWS infrastructure tools, MCP servers, and Claude configurations for cloud deployment, monitoring, and management. Perfect for teams building and scaling on Amazon Web Services.
Streamline your AWS cloud operations with this curated collection of infrastructure-as-code templates, MCP servers for AWS API access, and Claude-optimized workflows for deployment automation.
Collection Type: Cloud Infrastructure Focus Area: AWS Services & DevOps Skill Level: Intermediate to Advanced Time Saving: 50-70% reduction in infrastructure setup time
Essential AWS tools for cloud infrastructure
Browse the collection items below to find the specific AWS resources you need. Each item includes detailed setup instructions and can be combined to build complete cloud solutions.
aws-cloud-architectdevops-sre-expertbackend-architect-agentaws-services-mcp-serveraws-cloudformation-validatorRun aws configure to set credentials. Ensure AWS_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY are in environment or ~/.aws/credentials file.
Install validator hook after AWS MCP server. Update config order: MCP servers first, then hooks. Restart to reinitialize hook dependency chain.
Prioritize AWS cloud architect rule for AWS-specific patterns. Use backend architect for general design. Set rule precedence in config hierarchy.
Upgrade to AWS CLI v2 using the official installer: download https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip, unzip it, and run sudo ./aws/install. Verify with aws --version. MCP server requires CLI v2.0+ for SSO support.
Grant IAM permissions: cloudformation:ValidateTemplate and cloudformation:DescribeStacks. Add to AWS user/role policy, then restart validator hook.
Show that AWS Infra Bundle is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/collections/aws-cloud-infrastructure-bundle)AWS Infra Bundle side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Complete AWS infrastructure management toolkit combining cloud architecture expertise, CloudFormation validation, and AWS services integration. Perfect for teams building and maintaining cloud-native applications on AWS. Open dossier | Full-featured backend development environment combining architecture planning, database design, and cloud services integration. Perfect for building scalable server-side applications. Open dossier | A starter kit for database and data-engineering work with Claude: bundles a database-specialist agent and database-expert rules with AWS and Airtable MCP servers and optimize/debug commands. Open dossier | Comprehensive system for ensuring code quality, security, and compliance before production deployment. Includes automated code reviews, complexity monitoring, backup strategies, and production-grade rules for professional development teams. Open dossier |
|---|---|---|---|---|
| Next steps | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed | Source-backed | Source-backed |
| Submitter | — | — | — | — |
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy · | Safety · Privacy ✓ | Safety ✓ Privacy ✓ | Safety · Privacy · |
| Brand | — | — | ||
| Category | collections | collections | collections | collections |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | JSONbored | JSONbored | JSONbored | JSONbored |
| Added | 2025-10-02 | 2025-10-02 | 2025-10-02 | 2025-10-02 |
| Platforms | Claude Code | Claude Code | Claude Code | Claude Code |
| Source repo | — | — | — | — |
| Safety notes | ✓Bundles an AWS MCP server, a CloudFormation-validation hook, and infra agents that act against your AWS account using your own credentials and can run a hook automatically on events; review each tool's IAM scope and validate generated infrastructure changes before applying. | — missing | ✓The aws-services-mcp-server and airtable-mcp-server connect Claude to live AWS and Airtable accounts and can read and write data there; scope credentials to least privilege. Setup installs MCP servers and may require AWS SDK packages and environment variables (AWS_PROFILE, AWS_REGION); review each component before granting access. | — missing |
| Privacy notes | — missing | ✓Bundles a cloud-services MCP server and backend agents that connect to databases and cloud accounts; configure them with your own credentials and review what connection strings, secrets, and infrastructure data each bundled tool reads before use. | ✓Configuring these MCP servers requires storing AWS credentials/profiles and an Airtable API key locally; treat these config files as secrets. Connecting Claude to AWS and Airtable exposes data from those accounts to the model during use. | — missing |
| Prerequisites |
|
|
|
|
| Install | — | — | — | — |
| Config | — | — | — | — |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Source-backed guides for putting this to work.
Configure Claude Code to run on Amazon Bedrock with correct AWS auth.
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.