Operations | Monitoring | ITSM | DevOps | Cloud

How to deploy an app to AWS: Getting started

Launching a production app onto the cloud is a big task with a ton of tiny sub-tasks, and it can all be pretty overwhelming. We're here for you. We've launched an app ourselves (Blue Matador, our cloud infrastructure monitoring software). In the coming weeks, we will walk you through everything you need to know and do to successfully launch your app—with the least amount of effort.

Sharing and growing your OSS Project with Live Streaming

Your OSS project is looking better day by day. You've selected your preferred platform, frameworks, programming language and maybe a contributor or two. All is well except you aren't seeing the growth of your project as you'd like. Few stars and forks, and no open issues. What to do? This is where you can take advantage of live streaming communities to expand your OSS project's reach, code live as chatters ask questions and reuse the content for blog posts, YouTube and social media. By the end of this session, you'll have the tools and knowledge to successfully start live streaming.

Rails Performance: When is Caching the Right Choice?

We've all been there. You're clicking around your Rails application, and it just isn't as snappy as it used to be. You start searching for a quick-fix and find a lot of talk about caching. Take your existing app, add some caching, and voila, a performance boost with minimal code changes. However, it's not this simple. Like most quick fixes, caching can have long-term costs.

Five Ways AIOps Can Transform Your Enterprise

Artificial intelligence for IT operations is a new, emerging technology to help IT operations teams make sense of operational data. But how can it work for you? Join the OpsRamp AIOps experts and learn: How AIOps can help you proactively monitor for disruptions Where AIOps can speed detection and remediation of incidents Which alerts AIOps can automatically reduce from your system How to choose and evaluate an AIOps tool for your organization

Export RDS Snapshots Action

In January, AWS announced the ability to export RDS snapshots to S3. This new feature allows you to export your RDS data to S3 buckets in Apache Parquet format. Today, I’m happy to say that we’ve added a new action to help with this feature: Export RDS Snapshots. This new action will automate the process of exporting RDS snapshots to S3 on a daily basis.

Understanding & Leveraging AWS Auto Scaling Groups

An AWS Auto Scaling group (ASG) is a fleet of EC2 instances that can scale up or down depending on application demand. The elasticity of Auto Scaling groups makes them highly-attractive options for enterprises who do not want to invest in purchasing expensive hardware only to respond to sudden or temporary spikes in application demand.

Designing On-Prem Kubernetes Networks for High Availability

Designing and maintaining networks is hard. When deploying Kubernetes in your on-prem data center, you will need to answer a basic question: Should it be an overlay network on top of an existing network, or should it be part of an existing network? The Networking options table provides guidelines to choose the right type of networking based on various factors.

Get Go Module Help with Our Community Support Days

One of the exciting things about being a Golang developer today is the strong community that supports the evolution of the language that was developed at Google. The founders of Golang were open to getting engineers involved early-on and the community-centric approach has now become an asset to Go itself.