I get an error that I think mainly is because there are missing permissions that I can't find in the current version of AWS.
This is the image from the course:
These are the permissions found now:
I can't find "manage endpoints" and "manage experiments" permissions. do you know what should I do about it?
also i got this error when i run the below function
finetuned_predictor = estimator.deploy()
ClientError: An error occurred (AccessDeniedException) when calling the CreateEndpointConfig operation: User: arn:aws:sts::799955411226:assumed-role/SageMaker-udacity-ProjectRole/SageMaker is not authorized to perform: sagemaker:CreateEndpointConfig on resource: arn:aws:sagemaker:us-west-2:799955411226:endpoint-config/meta-textgeneration-llama-2-7b-2024-07-22-18-13-51-081 with an explicit deny in a service control policy
I get an error that I think mainly is because there are missing permissions that I can't find in the current version of AWS. This is the image from the course:
These are the permissions found now:
I can't find "manage endpoints" and "manage experiments" permissions. do you know what should I do about it?
also i got this error when i run the below function
finetuned_predictor = estimator.deploy()
ClientError: An error occurred (AccessDeniedException) when calling the CreateEndpointConfig operation: User: arn:aws:sts::799955411226:assumed-role/SageMaker-udacity-ProjectRole/SageMaker is not authorized to perform: sagemaker:CreateEndpointConfig on resource: arn:aws:sagemaker:us-west-2:799955411226:endpoint-config/meta-textgeneration-llama-2-7b-2024-07-22-18-13-51-081 with an explicit deny in a service control policy