我正在尝试在以下网站安装我的第一个蓝图:http: //getcloudify.org/guide/3.2/getting-started-deploy-blueprint-locally.html,但是在运行命令时:
D:\cloudify-manager\cloudify-nodecellar-example>cfy local init --blueprint-path aws-ec2-blueprint.yaml
我收到以下错误:
'ami-d05e75b8' is not of type 'object'; Path to error: inputs.image
我的 aws-ec2-blueprint.yaml:
...
inputs:
image: ami-d05e75b8
size: m4.large
agent_user: ubuntu
node_templates:
...
有什么建议吗?