AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::NetworkInsightsAnalysis

EC2 NetworkInsightsAnalysis

Resource schema for AWS::EC2::NetworkInsightsAnalysis

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
NetworkInsightsPathId
string
RequiredCreate-only
AdditionalAccounts
Array<string>
FilterInArns
Array<string>
Create-only
FilterOutArns
Array<string>
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AlternatePathHintsArray<AlternatePathHint>-
ExplanationsArray<Explanation>-
ForwardPathComponentsArray<PathComponent>-
NetworkInsightsAnalysisArnstring-
NetworkInsightsAnalysisIdstring-
NetworkPathFoundboolean-
ReturnPathComponentsArray<PathComponent>-
StartDatestring-
Statusstring-
StatusMessagestring-
SuggestedAccountsArray<string>-

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::NetworkInsightsAnalysis

Resources:
  MyResource:
    Type: AWS::EC2::NetworkInsightsAnalysis
    Properties:
      NetworkInsightsPathId: "my-networkinsightspathid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

ec2:Describe*

create

ec2:CreateTagsec2:StartNetworkInsightsAnalysisec2:GetTransitGatewayRouteTablePropagationsec2:SearchTransitGatewayRoutesec2:Describe*ec2:GetManagedPrefixListEntrieselasticloadbalancing:Describe*directconnect:Describe*

update

ec2:CreateTagsec2:Describe*ec2:DeleteTags

list

ec2:Describe*

delete

ec2:DeleteNetworkInsightsAnalysisec2: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
Properties16
Required1
TaggingSupported
Primary IDNetworkInsightsAnalysisId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

NetworkInsightsPathIdFilterInArnsFilterOutArns

External Links