Launch and Configure Desktop Application
Before you can create projects and upload assets, you need to launch the desktop application and create a profile.
Get Your Portal URL
Your IT Administrator should provide you with the portal URL. If you need to retrieve it yourself, you can get it from AWS CloudFormation:
-
Open the AWS CloudFormation console
-
Select your Spatial Data Management stack
-
Choose the Outputs tab
-
Copy the value for
PortalUrl
Alternatively, use the AWS CLI:
aws cloudformation describe-stacks --stack-name $(aws cloudformation list-stack-resources --stack-name <YOUR STACK> --query 'StackResourceSummaries[?starts_with(LogicalResourceId, `PortalStackNested`)].PhysicalResourceId' --output text) --query 'Stacks[0].Outputs[?OutputKey==`PortalCloudFrontDistributionUrl`].OutputValue' --output text
For more information on accessing the portal URL, see Deploy the solution.
Create Your Profile
-
Launch the Spatial Data Management desktop application
-
On the welcome screen, choose Add Profile or Create New Profile
-
Enter the profile details:
-
Profile Name – Enter a descriptive name (for example,
ProductionorMy Deployment) -
Portal URL – Paste the portal URL you copied from CloudFormation outputs
-
-
Choose Save or Create
-
Sign in with your Amazon Cognito credentials
-
If prompted, change your temporary password
Your profile is now configured and you are ready to start using the application.