Files
community.general/library/cloud
Scott Armit ef317ecde7 If an AWS account does not have a default subnet in their VPC configuration, then creating instances in that VPC will not automatically provide a public IP/DNS. Boto added this functionality in 2.13.0 (NetworkInterfaceSpecification.associate_public_ip_address).
This change adds assign_pubic_ip as a parameter to the ec2 module, ensuring that it is not set to one of BOOLEANS_TRUE if vpc_subnet_id is not also set, and if Boto is less than 2.13.0.
2013-10-28 10:11:38 -04:00
..
2013-10-28 21:35:57 +09:00
2013-10-12 20:57:32 +08:00
2013-08-20 15:14:16 -04:00
2013-10-22 09:03:52 +05:30
2013-10-14 11:57:19 -04:00
2013-10-16 13:22:41 -04:00