https://github.com/jennapederson/automating-cicd-on-aws-with-github-actions
This is a workshop version of the blog post below. Start with the content/_index.md.
https://github.com/jennapederson/automating-cicd-on-aws-with-github-actions
aws ecs github-actions
Last synced: 6 months ago
JSON representation
This is a workshop version of the blog post below. Start with the content/_index.md.
- Host: GitHub
- URL: https://github.com/jennapederson/automating-cicd-on-aws-with-github-actions
- Owner: jennapederson
- License: mit
- Created: 2021-09-13T03:24:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T02:13:13.000Z (about 4 years ago)
- Last Synced: 2025-09-09T07:25:07.314Z (10 months ago)
- Topics: aws, ecs, github-actions
- Language: CSS
- Homepage: https://community.aws/content/2dMprLxZt1prdVvZBM023gsdUDW/automating-your-container-deployments-with-cicd-and-github-actions
- Size: 20.3 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automating CI/CD on AWS with GitHub Actions
## Build the static site with Hugo
After cloning the repo, make sure to clone the submodule:
```sh
cd automating-cicd-on-aws-with-github-actions
git submodule init
git submodule update --checkout --recursive
```
### Run Hugo locally:
`hugo serve`
Point your browser to http://localhost:1313/.
## Instructor Clean Up Instructions
In addition to the Clean Up step in the workshop, if you are running through this multiple times for a workshop, be sure to delete these resources as well:
IAM role: codebuild-ecs-devops-sandbox-service-role
IAM policy: CodeBuildBasePolicy-ecs-devops-sandbox-us-east-1
IAM policy: ecs-devops-sandbox-policy