Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for AWS? #382

Open
mattdell opened this issue Jul 16, 2020 · 11 comments
Open

Documentation for AWS? #382

mattdell opened this issue Jul 16, 2020 · 11 comments
Labels
docs help wanted Extra attention is needed

Comments

@mattdell
Copy link
Contributor

Hi, I've spent about a day trying to get the docker image deployed onto AWS. I can see looking through the issues that people have manged it, but I don't see any documentation for how to deploy this to AWS.

I have been trying to follow this, which is very much focused on GCP: https://github.com/GoogleChrome/lighthouse-ci/blob/master/docs/recipes/docker-server/README.md

@patrickhulce
Copy link
Collaborator

Anyone familiar with docker deployment on AWS is welcome to add a section for it, PRs much appreciated :)

@patrickhulce patrickhulce added docs help wanted Extra attention is needed labels Jul 16, 2020
@mattdell
Copy link
Contributor Author

For anyone else struggling, I was able to do this by creating an EC2 instance, installing docker, and then using the docker-compose command in the link above.

I doubt this is the recommended way of doing it, otherwise I would write it up in the readme. Hopefully someone more knowledgeable comes along and is able to do it.

@jared-christensen
Copy link

Any tips on using AWS. I'm stuck at the moment.

@mattdell
Copy link
Contributor Author

mattdell commented Aug 5, 2021

@jared-christensen I got it running on AWS per my comment above. Have you tried that? If so where did you get stuck?

@adikari
Copy link

adikari commented Dec 8, 2021

I got this running in AWS Lambda with API Gateway and Serverless Aurora. If anyone is interested, let me know and I will write documentation on how to achieve this. I did not want to run this on ec2 as I rarely use the server and did not want to pay for always running ec2 instance.

@jeroenpot
Copy link

I got this running in AWS Lambda with API Gateway and Serverless Aurora. If anyone is interested, let me know and I will write documentation on how to achieve this. I did not want to run this on ec2 as I rarely use the server and did not want to pay for always running ec2 instance.

Hi @adikari
I would be very interested on how to achieve this

@mgray88
Copy link

mgray88 commented Aug 29, 2022

@adikari That is the exact thing I was searching for. Any guidance?

@KingScooty
Copy link

KingScooty commented Feb 28, 2023

@adikari super interested in how you achieved this - any chance you can share an example CDK?

@troydieter
Copy link

Hi @mattdell - have you seen https://github.com/troydieter/lhci-fargate ? I maintain this project.. deployed using AWS CDK v2.x in TS.

@mattdell
Copy link
Contributor Author

mattdell commented Mar 3, 2023

Hey @troydieter I haven't looked at this in a couple of years now but your project looks like a really good solution!

@szymonczerny
Copy link

I got this running in AWS Lambda with API Gateway and Serverless Aurora. If anyone is interested, let me know and I will write documentation on how to achieve this. I did not want to run this on ec2 as I rarely use the server and did not want to pay for always running ec2 instance.

sorry for digging this up, but I was wondering if you're able to share some documentation? I have a similar use-case and this stack would best suit my needs. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

9 participants