Skip to content

Continuous Integration

Warning

Missing video.


Warning

Missing content.

Curated Materials

Warning

Missing content.

  • https://pipelines.devops.aws.dev/

GitHub Actions

  • Overiew: https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
  • Quick start: https://docs.github.com/en/actions/quickstart
  • Docker: https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action

Project(s)

Warning

Missing content.

Tightly

  • Run our security scans
  • run our tests
  • Merge

Terraform

  • We need to manage our TF via pipelines
  • We will need remote state management in Actions
    • How do we handle AWS secrets?
  • How do we handle plans?

Ansible + Packer

  • We should automate the production of AMIs

Challenges

Warning

Missing content.