AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
After releasing an Elastic IP address, it is released to the IP address pool and might
be unavailable to you. Be sure to update your DNS records and any servers or devices
that communicate with the address. If you attempt to release an Elastic IP address
that you already released, you'll get an AuthFailure
error if the address
is already allocated to another AWS account.
[EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.
[Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic
IP address before you try to release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse
).
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class ReleaseAddressRequest : AmazonEC2Request IRequestEvents
The ReleaseAddressRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ReleaseAddressRequest() | Empty constructor used to set properties independently even when a simple constructor is available |
![]() |
ReleaseAddressRequest(string) | Instantiates ReleaseAddressRequest with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
![]() |
AllocationId | System.String |
Gets and sets the property AllocationId.
[EC2-VPC] The allocation ID. Required for EC2-VPC. |
![]() |
PublicIp | System.String |
Gets and sets the property PublicIp.
[EC2-Classic] The Elastic IP address. Required for EC2-Classic. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8