Begin Manual Installation#

Verify environment readiness#

Precheck ensures that your AWS cloud credentials are in place and not expired. It also checks the versions of software on the local PC for compatibility.

  1. In a terminal, go to the pod-configs installation root directory. This is the directory where the infrastructure install package was extracted.

  2. Run the precheck.

make precheck

If validation is successful, it shows the following message.

Ready to provision the infrastructure.

If validation fails, precheck provides an error log. Install any missing packages or update the AWS credentials, and run make precheck again.