Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpieters3 authored Mar 25, 2022
1 parent c95dd84 commit 5d177be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ The EC2 Instance Connect (ECI) connection plugin was created to take advantage o

This is helpful in situations where you need to use continue to use ansible over AWS native instance management solutions, but want to take advantage of AWS's native IAM model for authorization as well as to avoid sharing of long living private keys.

Check [releases](https://github.com/mpieters3/ansible-eci-connector/releases) for versions of this library for older Ansible versions

## Installation into Ansible
Drop eci.py into a connection plugin location, as outlined in https://docs.ansible.com/ansible/latest/dev_guide/developing_locally.html. Must have boto3 and ec2instanceconnectcli python libraries available

Expand Down Expand Up @@ -52,4 +54,4 @@ While <a href="https://github.com/mingbowan/mssh/blob/master/mssh.py">mssh</a> m
- IP Address to instance id (or vice versa?) lookup
- remove temp keys when run finishes
- Look at incorporating into or deprecating in favor of [ansible-collections/community.aws](https://github.com/ansible-collections/community.aws)
- - The S3 bucket does add additional complexity that this avoids...
- - The S3 bucket does add additional complexity that this avoids...

0 comments on commit 5d177be

Please sign in to comment.