Returns a count of the number of unassociated Elastic IPs from an AWS account. Removing unused Elastic IP addresses will reduce billing costs.
Addresses[?!not_null(AssociationId)].join(
,
,[PublicIp,AllocationId]) | length(@)