寻找有关失败原因的帮助
doOnSuccess
返回
aws elbv2 create-target-group --name $targetName --target-type lambda
如果我提供协议,端口和vpc-id
aws: error: the following arguments are required: --protocol, --port, --vpc-id
返回
aws elbv2 create-target-group --name $targetName --target-type lambda --protocol HTTPS --port 443 --vpc-id vpc-1234
我被困住了,我已经尝试过以相同的结果输入json文件。创建目标组后,您将无法更改目标类型(我尝试创建一个https,然后将其编辑为目标类型,但不受支持)