home / skills / partme-ai / full-stack-skills / cloud-aws-ec2
This skill provides comprehensive guidance for creating, configuring, and managing AWS EC2 instances to streamline cloud compute workflows.
npx playbooks add skill partme-ai/full-stack-skills --skill cloud-aws-ec2Review the files below or copy the command above to add this skill to your agents.
---
name: cloud-aws-ec2
description: Provides comprehensive guidance for AWS EC2 including instance creation, configuration, security groups, and EC2 management. Use when the user asks about AWS EC2, needs to create EC2 instances, configure EC2, or manage AWS compute resources.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides hands-on guidance and actionable steps for working with AWS EC2. It covers instance creation, configuration, networking, security groups, key management, and routine EC2 operations. The guidance is practical, cloud-ops focused, and suitable for developers and operators managing AWS compute resources.
The skill inspects user needs and recommends EC2 instance types, AMIs, storage options, and networking settings based on workload characteristics. It walks through CLI and Console commands, Terraform snippets, IAM considerations, and security group rules to implement recommended configurations. The skill also helps troubleshoot common issues such as SSH access, instance reachability, and permission errors.
How do I securely access EC2 instances without opening SSH to the world?
Use AWS Systems Manager Session Manager, or restrict SSH to a trusted IP range and require a bastion host. Always use IAM roles and avoid key reuse.
Which instance type should I pick for a small web app?
Start with a burstable general-purpose instance (t3 or t4g) for cost-efficiency, monitor performance, and scale to compute-optimized or memory-optimized types if needed.