We will use the same CentOS 7 EC2 instance in our AWS account from Chapter 3, Using PostgreSQL and NodeJS for Banking Transactions, to deploy our Django project. So we put our EC2 instance with the built-in user for our current CentOS AMI user:
[centos@ip-172-31-95-213 ~]$ sudo su
[root@ip-172-31-95-213 centos]# cd /usr/local/src/
Following this sudo command, the rest of our statements are going to be executed under the user root.