End of support notice: On May 20, 2026, AWS will end support for AWS SimSpace Weaver. After May 20, 2026, you will no longer be able to access the SimSpace Weaver console or SimSpace Weaver resources. For more information, see AWS SimSpace Weaver end of support.
Step 5: Upload apps
The build script packaged your apps as zip files. You must upload these zip files to specific buckets in Amazon Simple Storage Service in order to run your SimSpace Weaver simulation in the cloud. The SimSpace Weaver app SDK provides a helper script to handle the upload.
Check your Amazon S3 resources
You can check your Amazon S3 buckets to make sure that all of the uploads succeeded. For more information on using Amazon S3, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
For the sample application, your schema (that you uploaded in a previous step) and app resources use the following name formats:
-
Schema bucket:
simspaceweaver-
project-name-lowercase
-account-number
-schemas-region
-
Schema file:
project-name
-schema.yaml
-
-
App bucket:
simspaceweaver-
project-name-lowercase
-account-number
-app-zips-region
-
Spatial app:
project-name
Spatial.zip -
View (custom) app:
project-name
View.zip
-
For example, given the following project properties:
-
Project name:
MyProject
-
AWS account number:
111122223333
-
AWS Region:
us-west-2
The schema and app resources would have the following names:
-
Schema bucket:
simspaceweaver-myproject-111122223333-schemas-us-west-2
-
Schema file:
MyProject-schema.yaml
-
-
App bucket:
simspaceweaver-myproject-111122223333-apps-zips-us-west-2
-
Spatial app:
MyProjectSpatial.zip
-
View (custom) app:
MyProjectView.zip
-