In this step, you will create Recommender System Online part infrastructure
Run the command below to create infrastructure, including:
cd /home/ec2-user/environment/recommender-system-dev-workshop-code/scripts
nohup ./setup-rs-system.sh infra >> ~/nohup.log 2>&1 &
tail -f ~/nohup.log
This will take about 30 minutes to provision
Verify the infrastructre already created successfully:
Check EFS created successfully, the console output should like below:
Check elastic cache(redis) created successfully, the console output should like below:
Verify eks nodes created successfully, there should be two nodes and status should be Ready
kubectl get node