Categorygithub.com/kyos0109/go-migrate-security-group
repositorypackage
0.3.1
Repository: https://github.com/kyos0109/go-migrate-security-group.git
Documentation: pkg.go.dev

# README

go-migrate-security-group

The command copies the aws security group to another aws account.

example config.yaml

Setting:
  DryRun: false
  Source:
    AccessKey: "AccessKey"
    SecretKey: "SecretKey"
    Region: "ap-southeast-1"
    VPCID: "VPCID"
  Destination:
    AccessKey: "AccessKey"
    SecretKey: "SecretKey"
    Region: "ap-east-1"
    VPCID: "VPCID"