This video contains a tutorial to learn "How to create Linux(Ubuntu) based EC2 Instance and deploy a website in it"
Steps Involved
1. Create an EC2 Instance (Ubuntu)
2. Install Apache 2 Web server
apt-get update
apt-get install apache2
3. Download Website
4. Deploy Website on Apache2 web server
5. Access it from Internet