Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yuzuki616/AWS-Panel

一个可以管理AWS资源的Web面板
https://github.com/Yuzuki616/AWS-Panel

Last synced: 10 days ago
JSON representation

一个可以管理AWS资源的Web面板

Awesome Lists containing this project

README

        

# Aws-Panel
[![](https://img.shields.io/badge/TgChat-%E4%BA%A4%E6%B5%81%E7%BE%A4-blue)](https://t.me/YuzukiProjects)

一个可以管理AWS资源的Web面板

[![](https://img.shields.io/github/license/Yuzuki616/AWS-Panel?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0.html)

暂时未实现用户权限及用户管理,为避免风险,建议仅在本地使用

# 已实现的功能

- [x] 分用户多密钥
- [x] EC2管理
- [x] Lightsail管理
- [ ] AGA管理
- [ ] Wavelength管理
- [ ] 配额相关操作
- [x] 用户管理

# TODO

- 开机脚本
- 显示实例创建时间
- 自选实例类型
- 自选系统镜像
- 分离ssh密钥操作逻辑

# 使用

从Releases里下载可执行文件并运行,然后访问http://127.0.0.1:8011
初始管理员帐号密码为admin admin123456

# 构建

``` bash
git clone https://github.com/Yuzuki616/AWS-Panel.git
cd AWS-Panel
bash build.sh
```

# Thanks

- [Gin](https://github.com/gin-gonic/gin)
- [Aws-Sdk-Go](https://github.com/aws/aws-sdk-go)
- [Vue.js](https://vuejs.org/)
- [Vuetify](https://vuetifyjs.com/)
- [Axios](https://github.com/axios/axios)