AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::NetworkInsightsPath

EC2 NetworkInsightsPath

Resource schema for AWS::EC2::NetworkInsightsPath

Properties

9 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Protocol
string
RequiredCreate-only
Source
string
RequiredCreate-only
Destination
string
Create-only
DestinationIp
string
Create-only
DestinationPort
integer
Create-only
FilterAtDestination
PathFilter
Create-only
FilterAtSource
PathFilter
Create-only
SourceIp
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedDatestring-
DestinationArnstring-
NetworkInsightsPathArnstring-
NetworkInsightsPathIdstring-
SourceArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::NetworkInsightsPath

Resources:
  MyResource:
    Type: AWS::EC2::NetworkInsightsPath
    Properties:
      Protocol: "value"
      Source: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:CreateNetworkInsightsPathec2:CreateTags

delete

ec2:DeleteNetworkInsightsPathec2:DeleteTags

read

ec2:DescribeNetworkInsightsPaths

list

ec2:DescribeNetworkInsightsPaths

update

ec2:DescribeNetworkInsightsPathsec2:CreateTagsec2:DeleteTags

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties14
Required2
TaggingSupported
Primary IDNetworkInsightsPathId

Supported Operations

CreateDeleteReadListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SourceIpDestinationIpSourceDestinationProtocolDestinationPortFilterAtSourceFilterAtDestination

External Links