Cloud Architect
تصميم البنية التحتية السحابية للمؤسسات مع إرشاد الخبراء
يتطلب بناء البنية التحتية السحابية القابلة للتوسع خبرة عميقة عبر مقدمي خدمات متعددين. تقدم هذه المهارة أنماطاً معمارية مثبتة، واستراتيجيات تحسين التكاليف، وأفضل ممارسات الأمان لبيئات AWS و Azure و GCP.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "Cloud Architect". Design a serverless API architecture on AWS
Résultat attendu:
- Architecture: API Gateway + Lambda + DynamoDB
- API Gateway handles authentication and request routing
- Lambda functions for business logic with auto-scaling
- DynamoDB for low-latency data storage with on-demand capacity
- CloudWatch for monitoring and X-Ray for distributed tracing
- Estimated cost: $50-200/month for 1M requests
Utilisation de "Cloud Architect". Create Terraform state management strategy
Résultat attendu:
- Use remote backend (S3 + DynamoDB for AWS)
- Separate state files per environment (dev, staging, prod)
- Enable state locking to prevent concurrent modifications
- Implement state file encryption at rest
- Configure state backup and versioning for recovery
- Use workspaces for isolated environments when appropriate
Audit de sécurité
SûrThis is a prompt-only skill containing guidance documentation for cloud architecture. Static analysis scanned 0 files with 0 lines of executable code. No security risks detected. The skill provides architectural recommendations and best practices without any code execution, network access, or filesystem operations.
Score de qualité
Ce que vous pouvez construire
الهجرة السحابية للمؤسسات
تخطيط وتنفيذ الهجرة من البنية التحتية المحلية إلى السحابة بأقل توقف ممكن
تصميم استراتيجية متعددة السحابات
هندسة أنظمة مرنة تمتد عبر مقدمي خدمات سحابية متعددين مع تجاوز مناسب وتكرار للبيانات
مراجعة تحسين التكاليف
تحليل الإنفاق السحابي الحالي وتنفيذ ممارسات FinOps لإدارة تكاليف مستدامة
Essayez ces prompts
Design a cloud architecture for a web application with 10,000 daily users. Include compute, storage, database, and CDN components. Provide estimated monthly costs.
Generate Terraform configuration for a production VPC with public and private subnets, NAT gateway, and bastion host. Include proper tagging and outputs.
Review our AWS architecture and identify cost optimization opportunities. Current setup: 50 EC2 instances, 10TB S3 storage, 5 RDS databases. Provide specific recommendations with estimated savings.
Design a disaster recovery solution for a critical application with 4-hour RTO and 1-hour RPO. Include multi-region failover, backup strategies, and testing procedures.
Bonnes pratiques
- التصميم مع مراعاة الفشل مع عمليات النشر متعددة المناطق المتاحة وفحوصات الصحة وآليات الاسترداد التلقائي
- تطبيق مبادئ الوصول الأقل امتيازاً على جميع سياسات IAM وحسابات الخدمة
- تنفيذ قابلية الرصد الشاملة مع المقاييس والسجلات والتتبعات والتنبيهات من اليوم الأول
Éviter
- تشفير بيانات الاعتماد أو الأسرار في ملفات التكوين بدلاً من استخدام خدمات إدارة الأسرار
- نشر الموارد في منطقة توفر واحدة بدون تخطيط للتعافي من الكوارث
- المبالغة في توفير الموارد بدلاً من تنفيذ استراتيجيات القياس التلقائي والتحديد الصحيح للحجم