SSM / Client / update_managed_instance_role

update_managed_instance_role#

SSM.Client.update_managed_instance_role(**kwargs)#

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 CreateActivation.

See also: AWS API Documentation

Request Syntax

response = client.update_managed_instance_role(
    InstanceId='string',
    IamRole='string'
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

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

  • IamRole (string) –

    [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 and multicloud environment in the Amazon Web Services Systems Manager User Guide.

    Note

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions