Modify Subnet Attribute
GET {{aws_ec2_base_url}}/?AssignIpv6AddressOnCreation&MapPublicIpOnLaunch&SubnetId&Action=ModifySubnetAttribute
Modifies a subnet attribute.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AssignIpv6AddressOnCreation | null | Specify 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). | |
MapPublicIpOnLaunch | null | Specify true to indicate that ENIs attached to instances created in the specified subnet should be assigned a public IPv4 address. | |
SubnetId | null | The ID of the subnet. | |
Action | string |