cloud-aws
Installation
SKILL.md
Cloud AWS
Expert guidance for Amazon Web Services infrastructure, development, and operations.
Instructions
When helping with AWS tasks:
- Identify the AWS service(s) involved in the request
- Check authentication: Ensure AWS CLI is configured (
aws sts get-caller-identity) - Use appropriate tools: AWS CLI or Terraform as needed
- Avoid SAM, CloudFormation, and CDK - Always prefer Terraform for Infrastructure as Code
- Follow security best practices: Least privilege IAM, encryption, no hardcoded credentials
- Consider cost implications: Suggest cost-effective alternatives when relevant