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....
Terminal Shortcuts that I usually use Ctrl + Alt + T = Open terminal Ctrl + Shift + W = Close terminal tab Ctrl + Shift + Q = Close terminal Ctrl + I = Same as Tab Ctrl + A = Go to the beginning of the line Ctrl + D = Same as exit command Ctrl + E = Go to the end of the line Ctrl + L = Clear...
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....
Move to the Above Terminal – Super+Up_Arrow_Key Move to the Below Terminal – Super+Down_Arrow_Key Move to the Left Terminal – Super+Left_Arrow_Key Move to the Right Terminal – Super+Right_Arrow_Key Copy a text to clipboard – Ctrl+Shift+c Paste a text from Clipboard – Ctrl+Shift+v Close the Current Terminal – Ctrl+Shift+w Quit the Terminator – Ctrl+Shift+q Toggle Between Terminals – Ctrl+Shift+x...
test