Configure DNS - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Configure DNS

Complete the following steps to configure your domain name service (DNS) so that Amazon ParallelCluster UI (PCUI) and Amazon Cognito respond on the desired custom domains.

This example assumes that you want to deploy PCUI with custom domain xyz.example.com and the Amazon Cognito interface with custom domain auth-xyz.example.com.

  1. Deploy the PCUI stack with the following parameters:

    • CustomDomainEndpoint: Create an A record in your DNS for xyz.example.com that points to the alias specified in the output.

    • CognitoCustomDomainEndpoint: Create an A record in your DNS for auth-xyz.example.com that points to the alias specified in the output.

  2. Wait about 10 minutes so that the DNS changes can be distributed.

  3. When the DNS changes are distributed, PCUI responds on xyz.example.com/pcui and the Amazon Cognito authentication page responds on auth-xyz.example.com.