2 Answers
- Newest
- Most votes
- Most comments
0
Thanks I tried explicitly adding the two I did not have (ec2:CreateNetworkInterface was already there) to both the role and my user. But I get the same error.
It is specifically saying ec2:CreateNetworkInterface which I know is there, so that is odd. I've confirmed its using the correct role.
Most frustrating
answered a year ago
0
Try to operate with the following permissions set for IAM users and IAM roles
ec2:CreateNetworkInterface
ec2:DescribeNetworkInterfaces
ec2:DeleteNetworkInterface
Relevant content
- asked 2 years ago
- asked 10 months ago
- Accepted Answerasked 13 days ago
- asked 2 years ago
- AWS OFFICIALUpdated 18 days ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
Does this still occur if I add administrator privileges?