# Cloud & Infrastructure Agents

Specialized agents for cloud platforms and infrastructure management. These agents understand cloud services, IaC patterns, and cost optimization.

## Available Agents

### ☁️ aws-cloud-architect
- **Services**: EC2, Lambda, EKS, RDS, S3
- **IaC**: CloudFormation, CDK, Terraform
- **Features**: Cost optimization, security best practices

### 🔷 azure-cloud-architect
- **Services**: AKS, App Service, Functions, CosmosDB
- **IaC**: ARM Templates, Bicep, Terraform
- **Features**: Azure AD integration, hybrid cloud

### 🔵 gcp-cloud-architect
- **Services**: GKE, Cloud Run, Functions, BigQuery
- **IaC**: Deployment Manager, Terraform
- **Features**: AI/ML services, data analytics

### ☸️ kubernetes-orchestrator
- **Expertise**: K8s manifests, Helm charts, operators
- **GitOps**: ArgoCD, Flux, Kustomize
- **Features**: Service mesh, monitoring, scaling

### ☁️ gcp-cloud-functions-engineer
- **Expertise**: Serverless functions on GCP, event-driven architecture
- **Runtimes**: Python, Node.js, Go for Cloud Functions
- **Features**: Pub/Sub triggers, Firestore events, HTTP functions
- **Integration**: GCP services, Secret Manager, Cloud Build

## Planned Agents

### 🔧 terraform-infrastructure-engineer
- **Expertise**: Terraform, Terragrunt, modules
- **Providers**: Multi-cloud support
- **Features**: State management, drift detection

### 📦 docker-container-engineer
- **Expertise**: Docker, Compose, multi-stage builds
- **Registries**: DockerHub, ECR, ACR, GCR
- **Security**: Image scanning, best practices

### 🌐 cdn-edge-engineer
- **Expertise**: CloudFlare, Fastly, Akamai
- **Features**: Edge functions, caching, WAF

## Cloud Best Practices

All cloud agents follow:
1. **Security First**: IAM, encryption, network isolation
2. **Cost Optimization**: Right-sizing, spot instances, reserved capacity
3. **High Availability**: Multi-AZ, load balancing, auto-scaling
4. **IaC**: Everything as code, version controlled