VPC Security Related

Last updated: 2024-01-12 15:06:17

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.