-
Notifications
You must be signed in to change notification settings - Fork 44
Installer Box Setup
-
Open the EC2 console in your browser.
-
Click on the Launch Instance button
-
Select a CentOS (7.x+) AMI (We recommend
chef-highperf-centos7-201711290007 (ami-0036ab7a)
) -
Select a "t2.micro" instance type
-
Click on the "Review and Launch" button
-
Click on the "Launch" button
-
Select the appropriate “Existing RSA Key" so that you can later connect via SSH. IF YOU DO NOT DO THIS YOU CANNOT CONNECT TO THE MACHINE
-
Click on “Launch Instances”. It will take some time to launch the instance.
Once the instance is up and running, provide a name to the Instance.
Now you can login into the installer box (ssh -i {your pem key} centos@{Installer IP Address})
and continue with the installation.
Note: Run centos7-provision.sh script to install the prerequisite
Launch Ubuntu EC2 Instance - Only for Scenario 2 or 3
-
Open the EC2 console in your browser.
-
Click on the Launch Instance button
-
Select Ubuntu 18 AMI (We recommend
Ubuntu 18.04 LTS
) -
Select a "t2.micro" instance type
-
Click on the "Review and Launch" button
-
Click on the "Launch" button
-
Select the appropriate “Existing RSA Key" so that you can later connect via SSH. IF YOU DO NOT DO THIS YOU CANNOT CONNECT TO THE MACHINE
-
Click on “Launch Instances”. It will take some time to launch the instance. Once the instance is up and running, provide a name to the Instance.
Now you can login into the installer box (ssh -i {your pem key} ubuntu@{Installer IP Address})
and continue with the installation.
Note: Run ubuntu-provision.sh script to install the prerequisite