EC2初期設定 よく使うコマンド (codedeploy-agent インストール)
2022-02-16
2022-02-16
wget https://aws-codedeploy-ap-northeast-1.s3.amazonaws.com/latest/install
chmod +x install
./install auto
systemctl start codedeploy-agent
systemctl status codedeploy-agent
systemctl enable codedeploy-agent