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. Security group name – Name for the security group. The name can’t be edited after the security group is created. In our case, it is My Webserver....