Do AWS Loadbalancers support running multiple types of apps?
A customer asked: > Can backend apps be non-homogenous, meaning different apps running behind one load balancer?
AWS does support running multiple different applications behind a single load balancer. Here's some relevant reading from AWS: * [How to expose multiple applications on EKS using a single application load balancer](https://aws.amazon.com/blogs/containers/how-to-expose-multiple-applications-on-amazon-eks-using-a-single-application-load-balancer/) * [Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/) (discusses path-based and host-based routing to multiple backend services) ## Do Gruntwork modules support this pattern? Gruntwork modules deploy standard AWS resources, such as Application Load Balancers, which means that you can extend your Gruntwork configuration to meet your own requirements, because you always receive 100% of your Reference Architecture and IaC library as code. Keep in mind, however, that while Gruntwork is always happy to provide guidance and assistance via support, if you have extensive modification needs, such as deploying a non-standard architecture to the cloud, your changes may fall outside of a typical Gruntwork support case. We're happy to put you in touch with expert developers who know the Gruntwork ecosystem well and can further assist you with bespoke development.