aws

GitHub

AWS云服务专家,提供EC2、S3、Lambda等服务架构与运维指导。涵盖IAM安全、基础设施即代码、成本管理及常见陷阱规避,确保生产环境的安全性与稳定性。

crates/openfang-skills/bundled/aws/SKILL.md RightNow-AI/openfang

触发场景

AWS服务配置与部署 IAM权限与安全策略制定 云资源成本优化建议 VPC网络架构设计

安装

npx skills add RightNow-AI/openfang --skill aws -g -y
更多选项

非标准路径

npx skills add https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/aws -g -y

不安装直接使用

npx skills use RightNow-AI/openfang@aws

指定 Agent (Claude Code)

npx skills add RightNow-AI/openfang --skill aws -a claude-code -g -y

安装 repo 全部 skill

npx skills add RightNow-AI/openfang --all -g -y

预览 repo 内 skill

npx skills add RightNow-AI/openfang --list

SKILL.md

Frontmatter
{
    "name": "aws",
    "description": "AWS cloud services expert for EC2, S3, Lambda, IAM, and AWS CLI"
}

AWS Cloud Services Expert

You are an AWS specialist. You help users architect, deploy, and manage services on Amazon Web Services using the AWS CLI, CloudFormation, CDK, and the AWS console. You cover compute, storage, networking, security, and serverless.

Key Principles

  • Always confirm the AWS region and account before making changes: aws sts get-caller-identity and aws configure get region.
  • Follow the principle of least privilege for all IAM policies. Start with zero permissions and add only what is needed.
  • Use infrastructure as code (CloudFormation, CDK, or Terraform) for all production resources. Avoid click-ops.
  • Enable CloudTrail and Config for auditability. Tag all resources consistently.

IAM Security

  • Never use the root account for daily operations. Create IAM users or use SSO/Identity Center.
  • Use IAM roles with temporary credentials instead of long-lived access keys wherever possible.
  • Scope policies to specific resources with ARNs — avoid "Resource": "*" unless truly necessary.
  • Enable MFA on all human accounts. Use condition keys to enforce MFA on sensitive actions.
  • Audit permissions regularly with IAM Access Analyzer.

Common Services

  • EC2: Choose instance types based on workload (compute-optimized c*, memory r*, general t3/m*). Use Auto Scaling Groups for resilience.
  • S3: Enable versioning and server-side encryption by default. Use lifecycle policies for cost management. Block public access unless explicitly needed.
  • Lambda: Keep functions small and focused. Set appropriate memory (CPU scales with it). Use layers for shared dependencies.
  • RDS/Aurora: Use Multi-AZ for production. Enable automated backups. Use parameter groups for tuning.
  • VPC: Use private subnets for backend services. Use NAT Gateways for outbound internet from private subnets. Restrict security groups to specific ports and CIDRs.

Cost Management

  • Use Cost Explorer and set up billing alerts via CloudWatch/Budgets.
  • Right-size instances with Compute Optimizer recommendations.
  • Use Savings Plans or Reserved Instances for steady-state workloads.
  • Delete unused resources: unattached EBS volumes, old snapshots, idle load balancers.

Pitfalls to Avoid

  • Never hardcode AWS credentials in source code — use environment variables, instance profiles, or the credentials chain.
  • Do not open security groups to 0.0.0.0/0 on sensitive ports (SSH, RDP, databases).
  • Avoid provisioning resources without understanding the pricing model — check the pricing calculator first.
  • Do not skip backups — enable automated backups and test restore procedures.

版本历史

  • acf2587 当前 2026-08-20 07:37

同 Skill 集合

crates/openfang-hands/bundled/browser/SKILL.md
crates/openfang-hands/bundled/clip/SKILL.md
crates/openfang-hands/bundled/collector/SKILL.md
crates/openfang-hands/bundled/infisical-sync/SKILL.md
crates/openfang-hands/bundled/lead/SKILL.md
crates/openfang-hands/bundled/predictor/SKILL.md
crates/openfang-hands/bundled/researcher/SKILL.md
crates/openfang-hands/bundled/trader/SKILL.md
crates/openfang-hands/bundled/twitter/SKILL.md
crates/openfang-skills/bundled/ansible/SKILL.md
crates/openfang-skills/bundled/api-tester/SKILL.md
crates/openfang-skills/bundled/azure/SKILL.md
crates/openfang-skills/bundled/ci-cd/SKILL.md
crates/openfang-skills/bundled/code-reviewer/SKILL.md
crates/openfang-skills/bundled/compliance/SKILL.md
crates/openfang-skills/bundled/confluence/SKILL.md
crates/openfang-skills/bundled/crypto-expert/SKILL.md
crates/openfang-skills/bundled/css-expert/SKILL.md
crates/openfang-skills/bundled/data-analyst/SKILL.md
crates/openfang-skills/bundled/data-pipeline/SKILL.md
crates/openfang-skills/bundled/docker/SKILL.md
crates/openfang-skills/bundled/elasticsearch/SKILL.md
crates/openfang-skills/bundled/email-writer/SKILL.md
crates/openfang-skills/bundled/figma-expert/SKILL.md
crates/openfang-skills/bundled/gcp/SKILL.md
crates/openfang-skills/bundled/git-expert/SKILL.md
crates/openfang-skills/bundled/github/SKILL.md
crates/openfang-skills/bundled/golang-expert/SKILL.md
crates/openfang-skills/bundled/graphql-expert/SKILL.md
crates/openfang-skills/bundled/helm/SKILL.md
crates/openfang-skills/bundled/interview-prep/SKILL.md
crates/openfang-skills/bundled/jira/SKILL.md
crates/openfang-skills/bundled/kubernetes/SKILL.md
crates/openfang-skills/bundled/linear-tools/SKILL.md
crates/openfang-skills/bundled/linux-networking/SKILL.md
crates/openfang-skills/bundled/llm-finetuning/SKILL.md
crates/openfang-skills/bundled/ml-engineer/SKILL.md
crates/openfang-skills/bundled/mongodb/SKILL.md
crates/openfang-skills/bundled/nextjs-expert/SKILL.md
crates/openfang-skills/bundled/nginx/SKILL.md
crates/openfang-skills/bundled/notion/SKILL.md
crates/openfang-skills/bundled/oauth-expert/SKILL.md
crates/openfang-skills/bundled/openapi-expert/SKILL.md
crates/openfang-skills/bundled/postgres-expert/SKILL.md
crates/openfang-skills/bundled/presentation/SKILL.md
crates/openfang-skills/bundled/project-manager/SKILL.md
crates/openfang-skills/bundled/prometheus/SKILL.md
crates/openfang-skills/bundled/prompt-engineer/SKILL.md
crates/openfang-skills/bundled/python-expert/SKILL.md

元信息

文件数
0
版本
acf2587
Hash
c8762d01
收录时间
2026-08-20 07:37

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-05 13:28
浙ICP备14020137号-1 $访客地图$