Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

Azure Sale - Get Up to 25% OFF All Azure Reviewers

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Professional Clarification on reference versus associate instance profile (property) role Reply To: Clarification on reference versus associate instance profile (property) role

  • MaheshGupta

    Member
    June 3, 2020 at 2:54 am

    Hi Kung,

    This is cloudformation related question so you need to reference the Instance Role. please see below

    AWSTemplateFormatVersion: “2010-09-09”

    Resources:

    MyInstanceProfile:

    Type: “AWS::IAM::InstanceProfile”

    Properties:

    Path: “/”

    Roles:

    Ref: “MyRole”