In this step, you’ll create AWS CodeBuild project to build services of Recommender System Online part, including demo, event, filter, loader, portrait, rank, recall, retrieve, ui.
Run the following command to create online codebuild projects
cd /home/ec2-user/environment/recommender-system-dev-workshop-code/scripts
nohup ./setup-rs-system.sh online-codebuild >> ~/nohup.log 2>&1 &
tail -f ~/nohup.log
This will take about 10 minutes to provision
Go to AWS Codebuild Console to check all services project have been created successfully. If any project fails, please run it again.