View source: R/ssm_operations.R
ssm_update_managed_instance_role | R Documentation |
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.
ssm_update_managed_instance_role(InstanceId, IamRole)
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 You can't specify an IAM service-linked role for this parameter. You must create a unique role. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.