The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Load balancer not automatically created after stack completion

Abbas | Last updated: Jan 26, 2021 01:35PM UTC

Running into issues when deploying Burp Enterprise into AWS, used this article as a guide: https://portswigger.net/burp/documentation/enterprise/getting-started/cloud/deploy-aws and used the following cloud formation templates: https://bsee-cloud-trial.s3-eu-west-1.amazonaws.com/2020.12-5930/burp-suite-enterprise-edition.yaml https://bsee-cloud-trial.s3-eu-west-1.amazonaws.com/2020.12-5930/iam-for-burp-suite-enterprise-edition.yaml On the final step of the guide, it mentions a load balancer will be automatically created once the stack has completed, but it does not. Therefore unable able to retrieve the DNS name to launch the application. The access key generated was initiated from the same user performing the deployment. Seems this is a common problem, what is the solution please?

Liam, PortSwigger Agent | Last updated: Jan 27, 2021 10:58AM UTC

The load balancer should be created by the Kubernetes Ingress Controller so requires the application to be started before it appears. It is possible that something has gone wrong during the deployment, most likely connecting to the database. Would it be possible to provide us with the Cloud Watch logs?

Richard | Last updated: Feb 18, 2021 12:26PM UTC

I have the same issue. I am using free trial AWS 1/ If I go to Elastic Kubernetes Service (Amazon EKS) I see cluster below so I assume that Kubernetes Ingress Controller application is started. Cluster : burpsuiteenterprisemain-Deployment-P1MOWVY8BAOS-bootstrap-cluster Cluster ARN arn:aws:ecs:eu-west-2:068617432556:cluster/burpsuiteenterprisemain-Deployment-P1MOWVY8BAOS-bootstrap-cluster Status ACTIVE Registered container instances 0 Pending tasks count 0 Fargate, 0 EC2 Running tasks count 0 Fargate, 0 EC2 Active service count 0 Fargate, 0 EC2 Draining service count 0 Fargate, 0 EC2 2/ Checked Cloud Watch logs nothing here 3/ I see we have option to create load balancer should I try this 4/ how d o I check connection to data base from deployment

Richard | Last updated: Feb 19, 2021 11:38AM UTC

I tried the deployment without selecting an external database so we should use the default database prior to using external database and I had the same issue. So I’m not sure this is a database problem

Liam, PortSwigger Agent | Last updated: Feb 19, 2021 11:52AM UTC