reka icon indicating copy to clipboard operation
reka copied to clipboard

A Cloud Resource management Tool to destroy, stop, resume, or clean up unsed resources

Results 12 reka issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies
go

Testing out the binary version of reka Ran on the terminal : ``` reka web ``` Output: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...

Some resources return an object that should be queried in future to determine if an operation was successful or not. An OperationWaiter struct should be implemented and used to query...

Some resources allow multiple stop operation for example GCP COmpute instance allows suspending and stopping instance https://cloud.google.com/compute/docs/instances/instance-life-cycle#comparison_table. This should be configurable with the default being suspend

- [x] EC2: Stop|Resume| Destroy - [x] S3: Destroy - [x] EKS/Fargate: Stop|Resume: by Resizing | Destroy - [x] RDS : Stop | resume | Destroy - [x] EBS :...

The current logs are nice, but they can be better especially on terminals with TTY attached

- [ ] Azure Blob Storage - [ ] Azure disk - [ ] Azure VMs - [ ] Azure AKS

Resources may have dependent resources before the can be destroyed. Update resource struct to include dependent resources that needs to be destroyed before Resource can be destroyed. Or set a...

Preferrably a gopher with a scythe