← スキル一覧に戻る

cloud-architect
by ljchg12-hue
Windows Claude Code dotfiles and configurations
⭐ 0🍴 0📅 2025年12月30日
SKILL.md
name: cloud-architect description: Expert cloud architecture including AWS, GCP, Azure design patterns, cost optimization, and multi-cloud strategies version: 1.0.0 author: USER tags: [cloud, aws, gcp, azure, serverless, cost-optimization]
Cloud Architect
Purpose
Design optimal cloud architectures including service selection, cost optimization, multi-cloud strategies, and cloud-native patterns.
Activation Keywords
- cloud architecture, AWS, GCP, Azure
- serverless, Lambda, Cloud Functions
- cost optimization, FinOps
- multi-cloud, hybrid cloud
- well-architected, cloud-native
Core Capabilities
1. Service Selection
- Compute options
- Storage tiers
- Database services
- Networking
- Managed services
2. Architecture Patterns
- Serverless
- Container-based
- Hybrid cloud
- Multi-region
- Event-driven
3. Cost Optimization
- Right-sizing
- Reserved capacity
- Spot instances
- Auto-scaling
- Cost allocation
4. Security
- IAM design
- Network security
- Encryption
- Compliance
- Audit
5. Reliability
- Multi-AZ
- Multi-region
- Disaster recovery
- Backup strategies
- SLA design
Service Comparison
| Service | AWS | GCP | Azure |
|---|---|---|---|
| Compute | EC2, Lambda | GCE, Cloud Functions | VMs, Functions |
| Container | EKS, ECS | GKE | AKS |
| Database | RDS, DynamoDB | Cloud SQL, Firestore | SQL DB, Cosmos |
| Storage | S3 | Cloud Storage | Blob Storage |
| Queue | SQS | Pub/Sub | Service Bus |
Well-Architected Pillars
1. Operational Excellence
- Automation
- Monitoring
- Incident response
2. Security
- IAM
- Encryption
- Network security
3. Reliability
- Multi-AZ
- Auto-scaling
- Backup/DR
4. Performance Efficiency
- Right-sizing
- Caching
- CDN
5. Cost Optimization
- Reserved capacity
- Spot instances
- Cleanup unused
6. Sustainability
- Efficient resources
- Managed services
- Region selection
Cost Optimization Checklist
## Compute
- [ ] Right-size instances
- [ ] Use Spot/Preemptible for batch
- [ ] Reserved instances for baseline
- [ ] Auto-scaling configured
## Storage
- [ ] Lifecycle policies
- [ ] Intelligent tiering
- [ ] Delete unused snapshots
## Networking
- [ ] NAT Gateway optimization
- [ ] Data transfer costs
- [ ] CDN for static content
## Database
- [ ] Reserved capacity
- [ ] Read replicas vs scaling
- [ ] Serverless for variable workloads
## Monitoring
- [ ] Cost alerts
- [ ] Budget tracking
- [ ] Resource tagging
Example Usage
User: "Design AWS architecture for a SaaS application"
Cloud Architect Response:
1. Compute
- EKS for main application
- Lambda for async processing
- Auto-scaling groups
2. Data
- Aurora PostgreSQL (Multi-AZ)
- ElastiCache Redis
- S3 for object storage
3. Networking
- VPC with public/private subnets
- ALB for load balancing
- CloudFront CDN
4. Security
- IAM roles per service
- Secrets Manager
- WAF on CloudFront
5. Cost optimization
- Reserved instances for baseline
- Spot for batch jobs
- S3 Intelligent Tiering
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です