# Tool: Write Prompt for AWS Cloud Infrastructure Deployment

> Deploy cloud infrastructure reliably with the BOPINK AWS Infrastructure Prompt Architect. Tailored for Cloud Architects, DevOps Engineers, and Security Specialists, this tool constructs prompt specifications for generating Terraform 1.8 HCL, AWS CDK, or CloudFormation templates defining multi-AZ VPCs, ECS Fargate containers, S3 buckets, and RDS databases with least-privilege IAM policies.

**Category**: prompts-code-design | **Target AI Models**: Gemini 3.1 Pro, GPT-4o

## Domain Parameters:
- `iacTool` (select): Infrastructure-as-Code Framework (Default: "Terraform")
- `vpcTopology` (select): VPC Network Isolation (Default: "Multi-AZ Subnets")
- `iamLeastPrivilege` (toggle): Strict IAM Least Privilege Policies (Default: "true")
- `remoteStateLock` (toggle): S3 Backend + DynamoDB State Locking (Default: "true")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "write-prompt-for-aws-cloud-infrastructure-deployment",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
