Every craftsman cultivates his own personal toolbox specifically selected by his special needs in order to fulfill his daily tasks with a maximum of efficiency and quality.
This is my DevOps toolbox: a collection of handy stuff that helped me in my DevOps/Cloud/System-Engineering tasks.
Use at your own risk. No sophisticated code. No scope on usability and UX. 🙂
AWS-Data-API checks the connectivity to an Aurora Serverless Database by using the Go AWS SDK.
AWS-Route53-Records prints AWS Route53 records of a specified hosted zone ID by using the Go AWS SDK.
ES-stats prints various info about an Elasticsearch cluster via Golang.
ES-query performs Elasticsearch search queries via Python and Golang.
go-mail illustrates working with IMAP.
Golang contains some general Go code I use in my tools.
Python contains some general Python code I use in my tools.
HTTP-Client a collection of different implementations of HTTP Clients
Makefile a collection of Makefiles I use in my projects.
Pushgateway demonstrates how to push metrics to Prometheus Pushgateway via Golang and bash.