Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3tternp/scout4cloud
https://github.com/3tternp/scout4cloud
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/3tternp/scout4cloud
- Owner: 3tternp
- Created: 2023-08-04T18:38:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:14:09.000Z (7 months ago)
- Last Synced: 2024-04-25T20:29:38.675Z (7 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scout4cloud
This is an automated script written in bash and is the automated version of Scoutsuit for cloud configuration audit. This version only automate only AWS configuration audit and microsoft Azure cloud configuration audit process which takes inputs from users like AWS-Key-ID and Secret-Key-ID for AWS and username, password, tenant_ID for Microsoft Azure and Report_Name from user and give the report in HTML format.
**#IMPORTANT NOTICE**
_Run this script as root user_
**#start the script**
git clone https://github.com/3tternp/scout4cloud
cd scout4cloud
# For executing all at one
chmod +x scout4cloud.sh./scout4cloud.sh
# 4 individual execution
# For Azure
chmod +x scout4azure.sh./scout4azure.sh
# For AWS
chmod +x scout4aws.sh./scout4aws.sh
Future update will include GCP and other cloud service provider automation in it.