aws::iam-instance-profile

Creates a Instance Profile.

Example

aws::iam-instance-profile ex-inst-profile
    name: "ex-inst-profile"
end

Attributes

Attribute Description
name The name of the instance profile. (Required)
path The path to the instance profile. Defaults to /.
role The role associated with the instance profile.

Outputs

Attribute Description
arn The arn of the instance profile.