GithubHelp home page GithubHelp logo

Unable to run aws ecs update-service --region us-east-1 --cluster xxxxxx --service xxxxxxxx --deployment-configuration '{"deploymentCircuitBreaker":{"enable":true,"rollback":true},"maximumPercent":200,"minimumHealthyPercent":100}' > ./command-output.txt ```` about aws-cloudformation-resource-providers-awsutilities-commandrunner HOT 2 OPEN

aws-cloudformation avatar aws-cloudformation commented on June 11, 2024
Unable to run aws ecs update-service --region us-east-1 --cluster xxxxxx --service xxxxxxxx --deployment-configuration '{"deploymentCircuitBreaker":{"enable":true,"rollback":true},"maximumPercent":200,"minimumHealthyPercent":100}' > ./command-output.txt ````

from aws-cloudformation-resource-providers-awsutilities-commandrunner.

Comments (2)

gitshawn avatar gitshawn commented on June 11, 2024

The first issue with your command is that it is outputting in json. For the CommandRunner resource to be successful what gets echoed to command-output.txt needs to be exactly one string without spaces. AWS CLI by default outputs in json, so that would fail. If you add --output text to your command, this is a good next step.

from aws-cloudformation-resource-providers-awsutilities-commandrunner.

dpnova avatar dpnova commented on June 11, 2024

https://stackoverflow.com/questions/72515483/retrieve-public-key-via-aws-cli

Seems like I'm having version issues with this as well - the above linked SO question is the exact problem I'm having too

from aws-cloudformation-resource-providers-awsutilities-commandrunner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.