ec2-elastic-ip ubuntu的初始化脚本,它将使用用户数据设置亚马逊现货实例的IP地址和主机名。
快速开始
sudo pip install awscli
sudo cp ec2-elastic-ip /etc/init.d/
sudo chmod 755 /etc/init.d/ec2-elastic-ip
sudo update-rc.d ec2-elastic-ip defaults
sudo update-rc.d ec2-elastic-ip enable
/etc/default/ec2-elastic-ip的内容应该是:
export AWS_ACCESS_KEY_ID=\"xxx\"
export AWS_SECRET_ACCESS_KEY=\"xxx/yyy\"
暂无评论