AWS Site Verification

Previously for the “on-prem” (UDF) site you needed to manually provision and configure a node for use with F5 Distributed Cloud Console. As you discovered in the “Pre-Work” section, deploying a site in AWS, Azure, and Google Cloud Platform can be done in an automated fashion in F5 Distributed Cloud Console (you can also use Terraform to deploy a site, but that will be covered in a separate lab).


Exercise 1: Verify your AWS Site

In the lab pre-work you should have deployed a new AWS site into your UDF ephemeral AWS account. Let’s check that the site is ready.

  1. In F5 Distributed Cloud Console switch to the Cloud and Edge Sites context

    cloud-edge-context

  2. Navigate the menu to Site List

    site_list_menu

  3. Find your site created in the pre-work step. It should have a green status indicator next to the name.

    site_list_search

If your site is green, you can skip to Next page.


Exercise 2: Troubleshooting your AWS Site

If you’re site deployment was not successful there are a few steps we can take to determine why.

  1. View the Site’s Global Status by:

    • clicking the link on your site

    • Click the Show Global Status button

    show_global_status

  2. Verify the Site Tunnel Status in the JSON payload.

    site_tunnel_status

  3. Navigate to Site Management -> AWS VPC Sites.

    aws_vpc_site_menu

  4. Open the Terraform Parameters by:

    • clicking the link on your site

    • Click the Terraform Parameters button

    aws_vpc_site_tf_params

  5. Evaluate the Terraform output by Clicking the Apply Status tab.

    aws_vpc_site_tf_apply_status

  6. Close the AWS VPC Site Terraform Parameters pop-out by click the X in the top right corner.

  7. Destroy and Apply Terraform

    If your site did not deploy correctly you may need to destroy the site and create it again.

    • In the AWS VPC Sites list, click on the Destroy button.

      aws_vpc_site_destroy

    • Type DELETE then click the DELETE button in the Destroy Terraform prompt.

      aws_vpc_site_destroy_prompt

    • Once the site has been destroyed in AWS, you can click the Apply button to try the deployment again.

      aws_vpc_site_apply