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

Using Change Sets Causes "Internal Failure"

Open
#58 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
81
Forks
20
PR merge metrics
No merged PRs in 30d

Description

To reproduce:
```
Resources:
CommandRunner:
Type: 'AWSUtility::CloudFormation::CommandRunner'
Properties:
Command: echo 1 > /command-output.txt
```
1. Create stack with template above
2. Modify to "echo 2", create change set
3. Execute change set
4. Observe the CommandRunner resource fails with "Internal Failure"

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the failure with the template and sequence in the issue, then compare a direct update with execution through a change set. Trace the CommandRunner resource-provider entry point and its update handling to identify where the internal failure occurs. Done means executing the change set completes successfully and applies the changed command.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, java
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.