article thumbnail

How To Use NGINX As A Gateway To Services In Another VPC Using A Multi-NIC VM

Xebia

server { listen ${load_balancer_ip}:80; resolver 169.254.169.254; location / { # Note: Please include additional security for a production deployment. ." server { listen ${load_balancer_ip}:80; resolver 169.254.169.254; location / { # Note: Please include additional security for a production deployment.

article thumbnail

Network topologies – A series: Part 1

Xebia

We will be using secure approaches, because this always needs to be the basis of any configuration. This setup will adopt the usage of cloud load balancing, auto scaling and managed SSL certificates. Virtual machine Because we’re using a load balancer, we can configure a Managed Instance Group to process our traffic.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Securing a Web Application with AWS Application Load Balancer

Stackery

If you’re still using an Elastic Compute Cloud (EC2) Virtual Machine, enjoy this very useful tutorial on load balancing. I was recently called upon to secure an Nginx web server with HTTPS, and my goal was to set this up with a certificate obtained from AWS Certificate Manager. Want to configure ports for some reason?

article thumbnail

Ngrok, a service to help devs deploy sites, services and apps, raises $50M

TechCrunch

An open source package that grew into a distributed platform, Ngrok aims to collapse various networking technologies into a unified layer, letting developers deliver apps the same way regardless of whether they’re deployed to the public cloud, serverless platforms, their own data center or internet of things devices.

Firewall 240
article thumbnail

A Comprehensive Guide to AEM Instances: Types, Uses, and Management – Part 2

Perficient

Dispatcher In AEM the Dispatcher is a caching and load balancing tool that sits in front of the Publish Instance. Provides an additional layer of security by protecting AEM instances from direct exposure to the internet and can be configured to filter and block malicious requests, helping to mitigate security threats.

article thumbnail

AWS Open Source Observability: Visualization and Security Auditing with CloudMapper (Part 1)

Xebia

We define Observability as the set of practices for aggregating, correlating, and analyzing data from a system in order to improve monitoring, troubleshooting, and general security. I have explored the possibilities and limitations for two use cases related to observability: Visualization and security auditing with CloudMapper.

article thumbnail

Why you must extend Zero Trust to public cloud workloads

CIO

However, it has also introduced new security challenges, specifically related to cloud infrastructure and connectivity between workloads as organizations have limited control over those connectivity and communications. 3 We have seen an increase of 15% in cloud security breaches as compared to last year. 8 Complexity.

Cloud 307