When I'm trying to get recommendations from PersonalizeRuntime got an error : ResourceNotFoundException: The given campaign does not exist: [campaign arn] But this campaign exists and works on local environment and different EC2 instance with backend wrote on Node.js. Any Ideas what I can missed?
Asked
Active
Viewed 244 times
0
-
Are you connecting to the right region? with the right permissions (IAM role)? – Nir Alfasi Jun 10 '20 at 10:49
-
For connection I'm only use an access_key_id and secret_key of user with full access to amazon personalize in such region – Yuriy Matviyuk Jun 10 '20 at 10:56
1 Answers
0
My suggestion would be to examine all your AWS-related configuration variables. You could be trying to access the campaign from a different region or profile which would make it invisible to your code.

D.J.Duff
- 1,565
- 9
- 14