In this course, you will learn how to use AWS CodeBuild to deploy various tasks in AWS. You will learn how to create a CodeBuild project that automatically applies Terraform projects and build a docker image.
What you'll get:
- Lifetime access to this course
- Access to all the resources needed to complete the project
- All project reference files
Course Curriculum:
Project 1: Automatically Apply Terraform With AWS CodeBuild:
- Create an IAM User With Full Access
- Create and Clone a GitHub Repository
- Test Your Terraform Script Locally
- Create Shell Scripts
- Create a Buildspec.yml File For CodeBuild Job
- Create Personal Access Token
- Store Terraform State File in an S3 Bucket
- Create Build Project in CodeBuild
- Run Terraform Destroy in CodeBuild Project
Project 2: Build Docker Image and Push it to Docker Hub:
- Create a Repository in Docker Hub
- Create a GitHub Repository and Clone it on Your Computer
- Create the Dockerfile
- Create Shell Scripts
- Create Environment Variable
- Create the Buildspec File
- Create Personal Access Token
- Create Build Project in CodeBuild
- Build Another Docker Image and Push it to Docker Hub