File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
v2/v2.7/v2.7.0/dirs/etc/sagemaker-ui
v3/v3.2/v3.2.0/dirs/etc/sagemaker-ui Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ echo "Successfully removed the ~/.aws/config file"
89
89
aws configure set credential_source EcsContainer
90
90
echo " Successfully configured default profile"
91
91
92
+ # Add region configuration using REGION_NAME environment variable
93
+ aws configure set region " ${REGION_NAME} "
94
+ echo " Successfully configured region to ${REGION_NAME} "
95
+
92
96
# add SparkMonitor and Connection Magic entrypoint
93
97
NB_USER=sagemaker-user
94
98
Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ echo "Successfully removed the ~/.aws/config file"
89
89
aws configure set credential_source EcsContainer
90
90
echo " Successfully configured default profile"
91
91
92
+ # Add region configuration using REGION_NAME environment variable
93
+ aws configure set region " ${REGION_NAME} "
94
+ echo " Successfully configured region to ${REGION_NAME} "
95
+
92
96
# add SparkMonitor and Connection Magic entrypoint
93
97
NB_USER=sagemaker-user
94
98
You can’t perform that action at this time.
0 commit comments