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