• Get AWS credits for your startup with AWS Activate

    Get AWS credits for your startup with AWS Activate

    View Post

Stay up to date

AWS

How to Monitor AWS SQS with CloudWatch
By Mark Siebert on October 30, 2020

AWS SQS is a message queuing service that allows you to send and receive huge numbers of messages from a queue using a simple API. Using Amazon SQS, without setting up any infrastructure,...

Continue Reading

AWS

How to Monitor AWS Kinesis with CloudWatch
By Mark Siebert on October 22, 2020

If you’re using AWS Kinesis in your application, you’ll want to monitor your Kinesis streams to make sure they are healthy and that your producers and consumers are interacting with them...

Continue Reading

AWS

Function concurrency limits and throttling in AWS Lambda
By Mark Siebert on October 14, 2020

Have you noticed recently that your AWS Lambda invocation requests are getting throttled? If so, your Lambda functions are probably not running as designed. Let’s examine the possible...

Continue Reading

AWS

How to estimate your AWS costs
By Blue Matador on October 9, 2020

Amazon Web Services (AWS) is pretty much ubiquitous these days, with everyone from tiny startups to large enterprises using the cloud service to run their apps, websites, and processes. For...

Continue Reading

AWS, Kubernetes

How we went from kops to EKS in production
By Keilan Jackson on September 25, 2020

Amazon’s EKS service (Elastic Container Service for Kubernetes) allows you to create a Kubernetes control plane in your AWS account without having to configure Kubernetes master nodes,...

Continue Reading

AWS

2 ways to set up static IP addresses for ALB
By Keilan Jackson on September 16, 2020

One highly requested feature of AWS’s Application Load Balancer (ALB) is the ability to assign static IP addresses. Unfortunately, ALBs do not support this feature and it is unlikely they...

Continue Reading