Agent skill
aws-cloud-guide
Stars
5
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Gaku52/claude-code-skills/tree/main/ja/05-infrastructure/aws-cloud-guide
SKILL.md
AWS クラウドガイド
AWS はクラウドコンピューティングの事実上の標準。EC2/S3/Lambda の基礎からネットワーク設計、データベース選定、サーバーレスアーキテクチャ、コンテナ運用、セキュリティ、コスト最適化まで、AWS の全てを体系的に解説する。
このSkillの対象者
- AWS を使ったインフラ構築を学びたいエンジニア
- AWS 認定資格(SAA/SAP)の取得を目指す方
- オンプレミスからクラウドへの移行を計画する方
前提知識
- Linux の基本操作
- ネットワークの基礎(TCP/IP、DNS、HTTP)
- コンテナの基礎知識(Docker)
学習ガイド
00-fundamentals — AWS の基礎
| # | ファイル | 内容 |
|---|
01-compute — コンピューティング
| # | ファイル | 内容 |
|---|
02-storage — ストレージ
| # | ファイル | 内容 |
|---|
03-database — データベース
| # | ファイル | 内容 |
|---|
04-networking — ネットワーキング
| # | ファイル | 内容 |
|---|
05-serverless — サーバーレス
| # | ファイル | 内容 |
|---|
06-containers — コンテナサービス
| # | ファイル | 内容 |
|---|
07-devops — DevOps サービス
| # | ファイル | 内容 |
|---|
08-security — セキュリティサービス
| # | ファイル | 内容 |
|---|
09-cost-management — コスト管理
| # | ファイル | 内容 |
|---|
クイックリファレンス
AWS サービス選定チャート:
コンピューティング:
コンテナ → ECS Fargate(推奨)or EKS
サーバーレス → Lambda + API Gateway
VM → EC2 + Auto Scaling
PaaS → Elastic Beanstalk
データベース:
RDB → Aurora(推奨)or RDS
NoSQL → DynamoDB
キャッシュ → ElastiCache Redis
全文検索 → OpenSearch
ストレージ:
オブジェクト → S3
ファイル → EFS
ブロック → EBS
ネットワーク:
DNS → Route 53
CDN → CloudFront
ロードバランサー → ALB
コスト削減:
✓ Savings Plans / Reserved Instances
✓ スポットインスタンス(耐障害性あるワークロード)
✓ S3 ライフサイクル(Glacier 移行)
✓ Lambda(低トラフィック時)
参考文献
- AWS. "Documentation." docs.aws.amazon.com, 2024.
- AWS. "Well-Architected Framework." aws.amazon.com/architecture, 2024.
- AWS. "Pricing Calculator." calculator.aws, 2024.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
computer-science-fundamentals
A comprehensive guide covering the fundamentals of computer science. From hardware internals and data representation to algorithms, data structures, computation theory, programming paradigms, and software engineering basics — a systematic guide to all the CS foundations every engineer needs.
5
0
Explore
operating-system-guide
5
0
Explore
programming-language-fundamentals
5
0
Explore
algorithm-and-data-structures
5
0
Explore
linux-cli-mastery
5
0
Explore
aws-cloud-guide
5
0
Explore
Didn't find tool you were looking for?