Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
devops-aws-three-tier - Skill - OpenSmartRoute
Skillv1.0.0
devops-aws-three-tier
See `content/06-decision-tree.xml`. The tree maps observable signals on the input to a conclusion that points back to a rule from `01-core-rules.xml`. Use it when standing up a new HA web-app baseline
Imported from faionfaion/faion-network (skills/faion/knowledge/infra/devops-aws-three-tier/AGENTS.md). Install upstream with npx skills add faionfaion/faion-network --skill devops-aws-three-tier. Copyright stays with the author.
One-sentence: Produces Terraform for a three-tier VPC: public ALB, private app tier (Fargate/EKS), isolated DB subnets with Aurora Serverless v2 + SG-by-reference + multi-AZ.
One-paragraph: The three-tier pattern places the ALB in public subnets, app workloads (Fargate / EKS) in private subnets, and Aurora Serverless v2 in isolated DB subnets. Security groups reference each other by ID (not CIDR) — self-documenting + no CIDR drift. Prod VPC spans ≥2 AZs per tier; NAT GW per AZ in prod (shared in dev). Output is a Terraform skeleton + SG matrix + VPC module call that gives you a compliant HA baseline.
Terraform VPC using terraform-aws-modules/vpc with 3 tiers + 2 AZs
templates/alb.tf
Terraform ALB in public subnets with HTTPS listener
templates/aurora.tf
Terraform Aurora Serverless v2 in isolated DB subnets
templates/_smoke-test.json
Minimum config used by validate-devops-aws-three-tier.py --self-test
Scripts
File
Purpose
When to call
scripts/validate-devops-aws-three-tier.py
Validate the config artefact against the schema in content/02-output-contract.xml
CI on every artefact change + pre-commit hook
Related
[[devops-aws-service-selection]]
[[devops-aws-terraform-cicd]]
Decision tree
See content/06-decision-tree.xml. The tree maps observable signals on the input to a conclusion that points back to a rule from 01-core-rules.xml. Use it when standing up a new HA web-app baseline on AWS.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/faionfaion-faion-network-devops-aws-three-tier/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "faionfaion-faion-network-devops-aws-three-tier",
"kind": "skill",
"name": "devops-aws-three-tier",
"description": "See `content/06-decision-tree.xml`. The tree maps observable signals on the input to a conclusion that points back to a rule from `01-core-rules.xml`. Use it when standing up a new HA web-app baseline on AWS.",
"publisher": "faionfaion",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See `content/06-decision-tree.xml`. The tree maps observable signals on the input to a conclusion that points back to a rule from `01-core-rules.xml`. Use it when standing up a new HA web-app baseline on AWS."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/faionfaion/faion-network",
"path": "skills/faion/knowledge/infra/devops-aws-three-tier/AGENTS.md",
"ref": "8e31684537e64d45c75264b1e0a2384f9b024a34",
"url": "https://github.com/faionfaion/faion-network/blob/8e31684537e64d45c75264b1e0a2384f9b024a34/skills/faion/knowledge/infra/devops-aws-three-tier/AGENTS.md",
"key": "faionfaion/faion-network/skills/faion/knowledge/infra/devops-aws-three-tier/AGENTS.md"
}
},
"instructions": "# AWS Three-Tier Architecture (VPC, ALB, App, Database)\n\n## Summary\n\n**One-sentence:** Produces Terraform for a three-tier VPC: public ALB, private app tier (Fargate/EKS), isolated DB subnets with Aurora Serverless v2 + SG-by-reference + multi-AZ.\n\n**One-paragraph:** The three-tier pattern places the ALB in public subnets, app workloads (Fargate / EKS) in private subnets, and Aurora Serverless v2 in isolated DB subnets. Security groups reference each other by ID (not CIDR) — self-documenting + no CIDR drift. Prod VPC spans ≥2 AZs per tier; NAT GW per AZ in prod (shared in dev). Output is a Ter",
"cost": {
"context_tokens": 1006
}
}
Fetch it by URL: GET /api/v1/registry/faionfaion-faion-network-devops-aws-three-tier/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.