if (FALSE) {
# The following command removes the role named Test-Role from the instance
# profile named ExampleInstanceProfile.
svc$remove_role_from_instance_profile(
InstanceProfileName = "ExampleInstanceProfile",
RoleName = "Test-Role"
)
}
Run the code above in your browser using DataLab