How To Setup GUI For Amazon EC2 Linux Instance
Amazon ec2 Linux instances do not come with a GUI. By default, you need terminal access for all application configuration. Most of the developers/sysadmins working with Linux would prefer the command...
View ArticleAWS security Tips : 16 Things to Do for Securing your AWS Account
Most of the developers and system admins start with the AWS one-year free tier account. There were many hacking incidents for such accounts which ended up in huge monthly bills (Eg: Bitcoin miners)....
View ArticleHow to setup ELK stack on Amazon EC2 – Getting Started Guide
ELK is the most popular log aggreration and analysis stack. ELK stands for Elasticsearch, Logstash and Kibana. Elasticsearch – It is a NoSQL, analytics and search engine. Logstash – It is a log...
View ArticleHow To Install and Configure GUI for Amazon EC2 RHEL 7 Instance
In this tutorial, I have explained the easy steps to configure GUI for RedHat7 EC2 instance and connect to it using RDP clients. Note: For RHEL 6 follow this tutorial. Setting up GUI on RHEL6 GUI for...
View ArticleTitle: How To Setup and Configure Latest Magento 2.x On Linux EC2
This guide explains the steps to install and configure latest Magento 2.x on a Linux ec2 cloud server or a VPS. We will be doing the following. Setting up LAMP Stack (Mysql version 5.6 or later)...
View ArticleHow to Migrate WordPress Site to Digital Ocean Cloud Server
Devopscube was initially hosted on Bluehost. Due to increased traffic, the website performance in terms of load time from Bluehost was not up to the mark. So we moved our website to Digital Ocean...
View ArticleHow to Setup a Replicated GlusterFS Cluster on AWS EC2
GlusterFS is one of the best open source distributed file systems. If you want a highly available distributed file system for your applications, GlusterFs is one of the good options. Now: AWS offers a...
View ArticleWhat is Serverless Architecture and What does it Mean?
What is Serverless Architecture and What does it Mean? Everyone’s talking about serverless computing, serverless architecture. Especially, in the past few months… So, what exactly is Serverless...
View ArticleList of Best Cloud Computing Certifications
Cloud computing is not so new in the IT industry. Over the years, it has evolved as a field which attracts many IT professionals. And this field has been credited for generating massive opportunities...
View ArticleHow To Setup AWS Logs Agent on Ubuntu 16.04 Instance
This tutorial will guide you through the steps for configuring awslogs agent on an EC2 Ubuntu 16.04 server instance. Install and Configure AWSLogs Step1: Update the system and install python.sudo...
View ArticleHow to Setup and Push Server/Application Logs to AWS Cloudwatch
AWS cloudwatch logs service can store custom logs generated from you applications instances. It acts as a central log management for your applications running on AWS. You can send logs from any number...
View ArticleHow to Setup Google Cloud CLI/SDK – Beginner Guide
This tutorial will guide you through steps for setting up google cloud SDK on your workstation. Note: This tutorial will work only on MAC and Linux systems Step 1: Select the download appropriate sdk...
View ArticleArchitecting Compliant Enterprise Cloud for Business Transformation and...
70% of CIOs believe that their organizations are being swept over by a stream of digital opportunities. They cannot respond in a timely manner, which threatens the success of the business and the...
View ArticleSitting On the Fence About DevOps Integration? Don’t Miss Your Chance to Jump...
DevOps practices are becoming a staple of companies worldwide and include industry giants such as Netflix, Etsy and Google. However, even though these companies are a shining beacon of the power and...
View ArticleHow To Setup Ansible Dynamic Inventory For Google Cloud
The best way to orchestrate VM instances in Google cloud using Ansible is through Dynamic inventory script. It is a python script which queries GCE during the Ansible run time. This allows you not to...
View ArticlePacker Tutorial For Beginners – Automate AMI Creation
Packer is a VM image creation tool. It lets you automate the process of image creation on various on-premise and cloud solutions. If you are setting up an immutable infrastructure model using VM’s,...
View ArticleList of Best Docker Container Clustering and Orchestration Tools/Services
Docker with no doubt is an excellent open-source tool. However, you cannot have complex application deployments just with docker engine and containers. Proper plumbing has to be done for container...
View Article