No description
Find a file
yzhpxd 219b46cab1
Improve AWS region handling and error reporting
Enhance region opt-in detection and VPC initialization. Add error handling for AMI retrieval and improve user prompts.
2026-03-26 07:04:56 +08:00
.gitignore initial aws ec2 & lightsail tool 2026-01-12 14:55:42 +08:00
go.mod initial aws ec2 & lightsail tool 2026-01-12 14:55:42 +08:00
go.sum initial aws ec2 & lightsail tool 2026-01-12 14:55:42 +08:00
main.go Improve AWS region handling and error reporting 2026-03-26 07:04:56 +08:00
README.md Update README.md 2026-01-12 17:34:48 +08:00

aws-toolGo 版)

一个 Windows 可执行exe 的 AWS 管理工具,基于 Go + AWS SDK v2
用于 EC2 和 Lightsail光帆 的创建与管理。

本工具特点:

  • 运行后再输入 AWS 凭证AK / SK不写死、不落盘
  • 支持 EC2 + Lightsail
  • 支持创建 / 启动 / 停止 / 重启 / 删除实例
  • 创建时可选:
    • 是否 端口全开065535 TCP/UDP
    • 是否添加 启动初始脚本user-data

🚀 功能概览

EC2

  • 创建 EC2 实例
  • 可选:
    • 创建/使用安全组并 全开端口
    • 设置 user-data 启动脚本(自动 Base64
  • 管理 EC2
    • 启动 / 停止 / 重启 / 终止
    • 自动扫描所有 Region 查找实例

Lightsail光帆

  • 创建 Lightsail 实例
  • 可选:
    • 端口全开TCP/UDP 065535
    • user-data 启动脚本
  • 管理 Lightsail
    • 启动 / 停止 / 重启
    • 自动扫描所有 Region