Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default
only. You cannot change the instance tenancy attribute to dedicated
.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_tenancy/ for full documentation.
ec2_modify_vpc_tenancy(VpcId, InstanceTenancy, DryRun = NULL)
[required] The ID of the VPC.
[required] The instance tenancy attribute for the VPC.
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
.