Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

To VPC or not to VPC? Pros and Cons in AWS Lambda

When you’re working with EC2 or containers, VPCs have long been viewed as a must-have. Without them, you will face a constant barrage of attacks aimed at your infrastructure and OS, such as brute force login attacks. But are VPCs still needed when it comes to AWS Lambda? What do you actually get when you put a function inside a VPC? And what are the downsides?

How To Get Real-Time Visibility Into Serverless Apps

As CEO and co-founder of IOpipe, Adam Johnson works with both individual developers and engineering teams at global enterprises to get real-time visibility into the detailed behaviors of their serverless applications. According to The New Stack’s 2018 ebook, serverless adoption has grown by 75 percent since 2017, but developers continue to cite concerns about application performance, risk, and monitoring as drawbacks to building on a serverless architecture.

How to Monitor AWS Elastic Beanstalk with CloudWatch

AWS Beanstalk allows you to spin up entire environments (EC2 instances, ELBs, etc.) to support an application without you having to configure the resources manually. However, since it’s a managed service, you have less visibility with traditional monitoring tools. As such, it becomes even more important to take advantage of the available monitoring tools in AWS. In this post, we’ll explain how to use CloudWatch to monitor Beanstalk and what is important to watch.

Zenoss Provides a Unified View of All Components of a Service, Named a Leader in Forrester Wave

Zenoss Vice President of Engineering Mike Lunt discusses how Zenoss Cloud provides a unified view of all components of a service -- one of the many reasons Zenoss was named a leader in The Forrester Wave™: Intelligent Application and Service Monitoring, Q2 2019.

Serverless from the trenches 1: Protect your stack from deletion

It’s time to talk about the everyday challenges of serverless. Whenever I scroll through the latest blog posts on serverless it feels like there are only two types of problems in the field: how do I get started and how do I architect my solution. But what about all the day-to-day problems that developers and DevOps encounter when dealing with serverless? From simple deployment issues like protecting your stack from deletion to stress-testing your solution using serverless techniques.

New S3 Objects give 403 Forbidden in Cloudfront

A common problem with Amazon CloudFront and Amazon S3 hosting deals with negative TTLs. Matthew from Blue Matador outlines the steps needed to correct this problem. Understand eventual consistency in S3. New items may take time to propagate through redundant systems and be available in all locations., Understand CloudFront's default policy for handling errors, like 403 forbidden, is to cache that error for 5 minutes., The solution is to modify distribution settings in CloudFront.

451 Research and IDC Call Out OpsRamp's Innovations for Service-Centric AIOps and Hybrid Cloud Management

The second quarter of 2019 started with a bang for OpsRamp, with recognition from two independent analyst firms, 451 Research and IDC. Three recent analyst reports highlighted OpsRamp’s modern digital and IT operations management platform for dynamic performance insights and maximum visibility.

How to Serverless Locally: The Serverless Dev Workflow Challenge

One of the biggest challenges when adopting serverless today is mastering the developer workflow. “How do I develop locally?”, “How should I test?”, “Should I mock AWS services?”. These are common serverless questions, and the answers out there have been unsatisfying. Until now.