I have followed the tutorial on how to create an AWS Rekognition custom labels project.
In the console, I am unable to see, as mentionned, the points 2, 3 and 4:
In the cli, I am able to make a call to the API and have a prediction on an image in my bucket.
- But if I try
aws rekognition create-project --project-name my-project
, I get an errorAn error occurred (AccessDeniedException) when calling the CreateProject operation
. - I have tried with both root user and a newly created user with permissions AmazonRekognitionFullAccess and AdministratorAccess and my credentials are set as well.
- I used
aws configure
and correctly passed my access key, secret key and region. I checked it in~/.aws/credentials
and~/.aws/config
.
- But if I try
Don't know what I am missing here, any help would be appreciate.