Modify Subnet Attribute

GET {{aws_ec2_base_url}}/?AssignIpv6AddressOnCreation&MapPublicIpOnLaunch&SubnetId&Action=ModifySubnetAttribute

Modifies a subnet attribute.

Request Params

KeyDatatypeRequiredDescription
AssignIpv6AddressOnCreationnullSpecify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address).
MapPublicIpOnLaunchnullSpecify true to indicate that ENIs attached to instances created in the specified subnet should be assigned a public IPv4 address.
SubnetIdnullThe ID of the subnet.
Actionstring