From fca1c82e41610dd954c354ea1b98d346a3ed91fe Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Tue, 18 May 2021 12:56:28 -0300 Subject: [PATCH] BBL-488 | Adding ES solutions comparison + VPC outbound traffic control solutions comparison + adding Ganalytics domain verification tag --- docs/how-it-works/monitoring/logs.md | 11 ++++++++ docs/how-it-works/monitoring/tracing.md | 2 +- docs/how-it-works/network/vpc-traffic-out.md | 27 ++++++++++++++++++++ material/overrides/main.html | 5 +++- mkdocs.yml | 1 + 5 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 docs/how-it-works/network/vpc-traffic-out.md diff --git a/docs/how-it-works/monitoring/logs.md b/docs/how-it-works/monitoring/logs.md index e565ddb11..19b68c75d 100644 --- a/docs/how-it-works/monitoring/logs.md +++ b/docs/how-it-works/monitoring/logs.md @@ -24,3 +24,14 @@ Binbash Leverage Doc, accessed November 18th 2020). open source project of Elasticsearch. [**Elastalert**](https://github.com/Yelp/elastalert) allow us to generate alerts based on certain log entries or even after counting a certain amount of a type of entry, providing great flexibility. + +-- + +## Alternatives Comparison Table + +!!! info "Leverage Confluence Documentation" + You'll find [**here**](https://binbash.atlassian.net/wiki/external/1789165573/NGE2N2M5YTVkNTYyNDFjYzljYTY3NjY4MWVmMTEyMWM?atlOrigin=eyJpIjoiYjVhZDJmMTZhNmQxNGQ5NzkyMThmNDg3ZDEyZGVkNzUiLCJwIjoiYyJ9 + ) a detailed comparison table between **EC2 Self-hosted** and **AWS ElasticSearch** Elastic-Kibana Stack. + + + diff --git a/docs/how-it-works/monitoring/tracing.md b/docs/how-it-works/monitoring/tracing.md index a2c7a8573..6c50a1660 100644 --- a/docs/how-it-works/monitoring/tracing.md +++ b/docs/how-it-works/monitoring/tracing.md @@ -16,6 +16,6 @@ Binbash Leverage Doc, accessed November 18th 2020). ## Read more -!!! info "Related sources" +!!! info "Related resources" * :ledger: [Jaeger](https://www.jaegertracing.io/) * :ledger: [Opensensus](https://opencensus.io/) diff --git a/docs/how-it-works/network/vpc-traffic-out.md b/docs/how-it-works/network/vpc-traffic-out.md new file mode 100644 index 000000000..8edfd908e --- /dev/null +++ b/docs/how-it-works/network/vpc-traffic-out.md @@ -0,0 +1,27 @@ +# Network Security +## Control Internet access outbound traffic + +### Goals +- [x] Review and analyse available alternatives for controlling outbound traffic in VPCs. +- [x] All possible candidates need to offer a reasonable balance between features and pricing. + +!!! important "Solutions" + ### Leverage currently supports + - Network ACL (Subnet firewall) + - Security Groups (Instance firewall) + + ### What alternatives do we have? + #### Pre-considerations + First of all, keep in mind the following points before and while you go through the data in the table: + + - 1 EBS pricing at the moment of this writing: + - GP2: $0.10 per GB-month + - GP3: $0.08 per GB-month) + + - 2 DataTransfer costs will be incurred in all options + +## Comparison of the alternatives analysed + +!!! info "Leverage Confluence Documentation" + You'll find [**here**](https://binbash.atlassian.net/wiki/external/1782644772/NmVhZjliOWRiMWJjNGU0MGExNmQ0Zjc3M2NiYTgzYmQ?atlOrigin=eyJpIjoiZjc2M2I5YmM1OWJmNGUxN2E0OWZlMDkzZGViNzJjMmQiLCJwIjoiYyJ9) + a detailed comparison table including the alternative product and solution types, pricing model, features, pros & cons. \ No newline at end of file diff --git a/material/overrides/main.html b/material/overrides/main.html index 8e1573544..7ee7b9dc6 100644 --- a/material/overrides/main.html +++ b/material/overrides/main.html @@ -22,7 +22,10 @@ - + + + +