Create instance profile

Create instance profile

  1. Access IAM

    • Select Policies
    • Select Create policy

CodeDeploy

  1. In the Create policy interface, select the JSON tab. Then enter the following code:
    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Action": [
                    "s3:Get*",
                    "s3:List*"
                ],
                "Effect": "Allow",
                "Resource": "*"
            }
        ]
    }
  • Then, select Next:Tags

CodeDeploy

  1. Add a key-value tag. Select Next Review

CodeDeploy

  1. Check details.
  • Name, enter CodeDeployDemo-EC2-Permissions

CodeDeploy

  1. Create a successful policy.

CodeDeploy

  1. In the IAM interface

    • Select Roles
    • Select Create role

CodeDeploy

  1. In the Select trusted entity interface

    • Select AWS service
    • For Use case, select EC2
    • Select Next

CodeDeploy

  1. Find the newly created policy. Select Next

CodeDeploy

  1. Perform a detailed inspection.
  • Role name, enter CodeDeployDemo-EC2-Instance-Profile

CodeDeploy

  1. Select Create role

CodeDeploy

  1. Create a successful role.

CodeDeploy

  1. Complete the instance profile creation.

CodeDeploy