Introducing AWS Gateway Load Balancer – Easy Deployment, Scalability, and High Availability for Partner Appliances

By Dustin Ward

Amazon Web Services FeedIntroducing AWS Gateway Load Balancer – Easy Deployment, Scalability, and High Availability for Partner Appliances Last year, we launched Virtual Private Cloud (VPC) Ingress Routing to allow routing of all incoming and outgoing traffic to/from an Internet Gateway (IGW) or Virtual Private Gateway (VGW) to the Elastic Network Interface of a specific Amazon…

Running bash commands in AWS CloudFormation templates

By Dustin Ward

Amazon Web Services FeedRunning bash commands in AWS CloudFormation templates Oftentimes we find customers who want to extend their AWS CloudFormation templates by running a few lines of code during template execution. For example, to call an external API. In these cases, customers were directed to use either custom resources, resource types, or macros to…