Unable to RunInstance with IamInstanceProfile specified #2637
Unanswered
milosbaran
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @milosbaran, thanks for opening this issue. Are you making sure the role tied up to the profile you are attaching to the EC2 instance has permissions to perform the operation you are trying to do with the SDK? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm launching EC2 instances with PHP code without any issue.
But when specify
IamInstanceProfile Arn
value. I get error403 Forbidden
You are not authorized to perform this operation
as soon as I remove it it works fine again.Has anyone else experienced this issue?
Thanks
Milos
Beta Was this translation helpful? Give feedback.
All reactions