An open API service indexing awesome lists of open source software.

https://github.com/hiroakis/ana

Open/Close the AWS security group 22 port from your machine easily
https://github.com/hiroakis/ana

Last synced: 8 months ago
JSON representation

Open/Close the AWS security group 22 port from your machine easily

Awesome Lists containing this project

README

          

# ana

ana(穴=means hole in Japanese) is a tool to open/close the AWS security group 22 port from your machine. If you'd like to connect via ssh to your EC2 servers from the place such as a cafe and friend's home, the tool would be a very easy method to open ssh port.

# Installation

Use bin/ana_* or build.

# How to use

* settings

```
export AWS_SECURITY_GROUP_ID=
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_REGION=
```

* run

```
# open. add :22 to the aws security group
ana open
# close. delete :22 from the aws security group
ana close
```

# License

MIT