- Create aws resources
# create terraform.tfvars contains aws access key and secret key information
$ cd terraform
$ terraform init
$ terraform plan
$ terraform apply --auto-approve
- Add Jenkins credentials
- Create registry_credentials type "Username with Password"
- Create git_credentials type "Username with Password"
- Create backend-ssh-server type "SSH Username with private key"
- Create Jenkins pipeline and start pipeline
- Jenkins
- Docker
- Terraform