Netography AWS VPC CloudFormation Stack Automation
0. Prerequisites
Feature
Description
For all deployments
```
{
"Version": "2012-10-17",
"Id": "AWSNetoLogDeliveryPolicy",
"Statement": [
{
"Sid": "AllowRoute53ResolverandFlowLogging",
"Effect": "Allow",
"Principal": {
"Service": [
"delivery.logs.amazonaws.com",
"route53resolver.amazonaws.com"
]
},
"Action": [
"s3:PutObject",
"s3:GetBucketAcl",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME",
"arn:aws:s3:::BUCKET_NAME/*"
],
"Condition": {
"StringEquals": {
"aws:SourceOrgID": "ROOT_ORG_ID"
}
}
}
]
}
```
1. IAM Policy and Custom Role for Netography


Role
Description
Permission (Scope)
2. Flow - Automatically Onboarding New VPCs into Netography Fusion
3. DNS - Automatically Onboarding New DNS sources into Netography Fusion
Notes on deploying this example
Cleanup
3. Context - Automatically adding AWS Context Information to Netography Fusion
PreviousNetography AWS Onboarding Guide for Cloud Automation EngineersNextConfigure Context Integrations
Last updated