Getting AccessDenied while trying out few examples
See original GitHub issueScar ends up with AccessDenied
for few examples like ffmpeg
or imagemagick
. I understand that its most likely a permission issue, but I don’t see how. aws cli
is configured with an admin user and the lambda role ARN added to .scar/scar.cfg
also has AdministratorAccess
attached to it in IAM.
Am I missing out something silly? Any help is appreciated.
Great idea btw. Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
"Access Denied" or other errors when you access or work with ...
Issue 1: I receive an "Access Denied" error message when I try to access or work with files and folders · Right-click the...
Read more >Fix “Access Denied, You Don't Have Permission To Access on ...
These easy-to-follow solutions will help you fix the "Access denied, you don't have permission to access on this server” error in Windows 10....
Read more >5 Ways to Fix the “Access Denied” Error on Windows 11
Then, right-click on it and choose Properties from the menu. Then, go to the Security tab and click the Edit button.
Read more >How to Fix “Folder Access Denied” You Need Permission to ...
If you are getting the error “You need permission to perform this action” while trying to delete or move the file/folder, then it...
Read more >Why am I getting an Access Denied error from the Amazon S3 ...
Why am I getting an Access Denied error from the Amazon S3 console while I modify a bucket policy?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @neotheicebird, SCAR has a
--profile
option that should work. Try the command that you are using with the extra parameter-pf
or--profile
and then the name of the profile that you want to use. Cheers !Looks like the problem is solved, so I’m closing the issue.