Migrating Resources to AWS CDK Using “CDK Migrate” Command
The transition from AWS CloudFormation or deployed resources to AWS Cloud Development Kit (CDK) has become more accessible and streamlined via the command “cdk migrate”.
Introduction to Terraform
Terraform is an Infrastructure as Code (IaC) tool that allows you to automatically create and manage resources for anything that has an accessible API.
Continuous Deployment of Spring Boot to AWS Elastic Beanstalk via GitHub Actions: A Step-by-Step Guide
In this comprehensive guide, we’ll walk you through the process of setting up continuous deployment for your Spring Boot application on AWS Elastic Beanstalk using GitHub Actions.
Lift And Shift Cloud Migration Manual for AWS ElasticBeanstalk
The Lift And Shift (Rehosting) approach is applied by updating a few configuration files while taking into consideration the PAAS model, in which we are only responsible for the App and its data, with the infrastructure being handled by the Cloud provider.
How to Configure AWS CLI for Multi-Account Strategy
In this article, we will go through the steps to configure AWS CLI for multiple accounts on your local machine or any server with Terminal access.
Easiest GitLab CI/CD Lambda Pipeline
Quickly build, test, and deploy NodeJS and Python Lambda functions using GitLab CI/CD with either ClaudiaJS, Chalice, or the Serverless framework.
Multipurpose Cloud Migration Strategy for NodeJS Projects
Flexible Cloud migration strategy for NodeJS projects on AWS that also works on custom servers, from a monolith block to microservices.
Fastest Blog Architecture
Unveiling the steps to build the fastest blog experience for your readers, an architecture point of view from a real case.