https://github.com/sattyagrah/awscreatesg
https://github.com/sattyagrah/awscreatesg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sattyagrah/awscreatesg
- Owner: sattyagrah
- Created: 2024-01-12T15:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:57:51.000Z (9 months ago)
- Last Synced: 2025-01-28T02:45:13.516Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```