aws.ec2.describe_address_transfers
Example SQL Queries
SELECT * FROMaws.ec2.describe_address_transfers;Description
Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon VPC User Guide.
When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for 14 days after the transfers have been accepted.
Table Definition
| Column Name | Column Data Type |
|---|---|
| allocation_ids Input Column The allocation IDs of Elastic IP addresses. | VARCHAR[] |
Show child fields
| |
| dry_run Input Column 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. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| address_transfer_status The Elastic IP address transfer status. | VARCHAR |
| allocation_id The allocation ID of an Elastic IP address. | VARCHAR |
| public_ip The Elastic IP address being transferred. | VARCHAR |
| transfer_account_id The ID of the account that you want to transfer the Elastic IP address to. | VARCHAR |
| transfer_offer_accepted_timestamp The timestamp when the Elastic IP address transfer was accepted. | TIMESTAMP_S |
| transfer_offer_expiration_timestamp The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner. | TIMESTAMP_S |