Skip to content

Releases: Suncatcher/aws_sg_migrate

Adaptation to new AWS CLI API

02 Dec 17:23
1b245dd
Compare
Choose a tag to compare

In this version of the script following changes were brought live:

  1. no need to put AWS data in the script manually
  • automatic fetching of all AWS regions available
  • automatic fetching of all VPCs in all regions
  1. additional check if the group is default, if yes then no copy will be done (no overwrite is possible for default group)
  2. additional check for not copying the group into the source region (no recreating of group with new ID)
  3. additional check for the group existence, if it does not then no deletion will be done
  4. tags copy is now working