ec2_release_address: Releases the specified Elastic IP address

View source: R/ec2_operations.R

ec2_release_addressR Documentation

Releases the specified Elastic IP address

Description

Releases the specified Elastic IP address.

See https://www.paws-r-sdk.com/docs/ec2_release_address/ for full documentation.

Usage

ec2_release_address(
  AllocationId = NULL,
  PublicIp = NULL,
  NetworkBorderGroup = NULL,
  DryRun = NULL
)

Arguments

AllocationId

The allocation ID. This parameter is required.

PublicIp

Deprecated.

NetworkBorderGroup

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.

DryRun

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.