@@ -17,16 +17,19 @@ To bring up a new host:
17
17
18
18
1 . In the EC2 console, go to "Dedicated Hosts" -> "Allocate Dedicated Host".
19
19
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
23
25
"Quick Start". If simply adding more instances, a fully set-up AMI is saved
24
26
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,
26
28
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.
30
33
31
34
If creating from a fully set-up AMI, you are done!
32
35
0 commit comments