0

while using cloud watch event in aws lambda function in my aws educate starter account i get this error

User: arn:aws:sts::****:assumed-role/vocstartsoft/*** is not authorized to perform: events:PutRule on resource: arn:aws:event*****:rule/onemin with an explicit deny (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: AccessDeniedException; Request ID: *)

I see lot of solution related with this like adding iam permission role and so on but none of this work.

Please help me.

4

1 回答 1

1

AWS Educate account is very limited. You have explicit deny, which means that AWS Educate admins explicitly denied that action.

While working with AWS Educate you will be encountering very often such messages.

The only thing you could try is to contact their support, hoping they would relax the restrictions for you. Alternatively, you can get regular AWS account where you are the admin, and get AWS Educate credits for your use.

General list of their restrictions is here. Important to note is that:

All services may have additional restrictions not listed below [in the link provided].

于 2020-05-10T08:43:31.563 回答