From d1f792b4f96d3e3cdb922fd58fa494f75c007a59 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 15 Dec 2020 08:59:40 +0100 Subject: [PATCH] update December 15th --- docs/ansible.md | 1 + docs/aws.md | 4 ++++ docs/message-queue.md | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/docs/ansible.md b/docs/ansible.md index 1ef5b6ee..93cf743a 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -47,6 +47,7 @@ * [redhat.com: Ansible Essentials: Simplicity in Automation Technical Overview (Free Course) ๐ŸŒŸ](https://www.redhat.com/en/services/training/do007-ansible-essentials-simplicity-automation-technical-overview) * [opensource.com: 10 Ansible modules for Linux system automation ๐ŸŒŸ](https://opensource.com/article/20/10/ansible-modules-linux) These handy modules save time and hassle by automating many of your daily tasks, and they're easy to implement with a few commands. * [redhat.com: Renewing my thrill at work with Ansible](https://www.redhat.com/sysadmin/renewed-thrill-ansible) +* [opensource.com: Set up an Ansible lab in 20 minutes](https://opensource.com/article/20/12/ansible-lab) Build an environment to support learning and experimenting with new software. ## Red Hat Ansible Automation Platform - [redhat.com: Red Hat Ansible Automation Platform Enhancements and New Certified Ansible Content Collections Refine the Automation Experience to Drive Business Imperatives](https://www.redhat.com/en/about/press-releases/red-hat-ansible-automation-platform-enhancements-and-new-certified-ansible-content-collections-refine-automation-experience-drive-business-imperatives) Ready-to-use, curated automation for a wide range of platforms, public clouds, network and security technologies help organizations more easily get started with the latest trusted automation diff --git a/docs/aws.md b/docs/aws.md index 4d8510d4..88e110db 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -68,6 +68,7 @@ - [AWS IAM](#aws-iam) - [AWS Organizations](#aws-organizations) - [AWS CloudFront](#aws-cloudfront) + - [AWS Firewalls](#aws-firewalls) - [AWS WAF Web Application Firewall](#aws-waf-web-application-firewall) - [AWS Vault](#aws-vault) - [AWS S3 & EBS. AWS Storage Gateway](#aws-s3--ebs-aws-storage-gateway) @@ -485,6 +486,9 @@ aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.Availa ### AWS CloudFront - [Amazon CloudFront now supports HTTP/2 ๐ŸŒŸ](https://aws.amazon.com/about-aws/whats-new/2016/09/amazon-cloudfront-now-supports-http2/) +### AWS Firewalls +- [doit-intl.com: AWS Firewalls 101: How and when to use each one ๐ŸŒŸ](https://blog.doit-intl.com/aws-firewalls-101-how-and-when-to-use-each-one-d4ad8087a6b3) + ### AWS WAF Web Application Firewall - [AWS WAF - Web Application Firewall](https://aws.amazon.com/waf/) - [How to Automatically Update Your Security Groups for Amazon CloudFront and AWS WAF by Using AWS Lambda (boto3 python)](http://blogs.aws.amazon.com/security/post/Tx1LPI2H6Q6S5KC/How-to-Automatically-Update-Your-Security-Groups-for-Amazon-CloudFront-and-AWS-W) diff --git a/docs/message-queue.md b/docs/message-queue.md index 58a1cd0f..8cbaa03c 100644 --- a/docs/message-queue.md +++ b/docs/message-queue.md @@ -13,6 +13,7 @@ - [Syndesis open source integration platform](#syndesis-open-source-integration-platform) - [Debezium open source distributed platform for Change Data Capture (CDC) software design pattern](#debezium-open-source-distributed-platform-for-change-data-capture-cdc-software-design-pattern) - [Red Hat Integration service registry and Apicurio](#red-hat-integration-service-registry-and-apicurio) +- [Data Mesh](#data-mesh) - [Data Processing (aka Streaming Data, Data Pipeline or Big Data Pipeline)](#data-processing-aka-streaming-data-data-pipeline-or-big-data-pipeline) - [Apache Kafka](#apache-kafka) - [Banzai Cloud Supertubes (Cloud Native Kafka implementation)](#banzai-cloud-supertubes-cloud-native-kafka-implementation) @@ -118,6 +119,10 @@ comsysto about their usage of Debezium, touching on many details like outbox pat - [**Apicurio** Registry](https://github.com/apicurio/apicurio-registry) An API/Schema registry - stores APIs and Schemas. - [Event streaming and data federation: A citizen integratorโ€™s story](https://developers.redhat.com/blog/2020/06/12/event-streaming-and-data-federation-a-citizen-integrators-story/) +## Data Mesh +- [martinfowler.com: Data Mesh Principles and Logical Architecture](https://martinfowler.com/articles/data-mesh-principles.html) +- [infoq.com: Data Mesh Principles and Logical Architecture Defined](https://www.infoq.com/news/2020/12/data-mesh-architecture/) + ## Data Processing (aka Streaming Data, Data Pipeline or Big Data Pipeline) - [Awesome Streaming](https://github.com/manuzhang/awesome-streaming) A curated list of awesome [streaming (stream processing)](https://www.oreilly.com/radar/the-world-beyond-batch-streaming-101/) frameworks, applications, readings and other resources. - [cloudblog.withgoogle.com: Turn any Dataflow pipeline into a reusable template](https://cloudblog.withgoogle.com/products/data-analytics/create-templates-from-any-dataflow-pipeline/amp/)