Skip to main content

Command Palette

Search for a command to run...

Day 22 : Configuring Secure SSH Access to an EC2 Instance

100 Days of Cloud (AWS)

Updated
1 min read
Day 22 : Configuring Secure SSH Access to an EC2 Instance

Welcome back to Day 22. In this lab, you will learn how to set up secure SSH access to an EC2 instance without using a password. You need to create an EC2 instance and name it nautilus-ec2. Then, generate an SSH key on the aws-client host.

After setting up an EC2 instance, generate an SSH key using the ssh-keygen command. You need to upload your id_rsa.pub key file to the EC2 instance's root SSH authorized_keys.

Congratulations you did it. It looks good. This lab was successfully completed without any errors. See you in day 23. If you have any issues please let me know I will be happy to assist you. Stay tuned and learn together. If you find my article useful, please kindly like and share it.

100 Days of Cloud (AWS)

Part 29 of 50

In this series you will learn how to configure and manage cloud resources using AWS. My intention is to provide an explanation and share the answers for 100 Days of Cloud (AWS) from KodeKloud.

Up next

Day 21 : Setting Up an EC2 Instance with an Elastic IP for Application Hosting

100 Days of Cloud (AWS)