Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

samsuresh's avatar

Forge with AWS Autoscaling

I'm planning to use Laravel Forge with AWS. But I would like to use the AWS Load balancer and autoscaling feature. So does anyone know how that works?

For example, in AWS I need to create an image of my server for autoscaling to deploy a new instance when required. So when it deploys, I'll end up with 2 servers in AWS but in the forge, it will be 1. Is that mean I need to remove the forge agent before creating the image?

Thank you

0 likes
3 replies
bugsysha's avatar

At the moment it would be possible only if you automate it through Forge API. If you need autoscaling, then maybe you should consider Vapor instead.

Please or to participate in this conversation.