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
-
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”