Actions
Create VPC - AWS S3
Create a VPC from the supplied object. Do NOT submit an ID. IDs are auto generated and immutable.
To learn more, visit the Netography documentation.
Basic Parameters
Parameter | Description |
---|---|
AWS Authentication Type | Determines which authentication type is being used for this flow source.Value of ‘AccessKey’ indicates key/secret auth, and that accesskeyid and accesssecret fields should be included.Value of ‘RoleARN’ indicates that role auth is being used and that the role object should be included. |
Access Key ID | AWS Access Key ID. |
Access Secret | AWS Access Secret. |
Account ID | Account ID of the flow source. |
Region | Location of the flow source. |
Role ARN | String containing role authentication data. Used to authenticate via role. |
S3 Bucket | Name of the S3 bucket were the VPC flow logs are stored. |
S3 Bucket Region | AWS Region the S3 bucket is in. |
S3 Flow Log Path Prefix | Folder Prefix where logs are stored. |
VPC Name | The name of the VPC. Eg. prod-vpc-east. |
Advanced Parameters
Parameter | Description |
---|---|
Enabled | If this VPC is enabled or disabled. |
SQS URL | SQS URL of the S3 Events. |
Tags | An array of strings to tag every flow from this VPC with. |
VPC Sample Rate | The sample rate of flows this VPC will send. Between 1 and 65535. |
Example Output
Workflow Library Example
Create Vpc Aws S3 with Netography and Send Results Via Email
Preview this Workflow on desktop