SMShubhanshu Mohantyinconnect-aws-ec2-with-putty.hashnode.dev·Aug 27, 2025 · 2 min readHow to Add and Attach EBS Volume to EC2 InstanceWhen we launch an EC2 instance, sometimes the default storage is not enough. In that case, we can add a new Elastic Block Store (EBS) volume and attach it to our EC2 instance. In this blog, we will learn step by step how to do this in AWS. Step 1: O...00
SMShubhanshu Mohantyinconnect-aws-ec2-with-putty.hashnode.dev·Aug 27, 2025 · 2 min readHow to Connect to an AWS EC2 Instance using SSHIntroduction When you create an EC2 instance in AWS, it is like a computer running in the cloud. To use this computer, you need a way to log in and run commands. For this, we use SSH (Secure Shell).SSH allows us to connect safely from our local compu...00
SMShubhanshu Mohantyinconnect-aws-ec2-with-putty.hashnode.dev·Aug 26, 2025 · 3 min readHow to Connect AWS EC2 Linux Instance Using PuTTYIntroduction Amazon EC2 is a cloud service where you can run virtual servers.When we create an EC2 instance, AWS gives us a .pem key file.But PuTTY (Windows SSH tool) only accepts .ppk key file. So, we must first convert .pem to .ppk, then connect us...00