|
|
|
|
|
by fiddlerwoaroof
2300 days ago
|
|
Docker isn’t really designed to be a security boundary, so if you’re colocating containers from different customers (e.g. in Fargate), you need to separate them with a real security boundary like a VM. The same thing is true for lambdas: a lambda is just an archive and
the code in the archive needs to run somewhere where one customer cannot intercept another customer’s data. |
|