How-to guides ============= These guides provide instructions for performing different operations related to our products on AWS. EC2 - Launching and using Ubuntu instances ------------------------------------------ While using Ubuntu on AWS, you'll need to perform tasks such as launching an instance, finding the right image to use, creating an AMI, installing custom drivers, doing upgrades and setting up automated updates. * :doc:`Launch instance using CLI ` * :doc:`Find images ` * :doc:`Launch a desktop ` * :doc:`Launch and attest an AMD SEV-SNP instance ` * :doc:`Build an Ubuntu Pro AMI using Packer ` * :doc:`Create CloudFormation templates ` * :doc:`Install NVIDIA drivers ` * :doc:`Configure multiple NICs ` * :doc:`In-place upgrade to Ubuntu Pro ` * :doc:`Upgrade from Focal to Jammy ` * :doc:`Configure automated updates ` * :doc:`Deploy Charmed Kubernetes ` * :doc:`Deploy Canonical Data Science Stack ` * :doc:`Import a local Ubuntu VM into AWS ` EKS - Using Ubuntu Pro and GPUs on EKS -------------------------------------- If you want to use Ubuntu and enable GPUs on Amazon's EKS service, you can refer to these instructions. * :doc:`Deploy an Ubuntu EKS cluster ` * :doc:`Deploy an Ubuntu Pro cluster ` * :doc:`Deploy an Ubuntu Pro FIPS cluster ` * :doc:`Deploy a Pro cluster (with / without FIPS) using tokens ` * :doc:`Enable GPUs on EKS worker nodes ` Security features ----------------- AWS provides multiple features for additional security, many of which are supported through our Ubuntu images. These guides walk you through the steps needed to use these security features. * :doc:`Use Secure Boot and TPM ` Contributing to the docs ------------------------ If you come across any problems with this documentation and you want to help with corrections, suggestions or new content, here's how you can do that: * :doc:`contribute-to-these-docs` .. toctree:: :hidden: :maxdepth: 1 instances/index kubernetes/index security/index contribute-to-these-docs