Launching deprecated NVIDIA Isaac Sim EC2 Workstation AMI with Ubuntu 22.04 via AWS CLI #627
-
Isaac Sim Version
Operating System
GPU InformationModel: AWS EC2 GPU instance, g6e class Topic DescriptionI’m trying to launch the NVIDIA Isaac Sim Development Workstation on AWS EC2, but the AWS Marketplace listing only appears to show the most recent version, which defaults to Ubuntu 24.04. For my workflow, I need to use an older Isaac Sim EC2 workstation image based on Ubuntu 22.04. My company’s robotics stack is ROS 2 Humble-based, so I need the Isaac Sim workstation environment to match the Ubuntu 22.04. I noticed that AWS documentation mentions that deprecated AMI versions may still be launchable using the AWS CLI, even if they are no longer visible in the AWS Console. I’m trying to determine whether an older Ubuntu 22.04-based Isaac Sim Workstation AMI is still available and launchable. My understanding is that deprecated AMIs may be queryable using something like: aws ec2 describe-images \
--owners aws-marketplace \
--include-deprecated \
--filters "Name=product-code,Values=<product-code>"And then launched directly using: aws ec2 run-instances \
--image-id <older-ubuntu-22-ami-id> \
--instance-type g6e.2xlarge \
--key-name <key-name> \
--subnet-id <subnet-id> \
--security-group-ids <security-group-id>However, I’m not sure how to reliably identify the correct Marketplace product code or older AMI ID for Isaac Sim, or whether older Ubuntu 22.04-based versions are still available for launch. Steps to Reproduce
Error MessagesNo specific application error message yet. The issue is that the AWS Marketplace UI does not appear to expose older Ubuntu 22.04-based Isaac Sim Workstation versions. Screenshots or VideosN/A Additional InformationWhat I’ve TriedI’ve reviewed the AWS Marketplace launch flow and only see the latest Isaac Sim workstation version. I have also looked into the AWS CLI approach for deprecated AMIs, using Related IssuesN/A Additional ContextMain questions:
Any guidance on the supported path for launching Isaac Sim Workstation on EC2 with Ubuntu 22.04 would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
@h4kyu we are checking with internal teams and will get back to you. |
Beta Was this translation helpful? Give feedback.
-
|
@h4kyu we only support Ubuntu 24.04 for the official AMI. But you can create your own AMI by using Ubuntu 22.04 based AMI then install the drivers. |
Beta Was this translation helpful? Give feedback.
@h4kyu we only support Ubuntu 24.04 for the official AMI. But you can create your own AMI by using Ubuntu 22.04 based AMI then install the drivers.