AWS Infrastructure - Astro Sites Deployment

Deploy Astro sites to AWS ECS with ALB, Route53, and ACM.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brentwpeterson/claude-commands --skill aws-infrastructure-astro-sites-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AWS Infrastructure - Astro Sites Deployment
Source: https://github.com/brentwpeterson/claude-commands/tree/main/skills/aws-infra
Command: npx skills add https://github.com/brentwpeterson/claude-commands --skill aws-infrastructure-astro-sites-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach for deploying new Astro sites into the CB-Workspace AWS infrastructure (ECS, ALB, Route53, ACM), reducing manual setup time and ensuring consistent configurations.

Core Features & Use Cases

  • Automated deployment workflow setup for new Astro sites into ECS-backed environments.
  • Centralized DNS and TLS configuration via Route53 and ACM integrated with the ALB.
  • Clear architecture overview and repeatable steps for adding new sites.

Quick Start

Use the AWS Infra skill to provision and deploy a new Astro site by configuring ECS service, ALB listener, Route53 DNS, and ACM certificate for your domain.

Frequently Asked Questions about AWS Infrastructure - Astro Sites Deployment

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

FAQPage Schema
How do I deploy an Astro site to AWS using ECS and an ALB?

To deploy an Astro site to AWS, this Skill configures ECS services, ALB listeners, Route53 DNS records, and ACM certificates automatically. It provides a structured workflow for containerized deployment, load balancing, and SSL/TLS setup.

How does Route53 integrate with ACM certificates for AWS deployments?

Route53 integrates with ACM by routing DNS traffic to the ALB, which uses the ACM SSL/TLS certificate for secure connections. This Skill automates configuring both DNS routing and certificate provisioning for new Astro sites.

Do I need to manually configure ECS services and ALB listeners for new Astro sites?

No, you do not need to manually configure ECS services or ALB listeners for new Astro sites. This Skill automates the scripted deployment steps, ensuring consistent configurations across your CB-Workspace AWS infrastructure.

What is the best way to automate DNS and TLS configuration for containerized Astro sites?

The best way to automate DNS and TLS configuration is using this Skill, which centralizes Route53 DNS and ACM TLS setup integrated with the ALB. It ensures repeatable steps for adding new containerized Astro sites.

When do I need to configure an ALB listener and ACM certificate for my Astro site?

You need to configure an ALB listener and ACM certificate when introducing new Astro sites that require containerized deployment, a load balancer, DNS routing, and SSL/TLS certificates within the CB-Workspace AWS environment.