diff --git a/dashboards/aws-vpn/aws-vpn.json b/dashboards/aws-vpn/aws-vpn.json new file mode 100644 index 0000000000..7dffb5b7db --- /dev/null +++ b/dashboards/aws-vpn/aws-vpn.json @@ -0,0 +1,132 @@ +{ + "name": "AWS VPN", + "description": null, + "pages": [ + { + "name": "AWS VPN", + "description": null, + "widgets": [ + { + "title": "", + "layout": { + "column": 1, + "row": 1, + "width": 4, + "height": 3 + }, + "visualization": { + "id": "viz.markdown" + }, + "rawConfiguration": { + "text": "# AWS VPN\nAmazon Virtual Private Cloud is a commercial cloud computing service that provides a virtual private cloud, by provisioning a logically isolated section of Amazon Web Services Cloud. Enterprise customers can access the Amazon Elastic Compute Cloud over an IPsec based virtual private network." + } + }, + { + "title": "Tunnel data in", + "layout": { + "column": 5, + "row": 1, + "width": 4, + "height": 3 + }, + "visualization": { + "id": "viz.line" + }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "legend": { + "enabled": true + }, + "nrqlQueries": [ + { + "accountId": 0, + "query": "FROM Metric SELECT sum(aws.vpn.TunnelDataIn) AS 'TunnelDataIn' TIMESERIES AUTO FACET aws.vpn.VpnId" + } + ], + "platformOptions": { + "ignoreTimeRange": false + }, + "yAxisLeft": { + "zero": true + }, + "yAxisRight": { + "zero": true + } + } + }, + { + "title": "Tunnel data out", + "layout": { + "column": 9, + "row": 1, + "width": 4, + "height": 3 + }, + "visualization": { + "id": "viz.line" + }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "legend": { + "enabled": true + }, + "nrqlQueries": [ + { + "accountId": 0, + "query": "FROM Metric SELECT sum(aws.vpn.TunnelDataOut) AS 'TunnelDataOut' TIMESERIES AUTO FACET aws.vpn.VpnId" + } + ], + "platformOptions": { + "ignoreTimeRange": false + }, + "yAxisLeft": { + "zero": true + }, + "yAxisRight": { + "zero": true + } + } + }, + { + "title": "Tunnel state", + "layout": { + "column": 1, + "row": 4, + "width": 12, + "height": 4 + }, + "visualization": { + "id": "viz.line" + }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "legend": { + "enabled": true + }, + "nrqlQueries": [ + { + "accountId": 0, + "query": "FROM Metric SELECT sum(aws.vpn.TunnelState) AS 'TunnelState' TIMESERIES AUTO FACET aws.vpn.VpnId " + } + ], + "platformOptions": { + "ignoreTimeRange": false + }, + "yAxisLeft": { + "zero": true + }, + "yAxisRight": { + "zero": true + } + } + } + ] + } + ] + } \ No newline at end of file diff --git a/dashboards/aws-vpn/aws-vpn.png b/dashboards/aws-vpn/aws-vpn.png new file mode 100644 index 0000000000..090155a530 Binary files /dev/null and b/dashboards/aws-vpn/aws-vpn.png differ diff --git a/quickstarts/aws/aws-vpn/config.yml b/quickstarts/aws/aws-vpn/config.yml new file mode 100644 index 0000000000..f09e6873ef --- /dev/null +++ b/quickstarts/aws/aws-vpn/config.yml @@ -0,0 +1,32 @@ +slug: aws-vpn +description: |- + ## What is AWS VPN? + Amazon Virtual Private Cloud is a commercial cloud computing service that provides a virtual private cloud, by provisioning a logically isolated section of Amazon Web Services Cloud. Enterprise customers can access the Amazon Elastic Compute Cloud over an IPsec based virtual private network. + ### Get started! + Start monitoring AWS VPN by connecting Amazon Web Services (AWS) to New Relic! Take a look at our documentation for information on how to set up this integration. + ### More info + Check out the [documentation](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-vpc-monitoring-integration/) to learn more about New Relic monitoring for AWS VPN. +summary: |- + Monitor AWS VPN by connecting AWS to New Relic +icon: logo.png +level: New Relic +authors: + - New Relic +title: AWS VPN +documentation: + - name: AWS VPN installation docs + description: | + Monitor AWS VPN by connecting AWS to New Relic. + url: >- + https://docs.newrelic.com/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-vpc-monitoring-integration/ +keywords: + - aws + - amazon web services + - aws vpn + - VPN +dashboards: + - aws-vpn +dataSourceIds: + - amazon-cloudwatch-metric-streams +alertPolicies: + - aws-vpn diff --git a/quickstarts/aws/aws-vpn/logo.png b/quickstarts/aws/aws-vpn/logo.png new file mode 100644 index 0000000000..a7ee412e1c Binary files /dev/null and b/quickstarts/aws/aws-vpn/logo.png differ