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

https://github.com/babakdoraniarab/sg

security group name and id finder
https://github.com/babakdoraniarab/sg

aws cli command security-group

Last synced: 2 months ago
JSON representation

security group name and id finder

Awesome Lists containing this project

README

        

how to use it .

by the way you need to change your region in the python code first . default is eu-west-2

```sh
python aws-get-sg.py --profile STAGE

```

run this command to make it executalbe from anywhere
```sh

sudo cp aws-get-sg.py /usr/local/bin/aws-get-sg
sudo chmod +x /usr/local/bin/aws-get-sg

```

now you can use it like this
```sh
aws-get-sg --profile DEV
```