Open kdineshreddy009 opened 3 years ago
I'm observing a similar issue. The arguments provided in the additionalArguments
do not seem to be passed to the install.sh
or update.sh
. My SSM document looks like the following:
---
schemaVersion: "2.2"
description: "An SSM document for installing, updating and configuring my package."
mainSteps:
- inputs:
action: "Install"
onFailure: "exit"
name: "configureDocker"
action: "aws:configureDocker"
- inputs:
installationType: "In-place update"
name: "arn:aws:ssm:us-west-2:012345678912:document/my-document"
onFailure: "exit"
action: "Install"
additionalArguments:
SSM_ECR_ENDPOINT: "012345678912.dkr.ecr.us-west-2.amazonaws.com"
name: "installUpdateMyPackage"
action: "aws:configurePackage"
The SSM_ECR_ENDPOINT does not exist as an environment variable when install.sh
or update.sh
is run.
Hi, i am trying to install a distributor package by having inside a CF template. While the RUN job is triggering, seeing below errors in RUN command output
resources from CF: https://www.codepile.net/pile/7AD7GqEn
->seems like parameters were not getting passed ->why Plugin aws:runShellScript ResultStatus Failed happening ?