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 3: Upload your simulation schema
SimSpace Weaver uses a schema to configure your simulation. The schema is a YAML-formatted plain text file. For more information, see Configuring your simulation.
- Docker
-
The sample application comes with a preconfigured schema. You can find the sample application's schema file in the tools folder for your project:
project-folder
\tools\project-name
-schema.yamlTo upload your schema
-
If you aren't there already, go to the tools folder for your project and platform. Your
project-folder
is
using the values that you provided when you created the project.path
\project-name
At a Windows command prompt, enter:
cd
project-folder
\tools\windows -
Use the helper script to upload the schema.
.\upload-schema-
project-name
.batImportant
If you use AWS IAM Identity Center or named profiles for the AWS Command Line Interface (AWS CLI), you must use SimSpace Weaver app SDK version 1.12.1 or higher. The latest version is 1.16.0. For information about SimSpace Weaver versions, see SimSpace Weaver versions. The SimSpace Weaver app SDK scripts use the AWS CLI. If you use IAM Identity Center, you can either copy your IAM Identity Center profile for the AWS CLI to your
default
profile or provide the name of your IAM Identity Center profile to SimSpace Weaver app SDK scripts with the--profile
parameter. For more information, see Configuring the AWS CLI to use AWS IAM Identity Center in the AWS Command Line Interface User Guide and Configuration and credential file settings in the AWS Command Line Interface User Guide.cli-profile-name
-
- WSL
-
Important
We provide these instructions for your convenience. They are for use with Windows Subsystem for Linux (WSL), and are unsupported. For more information, see Set up your local environment for SimSpace Weaver.
The sample application comes with a preconfigured schema. You can find the sample application's schema file in the tools folder for your project:
project-folder
/tools/project-name
-schema.yamlTo upload your schema
-
If you aren't there already, go to the tools folder for your project and platform.Your
project-folder
is
using the values that you provided when you created the project.path
/project-name
At a Linux shell prompt, enter:
cd
project-folder
/tools/linux -
Use the helper script to upload the schema.
./upload-schema-
project-name
.shImportant
If you use AWS IAM Identity Center or named profiles for the AWS Command Line Interface (AWS CLI), you must use SimSpace Weaver app SDK version 1.12.1 or higher. The latest version is 1.16.0. For information about SimSpace Weaver versions, see SimSpace Weaver versions. The SimSpace Weaver app SDK scripts use the AWS CLI. If you use IAM Identity Center, you can either copy your IAM Identity Center profile for the AWS CLI to your
default
profile or provide the name of your IAM Identity Center profile to SimSpace Weaver app SDK scripts with the--profile
parameter. For more information, see Configuring the AWS CLI to use AWS IAM Identity Center in the AWS Command Line Interface User Guide and Configuration and credential file settings in the AWS Command Line Interface User Guide.cli-profile-name
-