package
0.0.0-20231113073317-4748bbbd3037
Repository: https://github.com/jonstacks/aws.git
Documentation: pkg.go.dev
# Functions
DownloadFile downloads the file at the given URL to the local filepath.
ExitErrorHandler exits the program with a non-zero exit status if err != nil.
GetInstanceName returns the name for an ec2.Instance.
GetTagValue iterates over the tags and returns the value of the given tag if it exists, otherwise "".
IsSubnetEmpty returns true/false depending on if the subnet is empty.
No description provided by the author
StringSliceContains returns true if the slice contains the string, otherwise false.
SubnetSize calculates the number of addresses in a given CIDR.