How to ensure the security of cloud servers in VPC?
VPC itself is a logically isolated network environment, and traffic control can be achieved by setting up security groups and network ACLs:
- Security groups: Provide network traffic control at the CVM instance level. Traffic not allowed in or out of instances will be automatically denied.
- Network ACLs: Provide network traffic control at the subnet level.