We will proceed to create an IAM role for the EC2 Administrator user along with the policies created in the previous section.
Log in to AWS Management Console and access IAM Management Console.
In the left navigation bar, select Role and click Create role button.


To enhance security, you can enable Require MFA

In the Attach permissions policies area, we will select the following policies in order:

Select Next.
Fill in the name ec2-admin-team-alpha with specific description.




Edit the trust policy and click Update policy
arn:aws:iam:<Account ID>:user/AdminUser


