@Dharm1996
I am software Engineer
Nothing here yet.
Nothing here yet.
Mar 27, 2025 · 3 min read · If you've lost the .pem key for an EC2 instance, you cannot directly recreate or recover the same PEM key for that instance. However, you do have several workarounds to regain access to the instance. Here are the common ways 1. Create a New Key Pair ...
Join discussion
Mar 21, 2025 · 6 min read · Agenda: Setup an EC2 Instance to create a cluster Setup kubectl Setup eksctl Create an IAM Role and attach it to the EC2 instance Create your cluster and nodes Create a Pod using Kubectl to Validate the Cluster Deploying web-app Container Del...
Join discussionNov 21, 2024 · 3 min read · #Bastion host (Jump server) always available in public subnet to access the private subnet. Prerequisite → AWS Account → VPC → Internet Gatway → Subnet (Public and Private) → Route Table → Ec2 Instance(VM) **Process** Vpc Creation Internet ga...
Join discussionOct 15, 2024 · 2 min read · STEP 1 –MINIKUBE AND DOCKER INSTALLATION ONAMAZON LINUX 1. Launch an instance from an Amazon Linux 2 or AmazonLinux AMI2. Connect to your instance.3. Update the packages and package caches. ssh -i Kubernetes-setup.pem ec2-user@13.201.41.28 yum...
Join discussion