You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script checks if an instance profile has been attached to this instance. This needs to be run before any AWS API calls that would require IAM permissions for the instance.
# Copyright 2023 The MathWorks Inc.
response=""
until [ ! -z "$response" ]; do
# Keep querying IMDS till a valid Instance profile ARN is obtained