devops-exercises/topics/aws/exercises/basic_s3_ci/exercise.md
Arie Bregman 591ef7495b Add Kubernetes questions
And AWS CodePipeline question.
2022-08-19 13:19:03 +03:00

376 B

Basic CI with S3

Objectives

  1. Create a new S3 bucket
  2. Add to the bucket index.html file and make it a static website
  3. Create a GitHub repo and put the index.html there
  4. Make sure to connect your AWS account to GitHub
  5. Create a CI pipeline in AWS to publish the updated index.html from GitHub every time someone makes a change to the repo, to a specific branch