You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# !!! this file is tracked by git so I highly recommend you do not put AWS credientials here, because you may accidentally expose them to the public !!!
# define your project and environment
PROJECT_NAME=madpy-deploy-ml
PROJECT_ENV=dev
AWS_DEFAULT_REGION=us-east-1
INSTANCE_TYPE=t2.medium
# local stuff
PYTHONPATH=${PWD}/src
TF_CPP_MIN_LOG_LEVEL=2 # get rid of verbose tensorflow complaining
# computed and terraform variables (do not change)