🚀 在 AWS EC2 上部署静态网站(分步指南)
发布: (2026年2月26日 GMT+8 09:43)
1 分钟阅读
原文: Dev.to
Source: Dev.to

使用的技术
- HTML 与 CSS
- AWS EC2
- Ubuntu Linux
- Apache Web Server
- Git 与 GitHub
部署步骤
- 启动 EC2 实例。
- 配置安全组(开放 80 端口)。
- 安装 Apache。
- 上传
index.html文件。 - 使用公网 IP 地址访问网站。
GitHub 仓库
https://github.com/sushantdeshpande/cloud-practice
更高级的云项目即将推出 🚀