AWS braket documentation change
Summary
Removed IAM policy example for notebook instance creation and permissions management
Security assessment
Policy example deletion removes access control documentation but doesn't address a specific security vulnerability. Routine documentation maintenance.
Diff
diff --git a/braket/latest/developerguide/braket-manage-access.md b/braket/latest/developerguide/braket-manage-access.md index 291c7fe3a..fba5898c0 100644 --- a//braket/latest/developerguide/braket-manage-access.md +++ b//braket/latest/developerguide/braket-manage-access.md @@ -47,45 +46,0 @@ To create a notebook, you must use a role with admin permissions or that has the -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "CreateTheRole", - "Effect": "Allow", - "Action": "iam:CreateRole", - "Resource": "arn:aws:iam::*:role/service-role/AmazonBraketServiceSageMakerNotebookRole*" - }, - { - "Sid": "CreateThePolicy", - "Effect": "Allow", - "Action": "iam:CreatePolicy", - "Resource": [ - "arn:aws:iam::*:policy/service-role/AmazonBraketServiceSageMakerNotebookAccess*", - "arn:aws:iam::*:policy/service-role/AmazonBraketServiceSageMakerNotebookRole*" - ] - }, - { - "Sid": "AttachTheRolePolicy", - "Effect": "Allow", - "Action": "iam:AttachRolePolicy", - "Resource": "arn:aws:iam::*:role/service-role/AmazonBraketServiceSageMakerNotebookRole*", - "Condition": { - "ArnLike": { - "iam:PolicyARN": [ - "arn:aws:iam::aws:policy/AmazonBraketFullAccess", - "arn:aws:iam::*:policy/service-role/AmazonBraketServiceSageMakerNotebookAccess*", - "arn:aws:iam::*:policy/service-role/AmazonBraketServiceSageMakerNotebookRole*" - ] - } - } - } - ] - } - - -