# NOT RUN {
# This example associates an IAM instance profile named admin-role with
# the specified instance.
# }
# NOT RUN {
svc$associate_iam_instance_profile(
IamInstanceProfile = list(
Name = "admin-role"
),
InstanceId = "i-123456789abcde123"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab