Trying to configure the aws_iot example for the asset tracker v2

Hello,

I have (2) Questions below highligted in yellow

I have followed these steps until Step 5 Substep (1-4)

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/aws_iot.html

Note: The CONFIG_AWS_IOT_BROKER_HOST NAME = "a3803pm3fycy7p-ats.iot.us-west-1.amazonaws.com"

Note: The CONFIG_AWS_IOT_CLIENT_ID_STATIC = "pagps-dev-01",

Note: The CONFIG_MQTT_HELPER_SEC_TAG = 201

Do I set these values in the aws_iot project or do I set them in the asset_tracker_v2 Project.   Right now I have set them in the aws_iot project. Please let me know

Once I am done setting these values , do I go back to the asset_tracker_v2 and continue with the #3 Application description - Configure the application ?

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker_v2/doc/asset_tracker_v2_description.html#atv2-application-configuration

Related