We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3490548 commit b9a7700Copy full SHA for b9a7700
build_artifacts/v3/v3.1/v3.1.1/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh
@@ -65,6 +65,10 @@ echo "Successfully removed the ~/.aws/config file"
65
aws configure set credential_source EcsContainer
66
echo "Successfully configured default profile"
67
68
+# Add region configuration using REGION_NAME environment variable
69
+aws configure set region "${REGION_NAME}"
70
+echo "Successfully configured region to ${REGION_NAME}"
71
+
72
# add SparkMonitor and Connection Magic entrypoint
73
NB_USER=sagemaker-user
74
0 commit comments