How to Move AWS EC2 instance to another Security Group?

If you do not want to use the existing security group because inbound and outbound rules do not apply to your use scenario, you can create a new security group or assign your Amazon EC2 to an existing instance. In this article, we will show you how to create a new security group and then move an Amazon EC2 instance into that 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.

  1. Login into AWS Management Console
  2. Click on Security groups
  3. Click on Create security group at the top right side of the window
  4. Under Basic details, configure the following:
  • 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.
  • Description – A description to help you identify the security group. In our case, it is Allow SSH to Developers.
  • VPC – The VPC in which to create the security group. In our case, we use the existing VPC.

Under Inbound rules click on Add rule and then enable SSH by following the procedure below. You can choose another protocol based on your needs.

  • Type – a type of protocol. In our case it SSH.
  • Protocol – it will use TCP protocol by default.
  • Port range – once you select SSH as the type of the rule, it will automatically assign 22 as the default port.
  • Source – specify a single IP address or an IP address range. In our case, we will only allow access to a certain public IP address.
  • Description – A description of a security group rule.

Under Outbound rules leave the default configuration which allows any communication from an Amazon EC2 instance to the outside world.

  1. Click on Create security group to create a new security group. You have successfully created a new security group.

Part II: Move EC2 to the newly created security group: My WebServer

In the second part, we will move EC2 instance to the security group we created in part I.

  1. Under Instance click on Instances
  2. Right click on the instance you want to move to another security group and then click Networking > Change Security Groups
  3. Select the security group from the list and click Assign Security Groups. In our case, we will move EC2 instance to the newly created security group My WebServer.
  4. Select the instance and then click on the Description On the right side of the window, you can see that EC2 is using the newly created security group My WebServer.
ABOUT THE AUTHOR

Jasmin Kahriman


Jasmin is a tech-savvy Systems Engineer with over 15 years of experience in IT infrastructure, holding multiple IT certifications including CNIP, MTA, MCP, MCSA, MCT, Server+, and Network+.