×
Community Blog How to Create a VPC and Configure a Security Group to Protect Your Alibaba Cloud Instances

How to Create a VPC and Configure a Security Group to Protect Your Alibaba Cloud Instances

This article explains how to create a VPC and configure a security group to protect your Alibaba Cloud instances.

By Alain Francois

Having your infrastructure on the cloud means you can reach a lot of people worldwide. However, it also means people with bad intentions can reach your services. It is important to secure your cloud network. Alibaba Cloud offers a Virtual Private Network (VPC), which is a secure and isolated private cloud that contains your Elastic Compute Services (ECS) instances within a public cloud. You can access a VPC publicly from the Internet and secure traffic by configuring a security group.

What Is a VPC?

A Virtual Private Cloud (VPC) is a private network that you fully control. You can specify a CIDR block and configure route tables and gateways. You can deploy your Alibaba Cloud resources, such as Elastic Compute Service (ECS) instances or Server Load Balancer (SLB) instances. You can have multiple VPCs to establish some strategies regarding your cloud instances. It means you can create a VPC for web servers and another one for databases servers.

VPC Components

  • vSwitches are a basic network component that connects different cloud resources in a VPC. You can create vSwitches to divide the VPC into one or more subnets, and they can communicate with each other over the private network.
  • vRouters are considered the hub of a VPC to connect the vSwitches in a VPC and serve as a gateway between a VPC and other networks. A vRouter is automatically created when you created a VPC.
  • Private CIDR blocks specify the private IP address range for the VPC in CIDR notation after creating a VPC and a vSwitch. You can use one of the standard private CIDR blocks listed in the following table or their subnets as the private CIDR block of a VPC or use a custom CIDR block:

1

What Is a Security Group?

A Security Group can be considered as a virtual firewall that provides stateful packet inspection and packet filtering of network protocol, port, and sources IP traffic to allow or deny access to Elastic Compute Service (ECS) instances to improve security. When creating an ECS instance, you must select a security group because it is an important means of security isolation.

You should think of a security group as a whitelist. When you create security groups, some default rules are added to the security groups by default. You can maintain them or manually add and modify the rules of security groups to implement finer-grained traffic control. Security groups have some characteristics. Each ECS instance must belong to at least one security group but can be added to multiple Security Groups at the same time. There are two classifications for security groups:

  • Basic security groups support up to 2000 private IP addresses. Inbound and outbound rules can be configured to allow or deny ECS instances.
  • Advanced security groups are suitable for enterprise-level scenarios. It can contain more instances, elastic network interfaces (ENIs), and private IP addresses and implement more rigorous levels of access control than basic security groups.

Some rules must be also followed when you add instances to security groups:

  • Each instance must be added to one or more security groups.
  • The secondary ENIs attached to an instance can be assigned to security groups different from those of the instance.
  • An instance cannot be added to a basic security group and an advanced security group at the same time.

Create Your Alibaba Cloud VPC

If you want to create an Alibaba Cloud VPC, you need an Alibaba Cloud account. If you don't have one yet, you can get a coupon during the Alibaba Cloud March Mega Sale.

After logging into your cloud account, go to Virtual Private Cloud on the left panel, click _Networking & CDN_, and click _Virtual Private Network_:

2

You can see the VPC overview with some created information, such as IPv4 CIDR Block or the num of vSwitch and Cloud Instance on each VPC. Select the appropriate region before creating your VPC:

3

You can create a new VPC. You will need to indicate a name for the VPC and the IPv4 CIDR Block. You can assign an IPv6 or not. As we mentioned previously, when creating a VPC, you will also need to create a vSwitch. During the creation of the vSwitch, you will have to select a zone of your region. If you already have some ECS instances created, make sure to select the zone where they are located if you want them to use the new vSwitch:

4

You can see the new VPC with the detail on the VPC overview page:

5

Now your VPC has been created. You can create a security group that you will use to secure your VPC during the creation of your instance.

Create a Security Group for Your VPC

If you want to create a security group, you should go to the Elastic Compute Service (ECS) panel:

6

Now, navigate the left panel to Network & Security and click Security Groups

7

In our case, we already have some security groups created. Let's create a new one by selecting the option. As we have explained in the security group section, there are default rules you can maintain or edit during the creation. Also, a basic security group is created by default:

8

You can change some values like the type of security groups for advanced and the outgoing rules. You should give an indicative name for the security groups and a proper description.

You can create many security groups for some specifics scenario or ECS instances roles. For example, you can create a security group only for web servers that will only allow ports 22, 80, and 443. You can delete rules for ICMP so your instances will not receive any ICMP requests (for ping). Configuring a security group is the moment for you to define the default actions or rules that should be applied to filter the egress and ingress traffic to your ECS instances inside the VPC on which the security groups will be applied. It's the moment to strategically define the default rules, but you can add a specific rule later.

9

The outbound rules on the security group allow all traffic from your server to the external network by default:

10

If you have a preview regarding all the rules you have defined:

11

Just validates the creation of your security groups after finishing the configuration. You will see the default security group on the list. There are no ECS instances related to the VPC or the security by default:

12

Create an ECS Instance for Your VPC and Security Group

We will create a new instance to integrate an ECS instance to the new VPC and security groups created. On the left panel, scroll to Instances & Images and select _Instances_. Then, create a new ECS instance:

13

Choose your instance specifications with CPU and memory:

14

Select the operating system and the disk size:

15

Configure your instance networking. Select the VPC we have created. It will select the vSwitch and the security groups created and linked to the VPC by default:

16

You need to configure how you will access your ECS (password and public key):

17

You can go to the next step:

18

You will see a review of your ECS configuration and order:

19

You will be asked to return to the console or another page:

20

You can return to the list of your ECS instance to see if it has been created. You can see it on the list of your ECS instances:

21

You can check if the instance is linked to the security groups by checking the security group information:

22

Your VPC will show that an instance is present:

23

You can see that your new instance is inside the VPC and the security groups that have been created.

Wrapping Up

When you create an ECS instance in a VPC through the ECS console, a default security group is created if no other security group has been created under the current account in this region. The default security group is a basic security group and has the same network type as the ECS instance.

0 0 0
Share on

Alibaba Cloud Community

875 posts | 198 followers

You may also like

Comments

Alibaba Cloud Community

875 posts | 198 followers

Related Products