AgentSkillsCN

devops

AWS基础设施参考知识,涵盖Terraform部署、AWS服务配置、搭载GPU/NVIDIA驱动的AMI构建,以及部署疑难解答。为ALB、ASG、Lambda、CloudWatch、Image Builder以及Terraform IaC模式提供生产就绪的参考文档。

SKILL.md
--- frontmatter
name: devops
description: AWS infrastructure reference knowledge for Terraform deployment, AWS services configuration, AMI building with GPU/NVIDIA drivers, and deployment troubleshooting. Provides production-ready reference docs for ALB, ASG, Lambda, CloudWatch, Image Builder, and Terraform IaC patterns.

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:

#FileUse WhenContent
1terraform-aws.mdALWAYS for Terraform tasksIaC provisioning, modules, resource syntax, backend config
2aws-services.mdALB, ASG, Lambda, CloudWatchService-specific configuration, CLI commands, Terraform resources
3image-builder.mdCustom AMI with GPU/NVIDIAFull AMI creation guide for ML workloads, CUDA, model pre-loading
4troubleshooting.mdErrors during deploymentCommon AWS errors, diagnosis steps, resolution patterns
5deployment.mdDeployment and rollbackDeployment workflows, verification procedures, health checks
6README.mdQuick orientationWhen-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

  1. ALWAYS load terraform-aws.md before generating any Terraform
  2. Load service-specific docs based on Solution Design requirements
  3. Load troubleshooting.md reactively when errors occur
  4. Load deployment.md before executing terraform apply