Cloud Computing

HomeCloud Computing

AWS Aurora Upgrade

Performing major version upgrades for Amazon Aurora MySQL with minimum downtime Amazon Aurora combines the performance and availability of commercial databases with the simplicity and cost-effectiveness of open-source databases. An [...]

AWS Aurora Upgrade2022-01-12T21:29:10+05:00

Setting up a CI/CD pipeline by integrating Jenkins with AWS CodeBuild and AWS CodeDeploy

n this post, I explain how to use the Jenkins open-source automation server to deploy AWS CodeBuild artifacts with AWS CodeDeploy, creating a functioning CI/CD pipeline. When properly implemented, the CI/CD pipeline is triggered [...]

Setting up a CI/CD pipeline by integrating Jenkins with AWS CodeBuild and AWS CodeDeploy2021-11-23T19:40:13+05:00

AWS Route53 redirect to another domain

HTTP REDIRECTION Issue I want to redirect internet traffic from my root (apex) domain (for instance, example.com) to another domain (for instance, example.net). How can I do this? Resolution [...]

AWS Route53 redirect to another domain2021-11-17T00:03:08+05:00

NoSQL Design for DynamoDB

NoSQL database systems like Amazon DynamoDB use alternative models for data management, such as key-value pairs or document storage. When you switch from a relational database management system to [...]

NoSQL Design for DynamoDB2020-12-08T01:18:27+05:00

Managing backend requests and frontend notifications in serverless web apps

Web and mobile applications usually interact with a backend service, often via an API. Many front-end applications pass requests for processing, wait for a result, and then display this [...]

Managing backend requests and frontend notifications in serverless web apps2020-09-30T01:42:39+05:00

Building a Progressive Web Application (PWA) with Angular Material and AWS Amplify.

https://itnext.io/part-1-building-a-progressive-web-application-pwa-with-angular-material-and-aws-amplify-5c741c957259? This is the first of a series of posts outlining how to build a multi-platform Progressive Web Application (PWA) supporting mobile and desktop environments. Part 1 (your are here): [...]

Building a Progressive Web Application (PWA) with Angular Material and AWS Amplify.2020-04-16T20:22:43+05:00

AWS WAF, Shield, Firewall Manager

AWS WAF AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to an Amazon API Gateway API, Amazon [...]

AWS WAF, Shield, Firewall Manager2020-04-16T20:18:30+05:00
Go to Top