Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기cloud-skill
Cloud infrastructure with AWS, Azure, GCP - architecture, services, security, and cost optimization.
스타3
포크0
업데이트2025년 12월 30일 11:44
파일 탐색기
6 개 파일SKILL.md
readonly메뉴
Cloud infrastructure with AWS, Azure, GCP - architecture, services, security, and cost optimization.
DevOps scripting with Bash, Python, and Go for automation, tooling, and infrastructure management
CI/CD pipelines with Git, GitHub Actions, GitLab CI, Jenkins, and deployment strategies.
Docker and Kubernetes - containerization, orchestration, and production deployment.
Infrastructure as Code with Terraform, Ansible, and CloudFormation.
Complete Linux administration skill covering process management, filesystem, permissions, package management, users, bash scripting, and system monitoring.
Monitoring and observability with Prometheus, Grafana, ELK Stack, and distributed tracing.
| name | cloud-skill |
| description | Cloud infrastructure with AWS, Azure, GCP - architecture, services, security, and cost optimization. |
| sasmp_version | 1.3.0 |
| bonded_agent | 07-cloud-infrastructure |
| bond_type | PRIMARY_BOND |
| parameters | [{"name":"provider","type":"string","required":false,"enum":["aws","azure","gcp","multi-cloud"],"default":"aws"},{"name":"service","type":"string","required":false,"enum":["compute","storage","database","networking","serverless"],"default":"compute"}] |
| retry_config | {"strategy":"exponential_backoff","initial_delay_ms":1000,"max_retries":3} |
| observability | {"logging":"structured","metrics":"enabled"} |
Master cloud platforms: AWS, Azure, and GCP.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| provider | string | No | aws | Cloud provider |
| service | string | No | compute | Service type |
| Category | AWS | Azure | GCP |
|---|---|---|---|
| Compute | EC2 | VMs | Compute Engine |
| K8s | EKS | AKS | GKE |
| Serverless | Lambda | Functions | Cloud Functions |
| Storage | S3 | Blob | Cloud Storage |
# AWS CLI
aws sts get-caller-identity
aws ec2 describe-instances
aws s3 ls s3://bucket-name
aws eks update-kubeconfig --name cluster
# Azure CLI
az login
az account list
az vm list
az aks get-credentials --name cluster
# GCP CLI
gcloud auth login
gcloud projects list
gcloud compute instances list
gcloud container clusters get-credentials cluster
| Symptom | Root Cause | Solution |
|---|---|---|
| Access Denied | IAM policy | Check policies |
| Quota Exceeded | Service limit | Request increase |
| Timeout | Network/SG | Check VPC, SGs |
| Cost spike | Runaway resources | Cost Explorer |
aws sts get-caller-identityecho $AWS_REGION