AWS neptune documentation change
Summary
Removed comprehensive IAM policy JSON for Neptune ML permissions
Security assessment
Deletion of ML-related policy examples does not indicate security fixes. Documentation simplification without security implications.
Diff
diff --git a/neptune/latest/userguide/ml-manual-setup-notebooks.md b/neptune/latest/userguide/ml-manual-setup-notebooks.md index 8b15430ca..6cec89293 100644 --- a//neptune/latest/userguide/ml-manual-setup-notebooks.md +++ b//neptune/latest/userguide/ml-manual-setup-notebooks.md @@ -36,74 +35,0 @@ You can also configure a default Neptune notebook for use with Neptune ML by fol -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Action": [ - "cloudwatch:PutMetricData" - ], - "Resource": "arn:aws:cloudwatch:us-east-1:111122223333:*", - "Sid": "AllowPutMetrics", - "Effect": "Allow" - }, - { - "Action": [ - "logs:CreateLogGroup", - "logs:CreateLogStream", - "logs:DescribeLogStreams", - "logs:PutLogEvents", - "logs:GetLogEvents" - ], - "Resource": "arn:aws:logs:us-east-1:111122223333:*", - "Sid": "AllowCreateLogs", - "Effect": "Allow" - }, - { - "Action": [ - "s3:Put*", - "s3:Get*", - "s3:List*" - ], - "Resource": "arn:aws:s3:::*", - "Sid": "AllowS3Actions", - "Effect": "Allow" - }, - { - "Action": "execute-api:Invoke", - "Resource": "arn:aws:execute-api:us-east-1:111122223333:*/*", - "Sid": "AllowExecute", - "Effect": "Allow" - }, - { - "Action": [ - "sagemaker:CreateModel", - "sagemaker:CreateEndpointConfig", - "sagemaker:CreateEndpoint", - "sagemaker:DescribeModel", - "sagemaker:DescribeEndpointConfig", - "sagemaker:DescribeEndpoint", - "sagemaker:DeleteModel", - "sagemaker:DeleteEndpointConfig", - "sagemaker:DeleteEndpoint" - ], - "Resource": "arn:aws:sagemaker:us-east-1:111122223333:*/*", - "Sid": "AllowApiActions", - "Effect": "Allow" - }, - { - "Action": [ - "iam:PassRole" - ], - "Resource": "aws:arn:iam::111122223333:role/[roleName]", - "Sid": "AllowPassRole", - "Effect": "Allow" - } - ] - } - - -