cloud-aliyun-ecs
npx machina-cli add skill partme-ai/full-stack-skills/cloud-aliyun-ecs --openclawFiles (1)
SKILL.md
690 B
When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
How to use this skill
[待完善:根据具体工具添加使用指南]
Best Practices
[待完善:根据具体工具添加最佳实践]
Keywords
[待完善:根据具体工具添加关键词]
Source
git clone https://github.com/partme-ai/full-stack-skills/blob/main/skills/cloud-aliyun-ecs/SKILL.mdView on GitHub Overview
This skill offers guidance for Alibaba Cloud ECS, covering instance creation, configuration, security groups, and ongoing ECS management. It helps users plan and execute compute workloads on Alibaba Cloud with practical steps and governance.
How This Skill Works
The guidance walks you through selecting images, flavors, and networking (VPC and security groups), then launching and configuring ECS instances. Management tasks such as monitoring, scaling, and backups are covered via console, CLI, or SDK to fit your workflow.
When to Use It
- When you need a basic understanding of Alibaba Cloud ECS concepts and terminology
- When you must create new ECS instances for a workload
- When you need to configure instance settings, storage, and networking
- When you want to set up and manage security groups and access rules
- When you need ongoing ECS management like monitoring, scaling, or backups
Quick Start
- Step 1: Define your workload requirements—region, image, instance type, and network (VPC).
- Step 2: Create the ECS instance, apply a security group, and attach to your VPC; note login credentials.
- Step 3: Connect to the instance, install software, secure the system, and set up monitoring/backups.
Best Practices
- Define workload requirements first: region, image, instance type, and network (VPC).
- Use security groups with least privilege; restrict SSH to trusted IPs and open only necessary ports.
- Attach ECS instances to a VPC, use private IPs when possible, and use Elastic IPs only for required public access.
- Enable monitoring and backups (CloudMonitor, snapshots) to ensure visibility and data safety.
- Automate repetitive tasks with Alibaba Cloud CLI/SDK and tag resources for cost tracking.
Example Use Cases
- Create a Linux ECS instance in a specific region with a chosen image and instance type.
- Configure a security group to allow HTTP/HTTPS traffic and SSH from a workspace IP.
- Attach an ECS instance to a VPC and assign an Elastic IP for public access.
- Scale out by adding more ECS instances using Auto Scaling based on load.
- Migrate a self-hosted app to ECS and monitor performance with CloudMonitor.
Frequently Asked Questions
Add this skill to your agents