In my previous blog I wrote about billing report for EBS Volumes under EC2 – Other service category of AWS Cost Explorer API. Today, I am going to provide another script which will help you to generate billing report specific to Elastic IP address usage in AWS. So, if you have already gone through the…
Tag: Elastic IP Address
AWS Elastic IP Address complete inventory using Powershell
Amazon Elastic IP address is static IPV4 Address in aws account. Any back-end failure of instance or software can be remapped with another instance or software by keeping same IP address. Refer here for more information about aws Elastic IP Address. Following script generates inventory of EIP in an aws account. It assumes, you have…