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

https://github.com/sattyagrah/awscreatesg


https://github.com/sattyagrah/awscreatesg

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# create-securitygroup-InAWS
This is a repository to create SG in ALL the enbaled regions in AWS with similar inbound rules.

### NOTE: Only to be used in AWS CLOUD

1. Download the script to your local machine from the GitHub repository.

```sh
wget https://raw.githubusercontent.com/sattyagrah/create-securitygroup-InAWS/main/createsg.sh
```
2. Change the permission of the file -
```sh
chmod u+x createsg.sh
```

3. Run the script -
```sh
./createsg.sh
```