AWS SDK for .NET Documentation
AssociatePublicIpAddress Property
AmazonAmazon.AutoScaling.ModelCreateLaunchConfigurationRequestAssociatePublicIpAddress Did this page help you?   Yes   No    Tell us about it...
Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud (Amazon VPC). Specifies whether to assign a public IP address to each instance launched in a Amazon VPC.
Note:
If you specify a value for this parameter, be sure to specify at least one VPC subnet using the VPCZoneIdentifier parameter when you create your Auto Scaling group.
Default: If the instance is launched into a default subnet in a default VPC, the default is true. If the instance is launched into a nondefault subnet in a VPC, the default is false. For information about the platforms supported by Auto Scaling, see Get Started with Auto Scaling Using the Command Line Interface.
Declaration Syntax
C#
public bool AssociatePublicIpAddress { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)