Skip to content

Commit 51dd3a2

Browse files
prattmicgopherbot
authored andcommitted
env/darwin/aws: switch dedicated hosts to auto-placement
This is simpler: rather than manually selecting a host to launch on, AWS just picks any matching host. For golang/go#55355. Change-Id: Iede85ad69530dd31faf8ebed43710328ffaf9c00 Reviewed-on: https://go-review.googlesource.com/c/build/+/449195 Run-TryBot: Michael Pratt <[email protected]> Auto-Submit: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 3029cba commit 51dd3a2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

env/darwin/aws/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ To bring up a new host:
1717

1818
1. In the EC2 console, go to "Dedicated Hosts" -> "Allocate Dedicated Host".
1919
2. Configure host type, zone. Instance family `mac1` is amd64; `mac2` is arm64.
20-
3. Once allocated and available, select the host and click "Actions" -> "Launch
21-
Instance(s) onto host".
22-
4. Select a macOS AMI. If starting fresh, select the latest macOS version from
20+
3. Enable "Instance auto-placement", which allows any instance to run on this
21+
host.
22+
4. Once the host is allocated and available, go to the "Instances" page and
23+
click "Launch an instance".
24+
5. Select a macOS AMI. If starting fresh, select the latest macOS version from
2325
"Quick Start". If simply adding more instances, a fully set-up AMI is saved
2426
in "My AMIs".
25-
5. Select a "Key pair" for SSH access. `ec2-go-builders` for official builders,
27+
6. Select a "Key pair" for SSH access. `ec2-go-builders` for official builders,
2628
a custom key for testing. You will need the private key to login.
27-
6. Configure a 200GB disk.
28-
7. If creating from a fully set-up AMI, uncheck "Allow SSH Traffic".
29-
7. Other settings can remain at default. Launch instance.
29+
7. Configure a 200GB disk.
30+
8. If creating from a fully set-up AMI, uncheck "Allow SSH Traffic".
31+
9. Under "Advanced", select "Tenancy" -> "Dedicated host".
32+
10. Other settings can remain at default. Launch instance.
3033

3134
If creating from a fully set-up AMI, you are done!
3235

0 commit comments

Comments
 (0)