Lambda access denied

0

A client has created an IAM user for me and I made sure I had all the correct permissions to finish the work. Everything was going well, I had requested a lambda concurrency limit increase (was set at 50 with an AWS default of 1000) to 500. a few days later I'm locked out of lambda even though I have lambda full access permissions set on my user. Any idea on what could be happening?

1 個回答
1

First, ask your client if they changed something. For example with Service Control Policies you can block Lambda Access in an Account and with that in place also with full Access on you IAM user you will not access any Lambda.
Also check if you have any DENY in you resulting policy. DENY always wins over ALLOW.

AWS
Marco
已回答 2 年前
  • Also, reach out to support if it's critical.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南