AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::NetworkInsightsAccessScopeAnalysis

EC2 NetworkInsightsAccessScopeAnalysis

Resource schema for AWS::EC2::NetworkInsightsAccessScopeAnalysis

Properties

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

Filter:
PropertyTypeFlags
NetworkInsightsAccessScopeId
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AnalyzedEniCountinteger-
EndDatestring-
FindingsFoundstring-
NetworkInsightsAccessScopeAnalysisArnstring-
NetworkInsightsAccessScopeAnalysisIdstring-
StartDatestring-
Statusstring-
StatusMessagestring-

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

Resources:
  MyResource:
    Type: AWS::EC2::NetworkInsightsAccessScopeAnalysis
    Properties:
      NetworkInsightsAccessScopeId: "my-networkinsightsaccessscopeid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

ec2:CreateTagsec2:StartNetworkInsightsAccessScopeAnalysisec2:GetTransitGatewayRouteTablePropagationsec2:Describe*elasticloadbalancing:Describe*directconnect:Describe*tiros:CreateQuerytiros:GetQueryAnswer

read

ec2:DescribeNetworkInsightsAccessScopeAnalyses

update

ec2:DescribeNetworkInsightsAccessScopeAnalysesec2:CreateTagsec2:DeleteTags

delete

ec2:DeleteNetworkInsightsAccessScopeAnalysisec2:DeleteTags

list

ec2:DescribeNetworkInsightsAccessScopeAnalyses

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
Properties10
Required1
TaggingSupported
Primary IDNetworkInsightsAccessScopeAnalysisId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NetworkInsightsAccessScopeId

External Links