iam_add_role_to_instance_profile: Adds the specified IAM role to the specified instance profile

View source: R/iam_operations.R

iam_add_role_to_instance_profileR Documentation

Adds the specified IAM role to the specified instance profile

Description

Adds the specified IAM role to the specified instance profile. An instance profile can contain only one role, and this quota cannot be increased. You can remove the existing role and then add a different role to an instance profile. You must then wait for the change to appear across all of Amazon Web Services because of eventual consistency. To force the change, you must disassociate the instance profile and then associate the instance profile, or you can stop your instance and then restart it.

See https://www.paws-r-sdk.com/docs/iam_add_role_to_instance_profile/ for full documentation.

Usage

iam_add_role_to_instance_profile(InstanceProfileName, RoleName)

Arguments

InstanceProfileName

[required] The name of the instance profile to update.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

RoleName

[required] The name of the role to add.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.