Operations | Monitoring | ITSM | DevOps | Cloud

Fitness Websites Under Attack by Magecart

Our sources state that there has been a 20% increase in web-skimming attacks since the outbreak of the COVID-19 virus. Recently, we have witnessed some high-profile Magecart attacks on websites which have gained popularity during the pandemic, including fitness-based websites. The latest fitness-based website attack reported is YogaFit, who were compromised for over 6 weeks.

Introducing Versions API to Automate Error Response for New Code Versions

You know the feeling. You’ve just deployed a new version to production and are monitoring the Rollbar dashboard for any new errors or looking out for any Slack notifications. You’re keeping an eye on the number of new or reactivated errors, their severity level, and triaging to see which errors need to be assigned and to whom. Now what if you could automate these tasks?

Exporters and Target Labels

When monitoring third-party applications with Prometheus, you’ll need an exporter if the application doesn’t already expose metrics in the appropriate format. How do you find an appropriate exporter, and once you have your exporters, how should you organize your label taxonomies to reflect your infrastructure? Many applications in the systems you’re in charge of will be third-party applications, which do not natively expose Prometheus-formatted metrics.

Ansible StackStorm role v2.0.0 released

We’re very excited to announce that Ansible roles to deploy StackStorm have been promoted to new major version 2.0.0! There has been a lot of activity recently on the ansible-st2 repository, with 4 releases in the last couple of months. Ansible can now be used to deploy StackStorm on more modern operating systems and with newer third-party applications.

KMC - Automated Optimization of Kubernetes Performance

Using the Rancher platform and services, enterprise IT and DevOps teams can overcome the complexity of standing up and running multiple Kubernetes containers. However, as deployments scale, and the number of apps and workloads that teams have running on Kubernetes multiplies, complexity grows exponentially. Much of the difficulty centers on trying to find the best configuration settings for applications. Manual, trial-and-error approaches are ineffective, and always overprovisioning isn’t a viable strategy.

How to apply for AWS Activate

AWS Activate is a program that provides startups with free AWS credits. There are specific requirements startups must meet in order to qualify, and not all startups that qualify end up receiving the free AWS credits. Still, for any startup planning on running their app in AWS, it’s probably worth a try. AWS Activate has two packages: the Founders package and the Portfolio package.

Secure Access to PostgreSQL with Pgweb

PostgreSQL is an open source database known for its reliability and performance. It’s used across many industries and applications, and is especially a favorite of web developers. All major web frameworks support PostgreSQL natively, from node.js and Django to Rails and Spring, so its adaptation is relatively broad across the internet for site backend systems. As with any database, developers need tools to work with them. Pgweb is an open source, web-based client for PostgreSQL.