cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::MediaLive::Channel] - [BUG] - input attachment issue during stack update

Open berry2012 opened this issue 1 year ago • 0 comments

Name of the resource

AWS::MediaLive::Channel

Resource Name

No response

Issue Description

During CloudFormation stack update, adding new or updating existing input attachment fails.

inputId=1047120 is already attached (Service: AWSMediaLive; Status Code: 409; Error Code: ConflictException; Request ID: b0113a97-c361-4e83-bc62-1748f450463f; Proxy: null)

No issue updating manually from the AWS Console or via AWS CLI commands

Expected Behavior

Support adding/updating input attachment via CloudFormation stack updates.

Observed Behavior

CloudFormation attempts make CREATE api call instead of UPDATE

Test Cases

Create AWS::MediaLive::Channel with 2 input attachment

  1. Try to update one of the attachment
  2. Try to add a 3rd attachment

Other Details

No response

berry2012 avatar Jul 02 '24 17:07 berry2012