可以在 aws ShellCommandActivity 中将脚本参数与 ScriptUri 一起使用

Posted

技术标签:

【中文标题】可以在 aws ShellCommandActivity 中将脚本参数与 ScriptUri 一起使用【英文标题】:Can use script arguments with ScriptUri in aws ShellCommandActivity 【发布时间】:2018-12-18 03:48:41 【问题描述】:

我有一个用例,我需要将脚本参数传递给BASH 脚本,如ShellCommandActivityscriptUri 中指定的那样。 AWS 文档 here 提到 The scriptArgument can only be used with command; Using it with scriptUri causes an error.

但是查看 SO 帖子 here 似乎是可能的,以前有没有其他人尝试过这个并让它为你工作?

【问题讨论】:

【参考方案1】:

是的,我们可以使用scriptUri 传递脚本参数,如下所示,它对我有用。

scriptUri: "s3://location"
scriptArgument: ["%arg1%","%arg2%"]

【讨论】:

以上是关于可以在 aws ShellCommandActivity 中将脚本参数与 ScriptUri 一起使用的主要内容,如果未能解决你的问题,请参考以下文章

我是不是可以在 AWS 中创建仅对 Cognito 用户可用但对任何其他 AWS 用户不可用的密钥?

是否可以在 AWS::OpsWorks::Instance 资源中使用 AWS::CloudFormation::Init 和元数据?

如何在 aws 胶水中设置特定的压缩值?如果可能,可以在 aws 胶水中手动确定压缩级别和分区吗?

如何在 Amazon AWS 上设置一台 Linux 服务器

AWS-ElasticBeanstalk:在哪里可以找到 Beanstalk 自动创建的域名指向啥?

AWS > CloudFormation 模板 - 您可以在上传之前对其进行测试吗?