AutoNet: Automatic Reachability Policy Management in Public Cloud Networks
German Sviridov, Zheng Tao Shen, Jorge Cardoso
TL;DR
AutoNet addresses the challenging problem of proactive reachability policy management in public cloud VPCs, where manual configuration is error-prone and difficult to scale. It combines a three-tier network topology abstraction, topology pruning, and configuration quantization with a SAT-based encoding and MaxSAT-driven optimization to generate minimal-change configurations that satisfy high-level intents. The system achieves sub-second response times for medium-to-large deployments and scales linearly with network size, demonstrated on synthetic topologies and a real deployment with hundreds of ECSs. By translating tenant intents into weighted optimization and providing an end-to-end translation to concrete VPC configurations, AutoNet enables automated, cost-aware, and safe policy updates for complex cloud networks.
Abstract
Virtual Private Cloud (VPC) is the main network abstraction technology used in public cloud systems. VPCs are composed of a set of network services that permit the definition of complex network reachability properties among internal and external cloud entities such as tenants' VMs or some generic internet nodes. Although hiding the underlying complexity through a comprehensible abstraction layer, manually enforcing particular reachability intents in VPC networks is still notably error-prone and complex. In this paper, we propose AutoNet, a new model for assisting cloud tenants in managing reachability-based policies in VPC networks. AutoNet is capable of safely generating incremental VPC configurations while satisfying some metric-based high-level intent defined by the tenants. To achieve this goal, we leverage a MaxSAT-based encoding of the network configuration combined with several optimizations to scale to topologies with thousands of nodes. Our results show that the developed system is capable of achieving a sub-second response time for production VPC deployments while still providing fine-grained control over the generated configurations.
