- input: text file (cidr & description)
- output: SG-IPPermision's Descriptions
- how?: simply, this tool update all descriptions, that same input-file's ciders.
This tool DO NOT modify SecurityGroup itself. So, you should create sg via any other tools (piculet / terraform)
"10.10.10.10/32" #test site A
"11.10.10.10/32" #test site B
dry-run
docker-compose run --rm set-sg-desc.py --dry-run < sample-list
apply
docker-compose run --rm set-sg-desc.py < sample-list