A collection of Python and Shell scripts for managing and automating tasks in Google Cloud Platform (GCP). These scripts are designed to improve efficiency in cloud resource management.
- Automation of GCP resource management.
- Fetch firewall rules and VM details.
- Perform network scans and analyze security configurations.
- Integration with
gcloudCLI for extended functionality.
- Python 3.x
- Google Cloud SDK (
gcloud) installed and authenticated. - Sufficient permissions to access GCP resources.
- Clone the repository:
git clone https://github.com/jvnetobr/gcp-scripts.git cd gcp-scripts