首页 > 解决方案 > Cannon 在我的本地 Windows 机器上安装 AWS CodeDeploy 代理

问题描述

我正在尝试在我的本地 Windows 机器上安装 AWS CodeDeploy 代理,这是我得到的:

aws deploy install --override-config --config-file codedeploy.onpremises.yml
Creating the on-premises instance configuration file... DONE
Installing the AWS CodeDeploy Agent... ERROR
a bytes-like object is required, not 'str'
Install the AWS CodeDeploy Agent on the on-premises instance by following the instructions in "Configure Existing On-Premises Instances by Using AWS CodeDeploy" in the AWS CodeDeploy User Guide.

请注意上面第 3-4 行的错误:

Installing the AWS CodeDeploy Agent... ERROR
a bytes-like object is required, not 'str'

我应该注意,我可以成功为 CodeDeploy 注册机器,我可以在 AWS 控制台 -> CodeDeploy -> 本地实例上看到注册

以下是环境的详细信息:

我可以做些什么来解决这个错误?

标签: amazon-web-servicesaws-code-deploy

解决方案


推荐阅读