Skip to content

Commit 999c335

Browse files
authored
Update sm_xgboost_ca_housing_apprunner_model_hosting.ipynb
Updated to specify root access requirement for the notebook.
1 parent dbc2883 commit 999c335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebooks/sm_xgboost_ca_housing_apprunner_model_hosting.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"* At the time of writing this notebook, AWS App Runner supported only public endpoints.\n",
3838
"* If you intend to deploy this to Production with access security, then you have to build the authentication and authorization layers in the container prior to letting the call go to the inference script. This is not covered in this notebook.\n",
3939
"* This notebook will create resources in the same AWS account and in the same region where this notebook is running.\n",
40+
"* Users of this notebook require `root` access to install/update required software. This is set by default when you create the notebook. For more info, refer [here](https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-root-access.html).\n",
4041
"\n",
4142
"**Table of Contents:**\n",
4243
"\n",
@@ -341,6 +342,8 @@
341342
"source": [
342343
"### C. Check and configure security permissions <a id='Check%20and%20configure%20security%20permissions'></a>\n",
343344
"\n",
345+
"Users of this notebook require `root` access to install/update required software. This is set by default when you create the notebook. For more info, refer [here](https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-root-access.html).\n",
346+
"\n",
344347
"This notebook uses the IAM role attached to the underlying notebook instance. This role should have the following permissions,\n",
345348
"\n",
346349
"1. Full access to the S3 bucket that will be used to store training and output data.\n",

0 commit comments

Comments
 (0)