Ubuntu 24.04 3D Workstation in AWS

An updated version of my old Ubuntu workstation on AWS guide, focusing on Ubuntu 24.04 running on a g6 EC2 instance. Prerequisites This guide assumes you already have an EC2 instance with an Nvidia GPU running Ubuntu 24.04. Getting started Update the system. sudo apt update sudo apt upgrade -y Note: It’s a good idea to give the system a reboot after the update so it can load any kernel updates.

Ubuntu 22.04 3D Workstation in AWS

This is a guide to setting up a 3D workstation in the cloud with Ubuntu 22.04 Linux for running application like Blender, Maya, Nuke, etc… I also have a dedicated guide for Rocky 9 here if Ubuntu is not your thing. Prerequisites This guide assumes you already have an EC2 instance with an Nvidia GPU running Ubuntu 20.04 or higher. Getting started Update the system. sudo apt update sudo apt upgrade -y Note: It’s a good idea to give the system a reboot after the update so it can load any kernel updates.