How do you ensure the security of CVMs in VPCs?
The VPC itself is a logically isolated network environment, and traffic can be controlled by configuring security groups and network ACL.
Security group: It provides network traffic control at the CVM instance level. Traffic that is not allowed to be in or out of the instance is automatically rejected.
Network ACL: It provides network traffic control at the subnet level.