Add Kubernetes questions

And AWS CodePipeline question.
This commit is contained in:
Arie Bregman
2022-08-19 13:17:49 +03:00
parent 04dc78b5b7
commit 591ef7495b
5 changed files with 215 additions and 62 deletions

View File

@@ -0,0 +1,9 @@
# 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