I tried this: ``` egress: [{ protocol: "AL...
# general
f
I tried this:
Copy code
egress: [{
        protocol: "ALL",
        fromPort: 0,
        toPort: 65535,
        cidrBlocks: ["0.0.0.0/0"]
    }]
But that doesn't work.