Build static website with Headless CMS, AWS S3, CloudFront and CICD pipeline

Static Headless CMS AWS S3 CloudFront

In this blog, I will discuss how to build AWS Headless CMS static site using AWS S3 and AWS CloudFront. I will also cover how to automate the end-to-end deployments using a continuous integration and deployment (CICD) pipeline. i highly recommend  Gatsby (or any other headless CMS) for building static sites along with cloud technologies […]

Setup SFTP on AWS with Username and Password in 15 minutes

aws-sftp-username-password

In this blog, we will show you how to setup SFTP on AWS with Username and Password. Earlier this year, AWS added support for enabling password based authentication for AWS Transfer for SFTP using AWS Secrets Manager. AWS Transfer for SFTP is a fully managed service by AWS and helps you migrate your file transfer workflows […]

PANIC: Broken AVD system path – Android Emulator setup on Mac/Homebrew

panic-broken-avd-path-android-mac

Yesterday, I downloaded the latest version of Android Studio to compile an Android App and run in an emulator. Little did I knew that it would turn into a 2-3 hour effort. In this blog, I would like to highlight one of the main issue (panic: broken avd system path error) that took lot of […]

Install WordPress on EKS – AWS Kubernetes Service

install wordpress on eks

Install WordPress on EKS Are you looking to install WordPress on EKS ? Lot of our clients are migrating their sites off from dedicated/VPC/shared hosting services to Cloud (AWS, Azure, and GCP). There are a lot of advantages of moving your site to the cloud-like you can obtain free SSL certificates from Amazon Certificate Manager […]

Toronto Incubators and Accelerators | Waterloo | Kitchener | Canada

incubators and accelerators

Toronto Incubators and Accelerators Today, we will be covering Incubators and Accelerators in Toronto. Are you planning to open a startup but still haven’t decided on the city? Toronto is a great place to open your startup. It is becoming one of the top innovation hubs in the world. Toronto is home to a large […]

How DevOps Service Providers can drive Digital Transformation

devops service providers

Transformation is the key to success to any company in the business landscape today and DevOps Service Providers like CodeRise Technologies  can really help you improve and transform yourself in a way that allows you to progress.  In today’s dynamic work environment, you simply cannot afford to be inconsistent and risk becoming outdated or falling behind […]

Installing Kubernetes cluster on AWS using KOPS

Kubernetes cluster on AWS

This blog will show you how to install a Kubernetes cluster on AWS using KOPS. Requirements You must have kubectl , kops and aws-cli installed on your system. For AWS operations, we will be using AWS CLI for our usage but same can be done using AWS GUI. You should have an IAM user created and configured […]

Deploying Jenkins with Helm on Kubernetes (AKS)

jenkins with helm

In our last blog, we showed how to deploy a Kubernetes cluster in Azure Container Service (AKS). In this blog, we will cover how to deploy Jenkins with Helm in a Kubernetes cluster. Helm charts helps you define, install, and upgrade complex Kubernetes applications. Jenkins Helm chart installs a master and slave cluster utilizing the Jenkins […]