GitHub CICD Create_EC2_via_Terraform
Step 1: Local SSH Pub Key Generation and GitHub Setup
1.1. Open a terminal and generate a new SSH key pair:
bashCopy codessh-keygen -t rsa -b 4096 -C "your_email@example.com"
1.2. Copy the public key to the clipboard:
cat ~/.ssh/id_rsa.pub | pbcopy
...
imsuresh.hashnode.dev3 min read