How To Move Aws Ec2 Instance To Another Security Group?
Part I: Create a new security group At first, we will create a new security group that will allow developers to access SSH on the EC2 instance. SSH (Secure Shell) is a protocol to make a secure remote command-line connection. By default, SSH uses TCP communication. Login into AWS Management Console Click on Security groups Click on Create security group at the top right side of the window Under Basic details , configure the following: Security group name – Name for the security group....