I keep wanting to try to get it to run :(){:|: &};:. I didn't think they'd be stupid enough to execute shell commands outside of a disposable container, so I figured rm -rf / wouldn't really affect anything. But I thought there'd be a chance the containers might not be configured well enough to prevent a fork bomb from impacting that one server.
You don't need the --no-preserve-root flag for that command.
/* is a shorthand for [every directory in / separated with a space]. rm doesn't even get to see the *, it is automatically substituted by your shell prior to rm being started.