Setting up nRF Asset Tracker on AWS

Hi, I am currently running through the "Install the nRF Asset Tracker into your AWS account" instructions found here. AWS development is very new to me(1 day in so far) so I'm not quite sure what's going wrong. I am currently running Ubuntu 22.04 in VirtualBox for development. I have aws-cli v1.22.34, Python 3.10.6, and cdk v2.85.0. 

My issue is when I get to the installing to AWS account part. I am able to run the bootstrap command with no issues but the deploy command creates errors. The nrf-asset-tracker stack deploys correctly in the terminal, and on AWS Cloudformation Stacks it has the CREATE_COMPLETE code.

The nrf-asset-tracker-webapp stack does not deploy correctly and has ROLLBACK_COMPLETE error code. In the Stack-> Events tab on AWS cloudformation the status reason is: "No export named nrf-asset-tracker:networkSurveyGeolocationApiUrl found. Rollback requested by user." (Seen below)

What could be causing this problem? Is it a permissions issue or a versions issue or soemthing? Any help would be appreciated. 

Edit: In CloudFormation under the 'Exports' menu tab networkSurveyGeolocationApiUrl is not present. Im guessing this is the probelm, and if so, how to I set up this?

Related