Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Updating outputs on a MediaConnect flow

Focus mode
Updating outputs on a MediaConnect flow - AWS Elemental MediaConnect

You can update outputs on a flow, even when the flow is active.

To update an output on a flow (console)
  1. Open the MediaConnect console at https://console.aws.amazon.com/mediaconnect/.

  2. On the Flows page, choose the name of the flow that is associated with the output that you want to update.

  3. Choose the Outputs tab.

    A list of outputs for that flow appears.

  4. Choose the output that you want to update.

  5. Choose Update.

  6. Make the appropriate changes, and then choose Save.

To update a flow output (AWS CLI)
  • In the AWS CLI, use the update-flow-output command:

    aws mediaconnect update-flow-output --flow-arn "arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame" --output-arn "arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:NYCfeed" --port 5040 --region us-east-1 --profile PMprofile

    The following example shows the return value:

    { "FlowArn": "arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame", "Output": { "Address": "192.0.2.12", "Encryption": { "Algorithm": "aes256", "KeyType": "static-key", "RoleArn": "arn:aws:iam::111122223333:role/AllowMediaConnect", "SecretArn": "arn:aws:secretsmanager:us-west-2:111122223333:secret:SECRETID" }, "Name": "Output1", "OutputArn": "arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:Output1", "Port": 5040, "Protocol": "rtp-fec" } }
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.