1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
What are the settings of the IAM role used by SageMaker?
Try setting the following IAM policy for the IAM role used by the notebook instance.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"logs:CreateLogDelivery",
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:DeleteLogDelivery",
"logs:Describe*",
"logs:GetLogEvents",
"logs:GetLogDelivery",
"logs:ListLogDeliveries",
"logs:PutLogEvents",
"logs:PutResourcePolicy",
"logs:UpdateLogDelivery"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
Relevant content
- Accepted Answerasked 3 years ago
- asked 2 years ago
- Accepted Answer
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago