March 20, 2026

Bulk import Firewall rules from CSV

Migrating from another cloud or consolidating rules across projects? You can now upload a CSV of firewall rules instead of clicking through each one.

CSV format

direction,protocol,port_range,source,action,description
ingress,tcp,22,10.0.0.0/8,allow,SSH from internal
ingress,tcp,443,0.0.0.0/0,allow,HTTPS public
egress,tcp,5432,10.1.0.0/16,allow,DB connections

Up to 500 rules per import. Validation errors are reported per-row before any rule is created.

Firewall import guide →