Mini Project : EKS, Jenkins Pipeline, and Terraform [Draft]
Objective Deploy EKS Cluster with Terraform Use public module for simplicity and re-usability. Setup CI/CD with Jenkins Server. Pre-requisite
Objective Deploy EKS Cluster with Terraform Use public module for simplicity and re-usability. Setup CI/CD with Jenkins Server. Pre-requisite
Objective Setup Jenkins for automate Terraform process Provision highly available 3-tier architecture with Terraform Pre-requisite : AWS & Github Account Configured AWS Credentials on local AWS CLI Installed on local First | Create and Setup Jenkins Server Run EC2 Instance for Jenkins Server and fill the parameter what do you want. aws ec2 run-instances \ --image-id ami-abcd1234 \ --instance-type t2.medium \ --key-name keypair-name \ --subnet-id subnet-abcd1234 \ --security-group-ids sg-abcd1234 \ --user-data file://setup....
Prerequisite : Two AWS accounts ECR repositories in each account Version 2.11.3 or later of the AWS CLI installed First | Create Access & Secret Key Open AWS Console at https://console.aws.amazon.com/. Then click on your profile name and then click on Security Credentials. (you can skip to the next second-step, if you’re already have access and secret key). Scroll down to Access Keys and select Create New Access Key....