aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

Update README - Required properties, Output #44

Closed asrindayananda closed 6 months ago

asrindayananda commented 2 years ago

After installing successfully and creating a CommandRunner command in Cloudformation with just the Command property I kept getting errors like Either the command failed to execute, the value written to /command-output.txt was invalid or the Subnet specified did not have internet access.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

shantgup commented 6 months ago

Thank you for your pull request, we appreciate your contribution.

Role and LogGroup are not required. Role is only required if your command is using the AWS CLI. LogGroup is only needed if you want to log the output.

And thank you so much, we are working towards making it a standard CloudFormation type.