Create EC2 Instance

Add Tags when creating a new instance

Create a EC2 Ubuntu Instance based on below tutorial:

Tutorial: Get started with Amazon EC2 Linux instances - Amazon Elastic Compute Cloud

Connect instance:

Untitled

Install Miniconda on EC2 Ubuntu

Install Conda on EC2 Ubuntu

Video Guide:

https://www.youtube.com/watch?v=0EuDhKXq_aM&t=13s

Download conda installation package:

Index of /

wget <https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh>

Install conda:

bash Miniconda3-latest-Linux-x86_64.sh