Introduction

Use Case

Administrators would want to block a list of routes so that they are not assigned to any of the VPC Private Gateways.

Architecture and Design description

API changes

Parameter update will be done using new APIs for updating Zone level parameters. For the details, refer to FS for Granular Global Configuration Parameters

updateConfiguration&scope=zone&id=<zone_id> will accept a new parameter - blacklisted.routes. It's going to accept list of routes separated by comma in format of x.x.x.x/x. Example: "10.10.10.0/24,172.16.1.0/24"

DB changes

QA