© 2022 Hashnode
Originally posted at Serverless on November 6th, 2017 To multi-cloud, or not to multi-cloud Vendor lock-in runs deep in serverless applications. “Cloud provider” used to mean “whoever hosts your serve…
What is a Pod? Pods are the smallest and most basic deployable objects in Kubernetes. A Pod represents a single instance of a running process in your Kubernetes cluster Pods contain one or more contai…
Introduction Before jumping to the topic - Resize an Azure VM, let’s look into the Microsoft Virtual machines selector tool to find the right VMs for our needs and budget. It gives us great insight with the below options: Find VMs by workl…
Credit: katemangostar / freepik Even though restrictions have been lifted, some people are still hesitant to travel. You can still see some fantastic art without having to get on a plane. These 10 in…
What is Terraform? Terraform is an Infrastructure Automation tool. It is Open Source and Vendor Agnostic. It is a Single binary compiled from Go. It follows Declarative syntax. It uses HashiCorp Conf…
AWS offers many great messaging services. Two of their most famous services are Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). While both can be used in a pretty simil…
Today's AWS Cookbook recipe comes from John Culkin & Mike Zazon, authors of AWS Cookbook Recipes for Success on AWS. It's honestly a fantastic book, so I recommend checking it out! Today, I'll be doing a walkthrough of one of their free rec…
AWS provides a ton of solutions/services to cater for most, if not all, of the challenges you are trying to solve. I will categorize some of the essential services that you can start playing around wi…
AWS Elastic Cloud Compute Instance Elastic Cloud Compute is abbreviated as EC2. It is an IaaS cloud offering by Amazon. Using EC2 Instance, we can configure the machine from scratch, like a building …
What is AWS S3 Same Region Replication (SRR)? AWS S3 Same Region Replication allows replicating the newly uploaded objects to S3 destination buckets asynchronously and automatically present in the same region as the source bucket. Still, it…