build/cmd/debugnewvm
Carlos Amedee 999f6e20ba buildenv, cmd/debugnewvm: add a region to the AWS configuration
This change adds a region for AWS services to the build environment
configuration. The region for the debug vm tool is set in the
corresponding enviornment chosen by the flags set by
buildenv.RegisterFlags call. The region can be overriden
by setting the awsRegion flag.

The identifier for the security groups has been changed to the name of
the group instead of the id since that is what the AWS API expects.
The AWS availability zones have been added to the staging environment.

Updates golang/go#36841

Change-Id: Iee64257dd68d3a75027aaed13f3e767af48a406c
Reviewed-on: https://go-review.googlesource.com/c/build/+/236797
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-07-17 20:48:01 +00:00
..
README.md cmd/debugnewvm: add EC2 buildlets 2020-06-16 16:22:19 +00:00
debugnewvm.go buildenv, cmd/debugnewvm: add a region to the AWS configuration 2020-07-17 20:48:01 +00:00

README.md

GoDoc

golang.org/x/build/cmd/debugnewvm

The debugnewvm command creates and destroys a VM-based buildlets with lots of logging for debugging.