aws-ec2-assign-elastic-ip icon indicating copy to clipboard operation
aws-ec2-assign-elastic-ip copied to clipboard

Automatically assign Elastic IPs to AWS EC2 Auto Scaling Group instances

Results 9 aws-ec2-assign-elastic-ip issues
Sort by recently updated
recently updated
newest added

Version 0.8.0 seems to be broken when using the `--valid-ips` option, it reports `No unassociated Elastic IP found!` (but there is one IP address available). **Workaround**: downgrade to 0.7.1

bug

Feature request: There are several use cases where it is desirable that a newly launched instance can be guaranteed to have/steal an address from a pool of existing addresses that...

enhancement

Hello, The `aws-ec2-assign-elastic-ip` package (installed via `pip`) got upgraded in our environment from 0.8.1 to 0.10.2. With that new version, the call to `aws-ec2-assign-elastic-ip` fails with ``` Traceback (most recent...

The same error doesn't happen with v0.10.0. ``` [root@my-aws-instance ~]# aws --version aws-cli/1.14.28 Python/2.7.5 Linux/3.10.0-957.21.3.el7.x86_64 botocore/1.8.35 [root@my-aws-instance ~]# pip install aws-ec2-assign-elastic-ip==0.10.2 DEPRECATION: Python 2.7 reached the end of its life...

I'd like to be able to grab an IP from a pool of IPs. For now this in userdata does the trick for me, but this seems like useful thing...

Command that worked under 0.7.1 fails under 8.0: ``` # /usr/local/bin/aws-ec2-assign-elastic-ip --region us-east-1 --valid-ips A.B.C.D 2018-07-18 15:44:17,610 - aws-ec2-assign-eip - INFO - Connected to AWS EC2 in us-east-1 Traceback (most...

bug

Hi, When running the following command in a Windows Server 2016 EC2 instance I receive the below error. (See Screenshot). ![untitled](https://user-images.githubusercontent.com/32305611/34254580-9d715708-e644-11e7-87f5-1fd5ecd947aa.png) It looks like it should be "instance_id" instead of...

Python Version : 3.12.0 I installed configparser but same issue occurred ------------------------------------------------------------------------------------------------------------------ Collecting aws-ec2-assign-elastic-ip Downloading aws-ec2-assign-elastic-ip-0.10.2.tar.gz (9.5 kB) Installing build dependencies ... done Getting requirements to build wheel ... error...

configparser has changed in recent versions of python, this redoes the imports so it will work