Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.84 KB

disable-source-destination-check.md

File metadata and controls

32 lines (19 loc) · 1.84 KB
description
Disable CloudFormation's SourceDestCheck in EC2 Host metadata

Disable Source Destination Check

The AWS Cloudformation template contains a Source Destination Check (SourceDestCheck parameter) that ensures that an EC2 Host instance is either the source or the destination of any traffic the instance receives. In the DuploCloud Portal, this parameter is specified as true, by default, enabling source and destination checks.

There are times when you may want to override this default behavior, such as when an EC2 instance runs services such as network address translation, routing, or firewalls. To override the default behavior and set the SourceDestCheck parameter to false, use this procedure.

Disable SourceDestCheck in the DuploCloud Portal

Set AWS CloudFormation SourceDestCheck to false for an EC2 Host:

  1. In the DuploCloud Portal, navigate to Cloud Services -> Hosts.

  2. In the EC2 tab, select the Host for which you want to disable SourceDestCheck.

  3. Click the Metadata tab.

  4. Click Add. The Add Metadata pane displays.\

    Add Metadata pane for Key SourceDestCheck

  5. In the Key field, enter SourceDestCheck.

  6. In the Value field, enter False.

  7. Click Create. The Key/Value pair is displayed in the Metadata tab.

EC2 Host page Metadata tab displaying SourceDestCheck Value of False