In this Game Recommendation project we will mainly learn and use the services in the Amazon Web Service (AWS). Use AWS EC2 to build spark operating environment, the establishment of the game recommended system engine, training model, and finally in the user input game information after the relevant game recommended results.
This Game Recommendation Project will mainly use AWS the following services:
1. AWS Elastic Compute Cloud(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html)
2. AWS Security Group for Linux Instance (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html)
3. AWS Simple Storage Service (https://aws.amazon.com/s3/)
AWS EC2 Configuration Guide for Game Recommendation
Launch a new instance
Select Ubuntu
Select t2.micro (Free tier eligible version) then click “Next: Configure Instance Details”
Check “Configure Instance”, “Add Storage”, “Add Tags” and keep them default value
Create and download a new key pair
SSH connect the Ubuntu
Download Anaconda to instance
Install Anaconda
Install IPython
Install Spark
Unzip and move Spark
Configure Spark