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: Run the quick start script
The sample application includes a quick start script. The script will create, build,
upload, and start your simulation and its apps.
- Docker
-
To run the quick start script
-
If you aren't there already,
go to the tools folder for your project and platform. Your project-folder
is path
\project-name
using
the values that you provided when you created the project.
At a Windows command prompt, enter:
cd project-folder
\tools\windows
-
Run the quick start script for this project.
.\quick-start-project-name
-cli.bat
Starting with version 1.12.3, the
quick-start
script starts your simulation
with a maximum duration of 1 hour. You can use the --maximum-duration
parameter to
specify a different maximum duration. In version 1.12.2 or lower, you can't provide a maximum duration
to the script and simulations have a maximum duration of 14 days.
For more information about the maximum duration of a simulation, see Maximum duration of a simulation.
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 cli-profile-name
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.
- WSL
-
To run the quick start script
-
If you aren't there already,
go to the tools folder for your project and platform.Your project-folder
is path
/project-name
using
the values that you provided when you created the project.
At a Linux shell prompt, enter:
cd project-folder
/tools/linux
-
Run the quick start script for this project.
./quick-start-project-name
-cli.sh
Starting with version 1.12.3, the
quick-start
script starts your simulation
with a maximum duration of 1 hour. You can use the --maximum-duration
parameter to
specify a different maximum duration. In version 1.12.2 or lower, you can't provide a maximum duration
to the script and simulations have a maximum duration of 14 days.
For more information about the maximum duration of a simulation, see Maximum duration of a simulation.
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 cli-profile-name
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.
The script will start a loop and stop automatically after all components are STARTED
.
Look for output similar to the following:
[2022-10-04T22:15:28] [INFO] Describe Simulation Results:
[2022-10-04T22:15:28] [INFO] {
"Status": "STARTED",
"Name": "MyProjectSimulation_22-10-04_22_10_15",
"RoleArn": "arn:aws:iam::111122223333:role/weaver-MyProject-app-role",
"CreationTime": 1664921418.09,