Difference between revisions of "AWS VPC and GigaFlow"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Enable VPC logging)
Line 17: Line 17:
 
[http://wiki.anuviewsoftware.com/manual/assets/wiki/VPC/image005.png Create Log Group.]
 
[http://wiki.anuviewsoftware.com/manual/assets/wiki/VPC/image005.png Create Log Group.]
  
= Enable VPC logging =
+
= Enable VPC Logging =
  
 
From the AWS management console, select '''VPC'''; you will see:
 
From the AWS management console, select '''VPC'''; you will see:

Revision as of 11:41, 23 November 2018

Contents

Create Log Groups

From the AWS management console, select CloudWatch; you will see:

AWS CloudWatch Welcome Screen.

On the left-hand side, click Logs.

CloudWatch Welcome Screen Menu.

Click Create Log Group.

When asked for a name, enter "VPCFlowLogs" and click Create Log Group.

Create Log Group.

Enable VPC Logging

From the AWS management console, select VPC; you will see:

VPC Dashboard.

From the VPC Dashboard, click on Your VPCs in the left-hand menu.

Click to select the VPC of interest:

Your VPCs.

Now select the Flow Logs tab at the bottom of the screen:

VPC Flow Logs Tab.

If there are no flow logs in the list, click Create flow log.

You will see something similar to:

VPC Create flow log tab.

Change the Filter option to All.

For destination, ensure that Send to CloudWatch logs is selected.

For Destination log Group, click to select the VPCFlowLogs option:

If you don’t already have a role that you want to use, click on Set Up Permissions.
Select Create a new IAM Role for IAM Role options.
Enter the Role Name, e.g. "FlowLogsToCloudWatch".
Click Allow at bottom of screen.
Return to the Create Flow Log page to continue.

You should now see:

VPC Create flow log tab - completed.

Click Create.

Return to the CloudWatch Dashboard and select the Logs menu option from the left-hand screen. You will see a page similar to:

VPC Log Groups.

Click on the flow log name, "VPCFlowLogs". This will open the log destination and show which streams have been created.

You will see similar to the following screenshot, with an entry for each interface.

Search Log Group

Click on any one of the log streams; you will see something similar to:

Log Group Output.

Create the Lambda

From the AWS management console, select Lambda; you will see:

AWS Lambda Dashboard.

From the left hand menu, select the Functions.

AWS Lambda Functions.

On this page, click on the Create Function button in the right hand frame; this takes you to:

AWS Lambda - Create function.

On this page, ensure that the Author from scratch card is selected.

Type in the name of the Lambda function, i.e. VPCToNetflow".

Runtime should be Node.js 8.10.

The Role is Create a custom role. This will take you to a setup role page, similar to the VPC log access set-up page. Select Create a new IAM role. Enter the Role Name, i.e. “LambdaVPCLogAccess”. Click Allow. This will return you to the Lambda page with the new role selected.

AWS Lambda - Create function - Author from scratch.

Click the Create Function button.

You will see:

New Lambda function configuration.

From the left-hand list under Add triggers, select CloudWatch Logs; this will look like:

New Lambda function configuration - add trigger.

Scroll down to configure Triggers for cloud watch.

New Lambda function configuration - configure trigger.

On his page, select the Log Group you created previously, i.e. "VPCFlowLogs".

Enter a filter name, e.g. "VPCToNetflowFilter".

Leave the filter pattern blank.

Ensure that Enable trigger is selected and click Add.

New Lambda function configuration - Add trigger.

Creating the Netflow Generator Function

At the top of the Lambda function page, click on the Lambda name, i.e. "VPCToNetflow".

VPCToNetFlow function.

This will take you to Function Code. Here you can edit the associated Lambda function.

Delete the existing code at index.js.

VPCToNetFlow function code.

Paste in the Anuvew NetFlow generator code. See the Code section, below.

Customize the code for your VPC by changing the port and host IP address, i.e. where you want to send the flows.

VPCToNetFlow function code - port and host name.

Click Save at the very top of the screen.

You can use the monitoring tab at the top of the page to monitor the execution of the Lambda.

Code

Please contact Anuview to request access to the Anuvew NetFlow generator code for AWS Lambda.