Update Config

In this step, you’ll update online services config according to infrastructure created in previous steps.

  1. Run the command below to update local config, including:

    • Elasticache(Redis) endpoint
    • AccountId
    • Region
    cd /home/ec2-user/environment/recommender-system-dev-workshop-code/scripts
    ./setup-rs-system.sh config
    
  2. Push your change to your CodeCommit repo through below command:

    git pull
    git add -A
    git commit -m "update config"
    git push