쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Disabling or removing outputs from a flow

포커스 모드
Disabling or removing outputs from a flow - AWS Elemental MediaConnect
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

You can disable or remove outputs that you added to the flow. If AWS Elemental MediaConnect generated the output as the result of an entitlement, you must revoke the entitlement.

Disabling an output stops the streaming of content to the output destination, but remains attached to the flow. A disabled output does not incur data transfer costs.

To disable an output (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 disable.

    The details page for that flow appears.

  3. Choose the Outputs tab.

  4. Choose the output, and then choose Update.

  5. In the Update output window, use the Output status toggle to disable or enable the selected output.

  6. Choose Save to save your changes.

To disable an output (AWS CLI)
  • In the AWS CLI, use the update-flow-output command with the --output-status DISABLED option to disable the output. Alternately, you can use --output-status ENABLED to enable a disabled output.

    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:Output1" --output-status DISABLED

    The following example shows the return value:

    { "FlowArn": "arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame", "Output": { "Destination": "192.0.2.12", "Name": "NYCOutput", "OutputArn": "arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:NYCOutput", "OutputStatus": "DISABLED", "Port": 5020, "Transport": { "MinLatency": 1000, "Protocol": "rtp-fec" } } }
To remove an output from 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 remove.

    The details page for that flow appears.

  3. Choose the Outputs tab.

  4. Choose the output, and then choose Remove.

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

    aws mediaconnect remove-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:Output1" --region us-west-2

    The following example shows the return value:

    { "FlowArn": "arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame", "OutputArn": "arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:Output1" }
프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.