Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
ec2_detach_classic_link_vpc(DryRun, InstanceId, VpcId)
A list with the following syntax:
list(
Return = TRUE|FALSE
)
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
[required] The ID of the instance to unlink from the VPC.
[required] The ID of the VPC to which the instance is linked.
svc$detach_classic_link_vpc(
DryRun = TRUE|FALSE,
InstanceId = "string",
VpcId = "string"
)