Problem:- I created a S3 policy same as the other policy which was above and when i saved the s3 policy it gave me the Invalid principal in policy and wont allow me to save the policy.
Cause:- I have given the wrong name of the arn due to which this issue was occurring, logically everything was correct. I believe AWS checked in backend that there was no such arn due to which it didn't allowed me to save the arn in first place.
Wrong ARN in my case:-
"AWS": "arn:aws:iam::446685876341:role/something-something-test-role"
Right ARN in my case:-
"AWS": "arn:aws:iam::446685876341:role/service-role/something-something-test-role"
Resolution:- Once i have resolved the above arn correctly so the error was resolved.
Cause:- I have given the wrong name of the arn due to which this issue was occurring, logically everything was correct. I believe AWS checked in backend that there was no such arn due to which it didn't allowed me to save the arn in first place.
Wrong ARN in my case:-
"AWS": "arn:aws:iam::446685876341:role/something-something-test-role"
Right ARN in my case:-
"AWS": "arn:aws:iam::446685876341:role/service-role/something-something-test-role"
Resolution:- Once i have resolved the above arn correctly so the error was resolved.
0 comments:
Post a Comment