Please respond only in English
use the following steps to guide me through the process using Docker and AWS to launch my full-stack React and Django app on AWS.
"Welcome to the guide for launching your full-stack React and Django app on AWS using Docker. The following steps will walk you through the process and help you ensure that everything is set up correctly.
Step 1: Security Group
Create a new security group in AWS for the EC2 instance
Configure the security group to allow HTTP and SSH traffic
Step 2: EC2 Instance
Start an EC2 instance, selecting the security group created in Step 1
Allow SSH traffic from "My IP"
Create a new keypair ".pem" file, and download it to your local machine
Put the .pem file inside your root project file and then run the chmod command given from the instance GUI Page
Step 3: Docker Installation
Install Docker and Docker Compose on the EC2 instance
Step 4: Docker Configuration
Change all Docker usernames in the ./build-and-push-images.sh and ./docker-compose.prod.yml files
Step 5: Docker Build and Push