Devops Tech Blog
Devops Tech Blog
  • 11
  • 12 572
AWS Elastic Load Balancer and Auto Scaling Group
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create a highly available and fault-tolerant infrastructure in AWS using an application load balancer combined with an auto scaling group.
Please visit DevopsTechBlog.com for more tutorials about devops.
The GitHub Repo containing the yaml code used in the template can be found at github.com/devopstechblog/tutorials.git
มุมมอง: 33

วีดีโอ

Create a Web Hosting Site Using S3 and Route 53
มุมมอง 174 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo we'll create an S3 bucket and use it as a web hosting site. We will also create a Route 53 alias as a domain name to access our site. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing commands and files used in this and other demos can be found at github.com/devopstechblog/tutorials.git
Create Users and Groups With Ansible
มุมมอง 4K4 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will be using the user module and the group module to create users and groups for our Linux host. We will also add users to groups using ansible. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the commands and yaml file used in this demo can be found at github.com/devopstechblog/...
Using SSH to Connect to Remote Hosts
มุมมอง 314 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will be learning the essentials of connecting via SSH (Secure Shell) to remote hosts. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the commands used in this demo can be found at github.com/devopstechblog/tutorials.git
Creating an RDS MySQL Database Instance
มุมมอง 144 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create an Amazon RDS database instance with the MySQL engine. We will also create a database, table, and a user within that database and do some basic MySQL administration. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the commands used in the template can be found at githu...
Creating a Dockerfile With an Apache Web Server
มุมมอง 8K4 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create an Apache web service using a Dockerfile with an Ubuntu base image. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the commands used in the Dockerfile can be found at github.com/devopstechblog/tutorials.git
Create a Command Line Tool With Argparse in Python
มุมมอง 2124 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create an command line tool using the Argparse module in Python. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the code used in the python script can be found at github.com/devopstechblog/tutorials
Install, Add, Commit, and Push to a Repository Using Git
มุมมอง 124 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we'll sign in to our github account and create a repository. We will also install git on a linux machine and learn about some of the basic Git CLI commands. Please visit DevopsTechBlog.com for more tutorials about devops. The commands used in this video can be found at github.com/devopstechblog/tutorials.git
Learning VI Text Editor Essentials
มุมมอง 244 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will be learning the essentials of the VI text editor tool for Linux. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the files and commands used in this demo can be found at github.com/devopstechblog/tutorials.git
Creating a Kubernetes Deployment
มุมมอง 294 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create a Kubernetes Deployment using an Nginx image. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the yaml code used in this demo can be found at github.com/devopstechblog/tutorials/blob/master/k8s_deployment
Building an AWS Environment from Scratch Using CloudFormation
มุมมอง 1164 ปีที่แล้ว
Hi, my name is Eric Farjun from devopstechblog.com and in this demo, we will create AWS resources to set up a VPC using CloudFormation. Please visit DevopsTechBlog.com for more tutorials about devops. The GitHub Repo containing the yaml code used in the template can be found at github.com/devopstechblog/tutorials