For Graded Programming Assignment 2: Good Data Architecture:
I’m trying to modify the security rules such that only port 80 is allowed for the auto-load balancer. But got the error that I do not have the permission to do so.
the error message:
- “There was an error modifying your security group inbound rules”
- “You may be missing IAM policies that allow ModifySecurityGroupRules. You are not authorized to perform this operation. User: xxx is not authorized to perform: ec2:ModifySecurityGroupRules on resource: xxxx because no identity-based policy allows the ec2:ModifySecurityGroupRules action. Encoded authorization failure message:”
I tried:
- accessing the IAM roles, but don’t have access to that neither.
Is there any permission/security access that I missed?
Thank you!