Развертывание кода AWS застряло без ошибок
Развертывание кода AWS застряло на этом после успешного завершения
Как мне устранить это?
Event Status
ApplicationStop Succeeded
DownloadBundle Succeeded
BeforeInstall Succeeded
Install Succeeded
AfterInstall Pending
ApplicationStart Pending
ValidateService Pending
Глядя на логи,
2018-01-08 23:05:53 WARN [codedeploy-agent(13854)]: InstanceAgent::Plugins::CodeDeployPlugin::HookExecutor: Script at specified location: scripts/autoinstall.sh is not executable. Trying to make it executable.
2018-01-08 23:05:53 INFO [codedeploy-agent(2703)]: master 2703: Received CHLD - cleaning dead child process
2018-01-08 23:05:53 INFO [codedeploy-agent(2703)]: master 2703: been told to replace child 13854
2018-01-08 23:05:53 INFO [codedeploy-agent(2703)]: master 2703: not enough child processes running - missing at least 1 - respawning
2018-01-08 23:05:58 INFO [codedeploy-agent(2703)]: master 2703: Spawned child 1/1
2018-01-08 23:05:58 INFO [codedeploy-agent(14131)]: On Premises config file does not exist or not readable
2018-01-08 23:05:58 INFO [codedeploy-agent(14131)]: InstanceAgent::Plugins::CodeDeployPlugin::CommandExecutor: Archives to retain is: 5}
2018-01-08 23:05:58 INFO [codedeploy-agent(14131)]: Version file found in /opt/codedeploy-agent/.version with agent version OFFICIAL_1.0-1.1352_rpm.
Нет ошибок или чего-то тревожного
1 ответ
chmod +x scripts/autoinstall.sh
Агент Codedeploy перезапускается, из-за чего он может застрять. Попробуйте перезапустить агент codedeploy вручную. sudo service codedeploy-agent restart
2018-01-08 23:05:53 WARN [codedeploy-agent (13854)]: InstanceAgent:: Plugins:: CodeDeployPlugin:: HookExecutor: Сценарий в указанном месте: scripts / autoinstall.sh не является исполняемым. Пытаюсь сделать его исполняемым.