Need Help. Using cloud formation template, I created a windows ec2 instance which runs selenium agent with ie11. However, my power-shell script (triggered using cf template) runs the selenium grid stand alone jar in background. So when the Selenium Grid hub triggers a test, they are also run on ie in background. Issue is some ..
Category : amazon-cloudformation
From PowerShell I’m calling aws cloudformation deploy against LocalStack using a template generated by the CDK: aws –endpoint-url http://localhost:4566 cloudformation deploy –template-file ./cdk.out/my.template.json –stack-name my-stack –parameter-overrides functionLambdaSourceBucketNameParameter55F17A81=`{`"BucketName`":`"my-bucket`",`"ObjectKey`":`"code.zip`"`} functionLambdaSourceObjectKeyParameterB7223CBC=`{`"BucketName`":`"my-bucket`",`"ObjectKey`":`"code.zip`"`} The code executes and I get a cryptic message back: ‘Parameters’. Also, the stack events show a failure but don’t include any reason: "ResourceType": "AWS::CloudFormation::Stack", "Timestamp": "2020-09-24T19:03:28.388072+00:00", ..
Recent Comments