
Hi, in that video I want to represent the course road map that will help you to understand better how the course is organized and what exactly are we going to do.
At that lecture we are going to investigate the devops repo structure that would be extensively used at almost all further lessons.
At that lecture we are going to run a pre init terraform module. that will allow us to create an s3 bucket for keeping terraform state and dynamoDB for keeping locks.
AWS network architecture scheme
Network terraform module - vpc, subnets, cidr
Network terraform module - AWS routing tables and security groups
Network terraform module implementation
Terraform bastion module
We will try to answer the next questions:
Can we easily use Opensearch instead of ElasticSearch?
Is it the same or different products?
Why does OpenSearch appear at all?
Terraform OpenSearch module for deploying HA OpenSearch cluster - security and permissions
Terraform OpenSearch module for deploying HA OpenSearch cluster - cluster configuration
Terraform OpenSearch module for deploying HA OpenSearch cluster - network, logs, storage
Terraform OpenSearch module for deploying HA OpenSearch cluster - cloudwatch alarms and variables
Deploy opensearch cluster, use opensearch dashboard
OpenSearch monitoring possibilities
Short summary and essential notices that appeared from real commercial practice
What is ECS, what are ECS types and why we cant use ECS Fargate launch type for deploying Elasticsearch cluster
ECS base components and architecture scheme
Elasticsearch Docker file and AWS ECR
ECS IAM profile module
ECS EC2 terraform module
ECS cluster terraform module
Elasticsearch at AWS ECS - short summary
What is docker swarm and why it is not dead
Docker swarm architecture
Ansible inventory, docker and docker swarm ansible roles
Ansible Elasticsearch role
Elasticsearch and docker swarm - short summary
Autoscaling at Elasticsearch at AWS
Determine properly which Elasticsearch deployment scenario is better relatively to overloading type and amount of data
You will learn how to create high available ElasticSearch cluster at production
You will learn what is ElasticSearch shards, how to calculate the number of shards for cluster and what are the main performance issues.
You will learn how to index millions of documents in the most efficient way with zero time downtime
What you'll learn:
How to deploy HA Elasticsearch cluster using AWS Opensearch
How to deploy HA Elasticsearch cluster using AWS ECS
How to deploy HA Elasticsearch cluster using AWS EC2
Elasticsearch autoscaling
Elasticsearch cluster conceptions and performance
AWS IAM, VPC, ECS, Opensearch, security groups
Docker and Docker swarm
Requirements:
Active AWS account
Terraform/Ansible basics
AWS basic conceptions, e.g VPC, EC2, subnets, security groups...
Good knowledge at docker and at least basic knowledge at docker orchestration
Short description:
Current course is about how to deploy Elasticsearch cluster at AWS using Opensearch, ECS, EC2 with Terrafrom and Ansible. Within the course a lot of AWS and DevOps tips and trick would be discovered.
COURSE STRUCTURE:
Teh first one is about how to deploy ES as an AWS service, which is called OpenSearch. Here I will tell you about interesting OpenSearch pitfalls that I discovered during my commercial practice. And believe me - you will not find that information at AWS documentation. You will get a ready terraform module for deploying the Opensearch cluster and we will analyze it step by step together.
In the 2d part I will show how to deploy an ES cluster at ECS (Elastic Container Service). And again we will use the terraform modules for that. I will show you why you can't use Fargate in that case and how many problems should be resolved to deploy ES at ECS.
Next course section is about how to deploy ES at EC2 instances using docker swarm. I will prove to you that it is the easiest and at the same time the most cheap way to deploy ES at almost any cloud for most small and middle companies with a steady growth pattern. You will get ready terraform modules that will allow you to prepare AWS infrastructure and ansible modules for deploying HA ES cluster upon it.
The 4th part is devoted to autoscaling possibilities of ES cluster using different deployment approaches. We will talk about what we really can autoscale, when we can use it and what big limitations we have in case of working with ES.
5th module is devoted to the theory. If you are already familiar with ES cluster conceptions and everything that is related to shards and ES performance - then you can skip it. But if not - that is the place where you have to start from.
Who this course is for:
Software engineers
DevOps engineers
Everybody who likes ElasticSearch/OpenSearch and want to get more knowledge around it