Following definition of Amazon EC2 instance is taken from AWS documentation. Please refer here for more information – “Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster….
Tag: Amazon
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…