command
module
Version:
v0.0.0-...-770253a
Opens a new window with list of versions in this module.
Published: Apr 22, 2025
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
aws-sg-updater
Updates an AWS Security Group Inbound Role with your public IP address
Requirements
AWS CLI get started
AWS CLI setup
Using multiple IDs
go run main.go --my-name="Rule description" --profile="AWS config profile" --sg-id="sg-1111111, sg-222222"
Using multiple Tag Names
go run main.go --my-name="Rule description" --profile="AWS config profile" --sg-tag-name="sg-name-a, sg-name-b"
Compilation
$env:GOOS = "windows"
$env:GOARCH = "amd64"
go build -o aws-sg-updater.exe .
Remove-Item Env:GOOS
Remove-Item Env:GOARCH
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.