Cannot create lambda function on AWS with Administrator permission

浪尽此生 提交于 2021-01-05 06:04:38

问题


I am trying to create a simple lambda function using Hello World example. No matter what I try, I always get "Request failed with status code 403". My account has AdministratorAccess. I tried policy simulator and it says I do have permission to create a function.

the screenshot of the error from AWS Console


回答1:


Based on the comments.

Checking out Event Logs in AWS Personal Health Dashboard shows that the permissions on the account could be temporary limited due to Risk IAM quarantine and some suspicious activity.



来源:https://stackoverflow.com/questions/64778412/cannot-create-lambda-function-on-aws-with-administrator-permission

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!