我试图使用user data
部分初始化EC2并在实例启动时运行一些bash脚本。不知何故,所有脚本都在运行,但(*)语句除外。有谁知道发生了什么?
#!/bin/bash
cd /home/ubuntu
apt-get update -y
apt-get -y install nodejs npm build-essential libssl-dev awscli ruby2.0
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh > 123
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash (*)