Remove Course Remove Lambda Remove Load Balancer
article thumbnail

AWS Lambda Versioning and Aliases

Linux Academy

As I detailed in a previous blog post, I’m continuing to update the Linux Academy AWS DevOps Pro certification course. The course has three new sections (and Lambda Versioning and Aliases plays an important part in the Lambda section): Deployment Pipelines. AWS Lambda, and. AWS Lambda and Serverless Concepts.

Lambda 60
article thumbnail

Better CloudWatch Metrics in Honeycomb with the OpenTelemetry Collector

Honeycomb

We use them at Honeycomb to get statistics on load balancers and RDS instances. Heres a query looking at Lambda invocations and concurrent executions by function names. Queries like this allow us to see trends in our AWS Lambda usage over time: However, CloudWatch metrics filtering capabilities are pretty limited.

Metrics 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The Present and Future of Arm and AWS Graviton at Honeycomb

Honeycomb

And, of course, all our AWS integrations work flawlessly on Graviton3 which means we’re as ready as ever to continue supporting customers as a Graviton Ready Partner. We’re also very heavy users of AWS Lambda for our storage engine. Based on what we’ve seen so far with Graviton3, there are massive improvements coming your way.

AWS 88
article thumbnail

The Definitive Guide to Achieve AWS Cloud Certification

Linux Academy

Load Balancers, Auto Scaling. Lambda – what is lambda / serverless. Lambda – what is lambda / serverless. Course Syllabus. Take a look at these courses , and sign up for a 7-day free trial to learn AWS by doing today. . Route53 – overview of DNS. CloudTrail. and some others.

AWS 16
article thumbnail

Do I really need Kubernetes?

CircleCI

For instance, you can scale a monolith by deploying multiple instances with a load balancer that supports affinity flags. Another option is to avoid services with maintenance overhead altogether and opt for Functions as a Service (FaaS) , such as AWS Lambda or Azure Functions.

article thumbnail

Understanding API Gateway: When You Need It and How to Implement

Altexsoft

A tool called load balancer (which in old days was a separate hardware device) would then route all the traffic it got between different instances of an application and return the response to the client. Load balancing. Amazon API Gateway — for serverless Lambda development. Let’s discuss how it does that.

article thumbnail

Creating Your Own Serverless Cloud with Fn Project

Gorilla Logic

While this trend still requires servers, developers don’t need to worry about load balancing, multithreading, or any other infrastructure subject. Of course, there are some more advanced configurations like changing the port or customizing the registry and context, but that’s another story for another blog post.