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 disables and uninstalls the SSM agent which is present by default on Notebook Instances.
# NOTE: The SSM Agent will still be enabled for the short period between the Notebook Instance initiating and the Lifecycle Configuration script executing
ssm_status=$(status amazon-ssm-agent)
# Set -e after "status" so that the script doesn't fail if the SSM agent is already stopped