iyushh
iyushh

Reputation: 39

Amazon AWS authorization error I am getting this error on the AWS console

I have made changes in the security group but those changes are not visible and hence I am unable to load my apache server. Any solutions to this?

User: arn:aws:sts::276097608444:assumed-role/vocstartsoft/[email protected] is not authorized to perform: compute-optimizer:GetEnrollmentStatus on resource: * with an explicit deny

Edit: The issue has been solved. If you are unable to open your server from your AWS console. Try copy-pasting the link manually instead of redirecting.

Upvotes: 1

Views: 1144

Answers (1)

Marcin
Marcin

Reputation: 238051

The error is not about security groups but about no permissions to do GetEnrollmentStatus action. Unfortunately, AWS Educate Starter Accounts are very limited. A non-exhaustive list of supported services is at:

The only thing you can do is to contact AWS Educate support and ask if they can modify your permissions for you, which probably they will not. If you are student, you can contact your AWS Educate educator from your institution about that.

Upvotes: 1

Related Questions