ssm_update_managed_instance_role: Changes the Identity and Access Management (IAM) role that is...

View source: R/ssm_operations.R

ssm_update_managed_instance_roleR Documentation

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM)

Description

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see create_activation.

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

Usage

ssm_update_managed_instance_role(InstanceId, IamRole)

Arguments

InstanceId

[required] The ID of the managed node where you want to update the role.

IamRole

[required] The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.

You can't specify an IAM service-linked role for this parameter. You must create a unique role.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.