Tag: aws

  • Firecracker: AWS’s not-so-secret weapon

    I talked about MicroVMs in my previous article. In this article, we will examine Firecracker in detail. Firecracker is developed by AWS and it is used in Fargate, which is a serverless compute for containers solution and it is used in lambda which it offers as a function as a service solution. If you’re curious…

  • Why Do We Use Tags on AWS Resources

    Every AWS resource has key value pairs called tags. You can organize your resources using these key-value pairs. In this article, I want to tell you these organization scenarios and examples. Let’s take a quick look at what we can do using tags 1- Keep track of how much you pay for your resources If…