Viewing a world generation job - 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 world generation job

You can view world generation progress, summary information, and other details about a world generation job.

To see the details of a world generation job

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, then choose World templates.

  3. Choose the Id of a world generation job to view its details. You can find generation jobs using the search bar.

Using the AWS CLI

The following AWS CLI example uses the list-world-generation-jobs to list existing world generation jobs, and then it uses describe-world-generation-job to view the details of a specific world generation job.

$ aws robomaker list-world-generation-jobs $ aws robomaker describe-world-generation-job --job my-world-generation-job-arn