Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

WSLConf: Sessions Part 1 - C++ cross-platform development and more

Earlier this year, Canonical had the pleasure of hosting WSLConf, a virtual conference dedicated to the Windows Subsystem for Linux (WSL). We demonstrated what teamwork and community can achieve when we flipped the in-person conference to a virtual experience in less than a week. WSLConf united developers, security professionals, team leaders from Microsoft, and a passionate community from all around the world.

BAM to achieve end to end visibility in a Azure Serverless Application

Looking for an end to end visibility on your Serverless Application made with Azure resources? This article is for you. Consider there is a transaction between the Azure Services. With the existing solutions offered by Azure, you cannot have the visibility on the transaction as well as the stages in the transactions. Here comes the Business Activity Monitoring in Serverless360. With a simple scenario, we will see how to use Business Activity monitoring and track business data.

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.

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.

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.

Learn Jenkins: Top Jenkins Tutorials and Resources

If there’s one thing SRE professionals and DevOps engineers lack, it’s time. After all, engineers need to oversee a variety of processes—like ensuring operational stability, conducting integration testing, and maintaining cybersecurity—to make sure their apps are working optimally. The list goes on and on. With heavy workloads and tight deadlines, there’s little time to waste on software issues stemming from internal collaboration issues.

Encrypt Azure Service Bus Data at REST using User Keys

Azure Service Bus messages may contain sensitive business information. This sensitive information should be accessible only to the intended receivers of the message. This information must be protected from the attackers when the messages are in transit and at rest. This blog will brief you how Azure handles the default encryption of data at rest and how we can use our own keys to encrypt the Service Bus data at transit.