aws-infrastructure

Automate Terraform-based AWS infrastructure deployment for turbo-template.

2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Quanby-IT-Solutions/turbo-template --skill aws-infrastructure-quanby-it-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-infrastructure
Source: https://github.com/Quanby-IT-Solutions/turbo-template/tree/main/.ruler/skills/aws-infrastructure
Command: npx skills add https://github.com/Quanby-IT-Solutions/turbo-template --skill aws-infrastructure-quanby-it-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terraform-based infrastructure patterns and CI/CD workflows for deploying turbo-template to AWS are centralized, reducing setup time and misconfigurations across environments.

Core Features & Use Cases

  • Reusable Terraform modules for VPC, ECS/Fargate, ALB, ECR, and monitoring across staging and production
  • Docker Compose staging setup guidance and GitHub Actions workflows for automated deployments
  • Clear guidance on environment variables, IAM roles, and repository integration for robust deployments

Quick Start

Follow this workflow to bootstrap AWS deployment patterns for turbo-template using Terraform and GitHub Actions.

Frequently Asked Questions about aws-infrastructure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AWS infrastructure deployment for a Terraform monorepo across staging and production?

Automate AWS infrastructure deployment by applying reusable Terraform modules to provision VPCs, ECS services, and ECR repositories, integrating GitHub Actions CI/CD workflows across staging and production environments.

How does ECS Fargate deployment work with ECR repositories and Terraform?

ECS Fargate deployment uses Terraform modules to provision ECR repositories for Docker images and configure ECS services, automating container infrastructure setup and CI/CD integration within the monorepo.

Can I use GitHub Actions CI/CD workflows to deploy Docker containers to AWS ECS?

Yes, you can use GitHub Actions CI/CD workflows to deploy Docker containers to AWS ECS by leveraging Terraform-based infrastructure patterns for ECR repositories and ECS services across staging and production.

Do I need separate Terraform modules for VPC and ALB configuration in staging and production?

You need reusable Terraform modules for VPC and ALB configuration that apply across both staging and production, reducing setup time and misconfigurations while standardizing network infrastructure.

What's the best way to manage IAM roles and environment variables for ECS services in a monorepo?

Manage IAM roles and environment variables for ECS services by applying centralized Terraform patterns that provide clear guidance on configuration, ensuring robust deployments integrated with the monorepo structure.

Why does setting up AWS infrastructure for turbo-template result in misconfigurations across environments?

Misconfigurations across environments occur when AWS infrastructure patterns are not centralized; using standardized Terraform modules for VPC, ECS, and ECR prevents setup errors and ensures consistency.