I have been working on python project on AWS EC2 instance using Amazon Linux VERSION_ID="2018.03" but I need to migrate entire OS to latest version 2 as older version is missing some important features and commands..... how can I do that I checked
$ cat /etc/os-release and found
NAME="Amazon Linux AMI"
VERSION="2018.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2018.03"
PRETTY_NAME="Amazon Linux AMI 2018.03"
ANSI_COLOR="0;33"