NEW Featured eBook: AWS Cloud Cost Allocation: The Complete Guide - Download Now

NEW Featured eBook: AWS Cloud Cost Allocation: The Complete Guide - Download Now

Optimize your cost by Deleting AWS Elastic IP Address: Why is it important to monitor your Elastic IP resources.

Reduce your AWS costs by 50% on auto-pilot.
  • Risk-free commitment
  • Management Automatically pause idle resources
  • Automatically automatize your EKS cost
  • Book a Demo › |
    Share

    What is Elastic IP address

    Elastic IP (EIP) is an IP address one can reserve for their AWS account. Static IP addresses by nature are associated to a particular machine. However, to keep-up with the dynamic needs of public cloud, users generally use Elastic IP addresses. These IP addresses are called ‘Elastic’ as they can be reassigned or remapped to another instance as an organization keeps launching and terminating resources. 

    Although EIP is dynamic within the same AWS cloud environment, it is static on a global level i.e. EIP can be reserved by an AWS Account and cannot be used by any other AWS account. EIP is generally used to associate to front-end machines as EIP’s dynamic remapping capabilities help in masking any failures internally. 

     

    Why its important to keep track of Elastic IP Addresses

    EIPs are totally free from AWS when they are attached to an instance. However, for every unassociated EIP, AWS charges an additional fee unless it is reattached to an Instance.  AWS does this because, public IP address is a limited resource and not using the EIP after reserving is seen as a wasteful practice. 

     

    How can nOps help you?

    nOps is a smart cloud FinOps platform helping you to stay on top of your cloud cost optimization journey. nOps helps users analyse their environment and detect unused Elastic IP addresses and also understand the cost associated with it. Here is how you can do it:

    Audit

    1. Login into nOps platform.

    2. Navigate to nOpsRules.

     

    3. Click on Cost

     

    4. Click on Unused AWS elastic IP (EIP) resources

    5. Click on the Download button

    6. Results will be

    1. Login into nOps platform.

    2. Navigate to Data Explorer.

    3. Use below motioned query.

    query MyQuery {
      ec2_addresses (where: {instance_id: {_is_null: true}}) { 
    public_ip
    instance_id
      }
    }
    
    
    **Output**
    [
    	{
      "data": {
        "ec2_addresses": [
          {
            "public_ip": "107.23.124.196",
            "instance_id": null
          },
          {
            "public_ip": "18.207.30.100",
            "instance_id": null
          },
          {
            "public_ip": "54.176.155.119",
            "instance_id": null
          },
          {
            "public_ip": "54.183.30.89",
            "instance_id": null
          }
        ]
      }
    }
    
    ]

    Still Need Help?

    Come see why we are the #1 cloud management platform and why companies like Uber, Dickey’s BBQ Pit and Norwegian Cruise Line trust nOps to manage their cloud.