Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

aws-cloudAWS cloud 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

353

周安装

15

GitHub Stars

10

下载量

124
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aws-cloud(AWS cloud 搜索)
来源仓库:https://github.com/dauquangthanh/hanoi-rainbow
仓库路径:skills/aws-cloud
安装命令:
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill aws-cloud
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill aws-cloud

简介

用于获取 AWS 全栈服务的技术细节与使用指南,覆盖计算至存储各类资源。

  • 适合多云方案选型、混合架构设计及新技术调研参考用途。
  • 整合 EC2、Lambda、RDS、VPC 等核心组件的最佳实践与设计模式。
  • 依赖外部知识库接口,需确保网络可达且具备相应文档访问权限。
  • 输出内容聚焦于架构决策而非具体编码实现,偏重宏观层面指导。

SKILL.md

AWS Cloud

Core Capabilities

Provides expert guidance for AWS infrastructure and services:

  1. Compute Services - EC2, Lambda, ECS, EKS, Fargate, Batch, Elastic Beanstalk
  2. Storage Services - S3, EBS, EFS, FSx, Glacier, Storage Gateway
  3. Database Services - RDS (MySQL, PostgreSQL, Oracle, SQL Server), Aurora, DynamoDB, ElastiCache, DocumentDB
  4. Networking - VPC, ALB/NLB, Route 53, CloudFront, Direct Connect, VPN, Transit Gateway
  5. Container Services - ECS (Elastic Container Service), EKS (Elastic Kubernetes Service), ECR (Elastic Container Registry)
  6. Serverless - Lambda, API Gateway, Step Functions, EventBridge, SQS, SNS
  7. Infrastructure as Code - CloudFormation, Terraform, CDK (Cloud Development Kit), SAM
  8. Security - IAM, KMS, Secrets Manager, Security Hub, GuardDuty, WAF, Shield
  9. Migration - Cloud migration strategies from on-premise, GCP, Azure to AWS

Key Principles

General Best Practices

  • Follow least privilege - Use IAM roles with minimal required permissions
  • Enable monitoring - Configure CloudWatch for all services with appropriate alarms
  • Use managed services - Prefer RDS over self-managed databases, ECS Fargate over EC2
  • Implement IaC - Use CloudFormation, Terraform, or CDK for reproducible infrastructure
  • Tag resources - Apply tags for cost allocation, automation, and compliance
  • Design for HA - Use Multi-AZ deployments and Auto Scaling Groups
  • Secure by default - Enable encryption, use private subnets, configure security groups properly
  • Optimize costs - Use Reserved Instances, Savings Plans, Spot Instances, and right-sizing

Architecture Patterns

  • Multi-tier web apps: VPC + ALB + EC2/ECS + RDS Multi-AZ
  • Serverless APIs: API Gateway + Lambda + DynamoDB with CloudFront caching
  • Container workloads: ECS/EKS with Fargate + RDS + ElastiCache
  • Data processing: S3 + Lambda/Glue + Athena/EMR + QuickSight
  • Microservices: EKS + Service Mesh + RDS Aurora + ElastiCache

When to Use What

  • EC2: Full control, Windows workloads, lift-and-shift migrations, specialized hardware
  • Lambda: Event-driven processing, APIs, scheduled tasks, short-lived workloads (<15 min)
  • ECS/EKS: Containerized applications, microservices, long-running services
  • RDS: Relational databases with automated backups, Multi-AZ, read replicas
  • Aurora: High-performance MySQL/PostgreSQL, serverless option, global databases
  • DynamoDB: NoSQL, single-digit millisecond latency, serverless, automatic scaling
  • S3: Object storage, static websites, data lakes, backups, archival
  • Elastic Beanstalk: Quick deployment, managed platform, minimal configuration

Detailed References

Load reference files based on specific needs:

- EC2 instance selection, security, HA, performance, and cost optimization - S3 security, encryption, data management, performance, and cost strategies - RDS and Aurora HA, security, performance tuning, and cost optimization - VPC networking, security groups, NACLs, load balancing, and DNS - Lambda function design, performance, security, reliability, and cost - ECS/EKS container orchestration and security - IAM access control, credential management, and compliance - Security threat detection, data protection, and compliance - Comprehensive cost optimization strategies across all services

- EC2 instance types, families, and selection guide - Auto Scaling Groups configuration and policies - Lambda function patterns and event sources - Elastic Beanstalk deployment strategies - AWS Batch job scheduling and compute environments

- S3 bucket configuration and lifecycle management - EBS volume types and performance optimization - EFS file system setup and mounting - FSx for Windows and Lustre use cases - Storage tier selection and cost optimization

- RDS instance configuration and best practices - Aurora serverless and global database setup - DynamoDB data modeling and performance optimization - ElastiCache (Redis/Memcached) patterns - Database migration strategies with DMS

- VPC design patterns and CIDR planning - ALB/NLB configuration and target group management - Route 53 DNS routing policies - CloudFront distribution setup and caching strategies - Direct Connect and VPN Gateway configuration - Transit Gateway hub-and-spoke architecture

- ECS cluster setup and task definition patterns - EKS cluster provisioning with eksctl/Terraform - Fargate vs EC2 launch type decision guide - ECR repository management and image lifecycle - Service mesh with AWS App Mesh

- Lambda function design patterns and best practices - API Gateway REST/HTTP/WebSocket APIs - Step Functions state machine workflows - EventBridge event-driven architectures - SQS/SNS messaging patterns - SAM and Serverless Framework usage

- CloudFormation templates and stack management - Terraform AWS provider modules and patterns - CDK (Cloud Development Kit) constructs and stacks - SAM templates for serverless applications - Multi-environment deployment strategies - State management and remote backends

- Migration strategies (6 R's: Rehost, Replatform, Refactor, Repurchase, Retire, Retain) - AWS Migration Hub and Application Discovery Service - Database migration with DMS (Database Migration Service) - Server migration with AWS MGN (Application Migration Service) - Data transfer with DataSync, Transfer Family, Snowball - Migration readiness assessment and planning

- IAM policy examples and best practices - KMS key management and encryption patterns - Secrets Manager integration patterns - Security group and NACL rule templates - CloudTrail multi-region setup - GuardDuty and Security Hub configuration - WAF rules and Shield Advanced setup - Compliance frameworks (PCI-DSS, HIPAA, SOC 2)

- CloudWatch metrics, logs, and alarms - CloudWatch Insights queries for log analysis - X-Ray distributed tracing setup - EventBridge rules for event-driven automation - Systems Manager for fleet management - AWS Backup for centralized backup management - Disaster recovery strategies

- Cost allocation tagging strategies - Reserved Instance and Savings Plan planning - Spot Instance strategies and best practices - Cost Explorer reports and analysis - AWS Budgets and anomaly detection - Trusted Advisor recommendations - FinOps best practices for cloud financial management

- Operational Excellence pillar best practices - Security pillar implementation guide - Reliability pillar design patterns - Performance Efficiency optimization techniques - Cost Optimization strategies - Sustainability best practices

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.5%
按下载量换算33

windsurf

25.22%
按下载量换算31

OpenCode

20.37%
按下载量换算25

Codex

12.67%
按下载量换算16

Antigravity

8.59%
按下载量换算11

Gemini CLI

3.65%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills