# AWS Config Coverage Calculator AI Agent Connect

> Calculate AWS Config rule limits, resource coverage, and infrastructure requirements.

## Overview
- **Category:** infrastructure
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_7y31RxVC5S2z0jpUj8EDN4641eE6pufOwPLHmnST/ai-agent-connect
- **Tags:** aws-config, cloud-governance, compliance-calculator, aws-infrastructure, resource-management

## Description

This MCP server provides deterministic calculations for AWS Config deployments. Use `get_rule_limits` to verify if your rule count fits within standard (150) or increased (3000) limits. Use `get_resource_coverage` to check if your resource count per account stays within the recommended 100,000 threshold. Plan your deployment architecture with `get_infrastructure_plan` to determine the necessary recorders and delivery channels, or use `get_compliance_summary` to evaluate conformance packs and remediation actions.

## Tools

### get_rule_limits
Determines if the requested number of Config rules is within standard or increased limits

### get_compliance_summary
Provides an overview of conformance packs, remediation actions, and snapshots based on the scale of the deployment

### get_infrastructure_plan
Calculates the required service components (Recorders, Channels, Aggregators) based on the account and regional footprint

### get_resource_coverage
Evaluates if the resource count per account is within the recommended operational threshold

## Prompt Examples

**Prompt:** 
```
Can I deploy 200 Config rules in my account?
```

**Response:** 
```
Yes, 200 rules is within the increased limit of 3,000 rules per account.
```

**Prompt:** 
```
What happens if I have 150,000 resources in one account?
```

**Response:** 
```
Your resource count exceeds the recommended threshold of 100,000 resources per account.
```

**Prompt:** 
```
How many recorders do I need for 5 accounts across 3 regions?
```

**Response:** 
```
You will need 15 recorders in total, as each account requires one recorder per enabled region.
```

## Frequently Asked Questions

**What is the standard limit for AWS Config rules?**
The standard limit is 150 rules per account, though this can be increased up to 3,000.

**How many resources are recommended per AWS account?**
While there is no hard limit, it is recommended to maintain 100,000 resources or fewer per account for optimal performance.

**How do I calculate the number of recorders needed?**
You can use the `get_infrastructure_plan` tool to calculate the total number of recorders based on your account and region count.
