Today we will setup a Distributed-Replicated GlusterFS Volume. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; } #carbonads { display: block; overflow: hidden; max-width: 728px; position: relative; background-color: hsl(0, 0%, 99%); border: solid 1px
Ruan Bekker
A collection of 244 posts
Deploy an EC2 Instance with Terraform
Today we will test out Terraform and do a Basic Deployment by Launching an EC2 Instance on Amazon Web Services. What is Terraform: As described from their website: "Terraform enables you to safely and predictably create, change, and improve
Amazon Web Services Releases Elasticsearch VPC Support
AWS have recently announced VPC Support for Amazons Elasticsearch Service, which is a big win! The official announcement: https://aws.amazon.com/about-aws/whats-new/2017/10/amazon-elasticsearch-service-announces-support-for-amazon-virtual-private-cloud-vpc/ Elasticsearch Private IP Based Authorization: This essentially means that you can now allow
Your First Python Lambda Function on AWS Using the AWS CLI Tools
Your first Lambda function on AWS with Python using the AWS CLI. Today we will use the AWS CLI Tools to create a Basic Lambda Function that will use the requests library to make a GET request to a Random
MongoDB Examples with the Mongo Shell
In this post we will go through some basic examples on how to write, read, update and delete data with MongoDB using the Mongo Shell. Pre-Requisites: You will need to have a running MongoDB Server, you can follow this post
Backup and Restore Mutliple Collections From a Database With MongoDB
From a previous post we've Setup a 3 Node MongoDB Replica Set Cluster, and in this post we will go through the steps of backing up a database and restoring it to another mongodb cluster. MLab offers a free Shared
Setup a 3 Node MongoDB Replica Set on Ubuntu 16
Today we will setup a 3 Node Replica Set for MongoDB on Ubuntu 16. A Replica Set is a form of data replication, so that your data resides on more than one node for data durability. We will setup the
Building a Search Engine for our Scraped Data on Elasticsearch Part 2
In Part 1, we Scraped this website for data and ingested it into elasticsearch. In this post, we will build the search engine frontend, that we will use to search for blog posts. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!