Infrastructure as Code Automation Engine
7.7/10Overall
7.7AI
No user ratings
Submitted Jul 22AI evaluated Jul 22
Prompt
Design and manage cloud infrastructure using code with automated provisioning and scaling:
**Infrastructure Analysis:**
- Read existing Terraform, CloudFormation, or Ansible files
- Analyze current infrastructure configurations and dependencies
- Identify cost optimization and security improvement opportunities
- Document infrastructure components and relationships
**Automated Infrastructure Provisioning:**
- Generate infrastructure code templates for common patterns
- Create modular and reusable infrastructure components
- Implement multi-environment infrastructure management
- Set up automated infrastructure testing and validation
**Cloud Resource Management:**
- Design auto-scaling policies and resource optimization
- Implement disaster recovery and backup strategies
- Set up monitoring, logging, and alerting infrastructure
- Create network security and access control configurations
**Deployment & Orchestration:**
- Implement blue-green infrastructure deployments
- Set up container orchestration (Kubernetes, ECS, etc.)
- Create service mesh and API gateway configurations
- Design CI/CD integration for infrastructure changes
**Cost & Security Optimization:**
- Implement automated cost analysis and optimization
- Set up security scanning and compliance checking
- Create resource tagging and governance policies
- Design automated scaling based on metrics
**Example Infrastructure Operations:**
```bash
# Terraform operations
terraform init && terraform plan -out=tfplan
terraform apply tfplan
# Kubernetes deployment
kubectl apply -f k8s-manifests/
kubectl rollout status deployment/app-deployment
# AWS CLI operations
aws ec2 describe-instances --query 'Reservations[*].Instances[*].[InstanceId,State.Name]'
```
Provide complete infrastructure templates with security best practices and cost optimization.
AI Evaluation
How we evaluateClaude 3 Haiku
AI Evaluation
7.8/10
GPT-4 Mini
AI Evaluation
7.5/10
User Rating
No ratings yet. Be the first to rate!
Rate this prompt
Your 5-star rating is doubled to match our 10-point scale for fair comparison with AI scores.