Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
AWS EC2 Fast and Simple
Rating: 4.6 out of 5(263 ratings)
16,935 students

AWS EC2 Fast and Simple

Spin up an EC2 Server with Linux, EBS, NGINX, Java, Node.js, Tomcat8 and MongoDB
Created byTom Jay
Last updated 3/2019
English
English [Auto],

What you'll learn

  • Lean how to setup an Amazon AWS EC2 Linux server in minutes
  • Learn how to setup an NGINX Server
  • Lern how to setup Java 8
  • Lern how to setup Tomcat 8
  • Learn how to setup Node
  • Learn how to setup and secure MondoDB

Course content

2 sections7 lectures1h 18m total length
  • Setup account and create first instance21:11

    Set up an AWS account and launch your first EC2 instance in us-west region running Amazon Linux, configure security groups and a key pair, then connect via SSH.

  • Setup NGINX Web Server9:43

    Install nginx via Amazon Linux extras, start the service, verify port 80, and add a test page in the engine X HTML directory.

  • Setup Java 811:45

    install java 8 on an aws ec2 linux instance, configure java home and update path, verify the installation, and prepare to install tomcat 8.

  • Setup Tomcat 821:25

    Install Tomcat 8 on a Linux system by creating a tomcat user and /opt/tomcat directory, configure java home, and start a systemd service. Deploy a war to the webapps directory.

  • Setup Node.js1:58

    Install and verify node.js in a VM using a local install script and bash to set up node version 11 and npm version six point seven.

  • Setup MongoDB10:38

    Install and run mongodb locally, configure the server, and use the mongodb shell and tools to create database Tom and collection Tom's test. Note bind IP setting and security implications.

Requirements

  • High level understanding of servers, cloud concepts and Linux concepts

Description

I've been told that Amazon AWS is very difficult and that it takes a huge learning curve just to spin up a server.


I've been working with AWS EC2 and S3 since the start, yes things change, yes fairly often but once you understand the basics is simple.


This course will go over how to select an Amazon Instance for Linux, create the instance running and show how to SSH into the machine. You will learn how to setup NGINX, Oracle Java 8, Tomcat8, Node.js and MongoDB.


In less tehn 30 minutes you will have a server up and running and log into the instance. 

Who this course is for:

  • Software developers
  • Startup founders looking for a back end solution
  • Any one interested in learning how to setup a cloud server not just learn about them