I completed this assignment for my Cloud Computing Course at the University of Cincinnati. See below for the assignment instructions.
-
Launch an EC2 instance.
-
Configure web server.
-
Design an interactive web page to do the following:
a. Create a registration page with username and password (store it).
b. Accept user's basic details and store it: first name, last name, and email.
c. Upon submission redirect to next page. Display information accepted in step 3b.
d. Should ask for username and password to retrieve user information.