Awsctl Versions Save

Control AWS infrastructure easily from a single command line written in Go

v0.0.4

4 years ago

Added support for acm

get for all expired and expiring certificates and analyse the reason delete for deleting all unused certificates

Changelog

c726ab1 Modified parametr type 83a3f03 added acm functionallity 83b13b2 added acm get 32ef138 added get and delete certificates a6c228f added scanOnPush to ecr repos 78e29f5 adding acm functionallity f00e71b adding cert functions f7abea8 ecr 667a25d fixed iteration bug 0749e7d replaced variable to string 96e4316 typo

v0.0.3

4 years ago

Changelog

Added command for ecr lifecyclepolicy

awsctl set ecrregistrypolicy -r eu-west-2 --retention 7

v0.0.2

4 years ago

Changelog

Added rds and rdssnapshots management for instance or cluster

Available commands:

awsctl get rds --region all  --type instance #or cluster
awsctl get rdssnapshots --region all  --type instance --name db01
awsctl delete rdssnapshots --name db01 --type instance --region all --older 14 --yes

28b5684 Fix typo 030a7de Merge pull request #1 from wayne-folkes/patch-2 a081441 added binary to gitignore 8145be3 added binary to gitignore 90aae2a added delete rds snapshots fade685 added get rds bbdd41a clean remarks b660481 cleanup d77ec19 get rds and rds snapshots information 2c1993c log syntax edit 6d4f8d0 merge list 7e6df2a merged list cmd to getcmd 56ac1fe refactor d19745b refactoring rds snapshot info 418190a remove remarks 719efe6 removed binary 1eb1863 removed binary from git c6b68f8 started to add rds support e732655 updated aws-sdk

v0.0.1

4 years ago

Changelog

f7abadf Create LICENSE 233f3ff Merge branch 'master' of github.com:omerh/awsctl dfea775 Update README.md 1c2c74c Update main.yml 8f51ed2 add command dad642e added gorealser 00b5b6c added to ignore list 22ebce5 edited README d42b5dc forgot to add gitignore 13b5999 init fb5f39d removed workflow f4e3ee1 typo 8436c24 updated README file