Viewing a simulation world template - AWS RoboMaker

End of support notice: On September 10, 2025, AWS will discontinue support for AWS RoboMaker. After September 10, 2025, you will no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources. For more information on transitioning to AWS Batch to help run containerized simulations, visit this blog post.

Viewing a simulation world template

View details about a simulation world template.

To see the details of a simulation world template

Follow the steps on one of the following tabs:

Using the console
  1. Sign in to the AWS RoboMaker console at https://console.aws.amazon.com/robomaker/.

  2. In the left navigation pane, choose Simulation WorldForge, and then choose World templates.

  3. Choose the Id of a simulation world template to view its details, including its floor plan and interiors. You can also generate worlds from the detail view.

Using the AWS CLI

The following AWS CLI example uses list-world-templates to list existing templates, and then it uses describe-world-template and get-world-template-body to view the details of a simulation world template.

$ aws robomaker list-world-templates $ aws robomaker describe-world-template --template my-simulation-world-template-arn $ aws robomaker get-world-template-body --template my-simulation-world-template-arn