Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiyapriyaS authored Nov 21, 2024
1 parent cfc0e59 commit a758aa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion notebooks/GenAI/AWS_Amazon_Q.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@
"\n",
"Note: In order to make Amazon Q Developer available within the JupyterLab, you will need to modify the IAM permissions associated with the SageMaker ExecutionRole. You will find the domain name in your SageMaker Studio launch page. \n",
"\n",
"![alt text](../../docs/images/Q-domain-name.png)\n",
"\n",
"2. Navigate to IAM and search for the execution role pertaining to your SageMaker domain. The execution role will be named AmazonSageMaker-ExecutionRole-(SageMaker domain id)\n",
"\n",
"\n",
"4. Click on the role and scroll down to the role policies\n",
"\n",
"Execution Role: \n",
"![alt text](../../docs/images/Q-IAM-role.png)\n",
"\n",
"Role Policy: \n",
"![alt text](../../docs/images/Q-role-policy.png)\n",
"\n",
"5. Add the following policy to the IAM role: \n",
Expand Down Expand Up @@ -76,7 +79,9 @@
"\n",
"8. Click on the Amazon Q logo on the left panel \n",
"\n",
"![alt text](../../docs/images/Q-amazon-q-jup.png)\n",
"<div style=\"text-align: center;\">\n",
" <img src=\"../../docs/images/Q-amazon-q-jup.png\" alt=\"alt text\" width=\"300\" height=\"200\"/>\n",
"</div>\n",
"\n",
"Alternatively, you may open a CodeEditor application from the SageMaker Studio UI and install Amazon Q Developer as an extension. Please note that when this application is shut down, the extension will be removed. "
]
Expand Down

0 comments on commit a758aa6

Please sign in to comment.