Getting Started
(Optional) Modifying Security Group Rules
A security group is a collection of access control rules to control traffic to and from cloud resources, such as cloud servers, containers, and databases. Cloud resources associated with the same security group have the same security requirements and are mutually trusted within a VPC.
You can modify security group rules, for example, by adding, modifying, or deleting a TCP port, as follows:
- Add an inbound rule and configure a TCP port if needed.
- Inappropriate security group settings may cause serious security risks. You can modify security group rules to ensure the network security of your ECSs.
- If the source or destination IP address of an inbound or outbound security group rule changes, or a port needs to be disabled, you can delete the security group rule.
Viewing Your Resources and Testing Network Connectivity
- Log in to the EIP console, create two EIPs, and bind them to the two ECSs created in Figure 9 respectively.
Figure 1 Creating EIPs
- Log in to the two ECSs created in Figure 9, deploy the httpd service on each ECS, and run the command below. Note that you can configure the message in the double quotation marks in the second line whatever you like. If the load balancer routes the request to the ECSs, this message will be returned.
yum -y install httpd
echo "www.test01.com" > /var/www/html/index.html
chmod 777 /var/www/html/index.html
systemctl start httpd
curl localhost
Figure 2 Logging in to the ECSsFigure 3 Installing the httpd serviceFigure 4 Installing the httpd service - Unbind the EIPs bound to the two ECSs in 2 and release the EIPs.
Figure 5 Unbinding and releasing the EIPs
- On the ELB console, view the dedicated load balancer you have created for deploying this solution.
Figure 6 Viewing the load balancer
- Enter the EIP address assigned in 4 in the address box of your browser to access the dedicated load balancer. If the following two pages are displayed, the load balancer routes the requests to the two ECSs.
Figure 7 Verifying that the request is routed to one ECSFigure 8 Verifying that the request is routed to the other ECS
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot