From 17593650663c320fea77baf8426fe8587a1c9f73 Mon Sep 17 00:00:00 2001 From: Valentin Aitken Date: Fri, 19 May 2017 19:42:17 +0300 Subject: [PATCH] Add hint for using effector.add.openInboundPorts entity config --- guide/locations/_clouds.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md index 3a71fd72..7c82b9e7 100644 --- a/guide/locations/_clouds.md +++ b/guide/locations/_clouds.md @@ -211,6 +211,9 @@ For more keys and more detail on the keys below, see the software process. One can alternatively use `stopIptables: true` to entirely stop the iptables service. +- Use Entity configuration flag `effector.add.openInboundPorts: true` to add an effector for opening ports in a cloud Security Group. + The config is supported for all SoftwareProcessImpl implementations. + - Use `installDevUrandom: true` to fall back to using `/dev/urandom` rather than `/dev/random`. This setting is useful for cloud VMs where there is not enough random entropy, which can cause `/dev/random` to be extremely slow (causing `ssh` to be extremely slow to respond).