Skip to content

Commit 5d456b8

Browse files
committed
Adding use_public_ips to documentation.
1 parent 9e9f0d8 commit 5d456b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/configuration.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,16 @@ If you wish for cfncluster to create a compute subnet, this is the CIDR that. ::
361361

362362
compute_subnet_cidr = 10.0.100.0/24
363363

364+
use_public_ips
365+
""""""""""""""
366+
Define whether or not to assign public IP addresses to EC2 instances.
367+
368+
Set to false if operating in a private VPC.
369+
370+
Defaults to true. ::
371+
372+
use_public_ips = true
373+
364374
.. _ebs_section:
365375

366376
ebs

0 commit comments

Comments
 (0)