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

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.

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