article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Deploy Secure Public Web Endpoints Welcome to Building Resilient Public Networking on AWS—our comprehensive blog series on advanced networking strategies tailored for regional evacuation, failover, and robust disaster recovery. As an example, we’ll use “ subdomain-1.cloudns.ph” Example values: ns-123.awsdns-00.com.

AWS 147
article thumbnail

Cluster Management in Cassandra: Achieving Scalability and High Availability

Datavail

For example, on Ubuntu, you can use the following commands: Once Cassandra is installed, edit the `Cassandra.YAML configuration file located in the `/etc/cassandra/` directory: In the `Cassandra.YAML file, update the following properties to configure the new node: cluster_name: Set the name of your Cassandra cluster.

Insiders

Sign Up for our Newsletter

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

article thumbnail

AWS Disaster Recovery Strategies – PoC with Terraform

Xebia

This post explores a proof-of-concept (PoC) written in Terraform , where one region is provisioned with a basic auto-scaled and load-balanced HTTP * basic service, and another recovery region is configured to serve as a plan B by using different strategies recommended by AWS. Pilot Light strategy diagram. Strategies.

article thumbnail

How One MSP Improved Customer Satisfaction and Reduced Support Tickets

Kaseya

As MSPs, we think in terms of disaster recovery and continuity. You now need to think about internet links and what your disaster recovery and continuity plans are for those. And if you have two, you need to think about things like load-balancing and instant failover. Here’s a real-world example.

article thumbnail

Your Guide to Kubernetes Air-Gapping Success

d2iq

For example, you can run your transfer through a file transfer protocol (FTP) server, which enables the transfer of files from one computer to another. For disaster recovery, it becomes your first line of defense. more sophisticated transfer process enables you to automate and streamline your processes.

article thumbnail

What Is a Network Operations Center (NOC)? Definition, Role, Benefits and Best Practices

Kaseya

For example, it may use network management software to monitor traffic levels and identify potential problems, system monitoring tools to monitor endpoint and server performance and resource utilization, and application monitoring tools to track response times and identify errors.

Network 52
article thumbnail

Blue-Green Deployments: A Definition and Introductory Guide

LaunchDarkly

This deployment process involves creating two identical instances of a production app behind a load balancer. When your team wants to release new features, you switch the route on your load balancer from the old version of your app to the new version. Here’s a general overview of a blue-green deployment.