😉

Code Deploy agent for Windows Serverのインストールと確認方法

2023/09/16に公開

1.下記サイトにアクセスし、Use a direct link内にあるEC2が所属しているRegionのリンクからインストーラーをダウンロードする
(コマンドでもできるけどこれが1番楽)
https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install-windows.html#codedeploy-agent-operations-install-windows-powershell

2.インストールされているかの確認

powershell.exe -Command Get-Service -Name codedeployagent

下記のようなログが出れば成功

Status   Name               DisplayName
------   ----               -----------
Running codedeployagent    CodeDeploy Host Agent Service

エラーが出る場合インストールできていない

確認方法の参考サイト
https://docs.aws.amazon.com/ja_jp/codedeploy/latest/userguide/codedeploy-agent-operations-verify.html

GitHubで編集を提案

Discussion