Build VCN security list ingress and egress rules with protocol and port configuration.
Build VCN security list ingress and egress rules with protocol, port, and CIDR configurations.
Required Fields
compartmentIdvcnIddisplayNameingressSecurityRulesegressSecurityRulesOutput will appear here...Security lists in OCI act as virtual firewalls for subnets within a Virtual Cloud Network (VCN), controlling both ingress and egress traffic at the subnet level. Each subnet can be associated with up to five security lists, and the rules across all lists are combined with union semantics — if any rule allows the traffic, it is permitted. This tool helps you build security list rules with correct protocol numbers, port ranges, CIDR sources/destinations, and stateful/stateless flags. It validates your inputs and generates the complete rule set in a format ready for Terraform, the OCI CLI, or the console.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.