1983cottrell-code/CIS460-automatedplaybook1

GitHub: 1983cottrell-code/CIS460-automatedplaybook1

基于 CloudFormation 和 GitHub Actions 的 AWS 基础设施自动化部署项目,能够快速创建 EC2 实例及网络资源用于事件响应场景。

Stars: 0 | Forks: 0

# CIS-460 ## 使用此代码仓库 1. 设置[通过 SSH 认证连接到 GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 2. 将你的 fork 克隆到本地环境 3. 在你的本地克隆中,设置 upstream 仓库: `git remote add upstream git@github.com:highlinecollege/CIS-460.git` ## 自动化部署 此仓库中的 Cloudformation 模板将部署一个 EC2 实例以及 其所需的网络资源。部署脚本位于 [.github/workflows/deploy.yaml](.github/workflows/deploy.yaml)。运行此 脚本需要[向 GitHub Actions 添加 secrets](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions)
标签:AWS, CloudFormation, DPI, 基础设施自动化