DevOps

HA (high availability) Active/Passive Palo Alto on AWS

Introduction In the first part, we explored Palo Alto firewalls, their use cases, and different ways to achieve high availability in AWS. To learn more click here. In this second part, we’ll walk through a complete end-to-end setup of an Active/Passive Palo Alto HA deployment within the same Availability Zone. Architecture In this setup, traffic […]

DevOps

Secure, Scalable, and Cost-Effective: How Azure Networking Fuels Business Success

No matter the size of your company, from a small startup to a large corporation where businesses rely heavily on web applications, cloud infrastructure, and data-driven services, having a reliable, secure network keeps everything running smoothly. That’s where Microsoft Azure’s networking services come into play. Azure offers a range of tools designed to help businesses […]

Navjot Singh
Navjot Singh
Read

Experience DesignFront End DevelopmentMobility

Progressive Web Apps : A Philosophy for Modern App Development

With the advent of “Mobile first” approach, more and more applications are moving from web-only platform to both Web and Mobile. Now it sounds great to have my application work on both the platforms but the time and efforts doubles. PWA comes into picture here by helping build a web application which works as a […]

Sakshi Tyagi
Sakshi Tyagi
Read

DevOpsTechnology

Basics of IPTables

Linux is the most-used open source operating system. Managing network traffic is one of the toughest jobs to deal with.  For this, we must configure the firewall in such a way that it meets the system and users requirements without leaving the system vulnerable. The default firewall in most of the Linux distributions is IPTables. IPTables is used […]

Anup Yadav
Anup Yadav
Read

AWS

Migrate Elastic IP Address from EC2-Classic to EC2-VPC

In my recent use case , I thought of migrating EC2 classic elastic IP from EC2 classic to EC2-VPC. So now Amazon does provide this feature to migrate Ip form EC2 classic to EC2 VPC but not sure when it was released. As of know it can be only done using EC2 Query API or […]