Skip to content
Security
Command

/preflight

Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/preflight

Context preview

What this command does when you run it.

Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.

Command definition

preflight.md
description: Validate AWS CLI, credentials, SES, Route 53, and ACM readiness before deploying infrastructure. Produces a pass/fail report with action items.

AWS Preflight Check

Runs 10 automated checks against your AWS environment to verify everything is ready for deployment. Produces a three-section report: PASS, ACTION AUTOMATED, and ACTION HUMAN (with console links and estimated time for each).

Arguments

  • `$1` — Project directory containing `site-config.json` (optional; defaults to current directory)

Checks Run

1. AWS CLI installed 2. Node.js v18+ installed 3. npm installed 4. AWS credentials valid (`aws sts get-caller-identity`) 5. Region set to `us-east-1` (required for CloudFront + ACM) 6. CloudFormation template valid 7. SES email verified *(if contact form enabled)* 8. Route 53 hosted zone exists *(if custom domain)* 9. ACM certificate issued in us-east-1 *(if custom domain)* 10. `gh` CLI installed *(for repo/cicd steps)*

Example

/grc-portfolio:preflight ~/Desktop/repos/my-grc-portfolio
/grc-portfolio:preflight

Next Step

Once all checks pass, run `/grc-portfolio:infra` to deploy the AWS infrastructure.

Ships withtrust-center

Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering