AWS DevOps Reference Knowledge
Reference documentation for AWS infrastructure deployment tasks. Use these when generating Terraform code, configuring AWS services, or troubleshooting deployments.
Available References
Located in references/ directory relative to this skill:
| # | File | Use When | Content |
|---|---|---|---|
| 1 | terraform-aws.md | ALWAYS for Terraform tasks | IaC provisioning, modules, resource syntax, backend config |
| 2 | aws-services.md | ALB, ASG, Lambda, CloudWatch | Service-specific configuration, CLI commands, Terraform resources |
| 3 | image-builder.md | Custom AMI with GPU/NVIDIA | Full AMI creation guide for ML workloads, CUDA, model pre-loading |
| 4 | troubleshooting.md | Errors during deployment | Common AWS errors, diagnosis steps, resolution patterns |
| 5 | deployment.md | Deployment and rollback | Deployment workflows, verification procedures, health checks |
| 6 | README.md | Quick orientation | When-to-use guide, cross-reference map, decision trees |
AWS Credentials
Credential file: .aws_credentials in this skill directory.
bash
source .github/skills/devops/.aws_credentials
Loading Strategy
- •ALWAYS load
terraform-aws.mdbefore generating any Terraform - •Load service-specific docs based on Solution Design requirements
- •Load
troubleshooting.mdreactively when errors occur - •Load
deployment.mdbefore executing terraform apply