-
Notifications
You must be signed in to change notification settings - Fork 963
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
amundsenfrontend on ECS not connecting to es & neo4j #210
Labels
keep fresh
Disables stalebot from closing an issue
Comments
I would suggest ask the question in our slack as Lyft currently doesn't use ECS for deploy. The community may have more idea on what is happening. |
gabrielucelli
pushed a commit
to gabrielucelli/amundsen
that referenced
this issue
Jan 28, 2020
* Some fixes * Remove a unecessary workaround * Css cleanup
gjxdxh
pushed a commit
to gjxdxh/amundsen
that referenced
this issue
Dec 8, 2020
* Add Dashboard Table model * Update dashboard_table.py * Update test_dashboard_table.py * bump version
dorianj
pushed a commit
to dorianj/amundsen
that referenced
this issue
Apr 25, 2021
* Some fixes * Remove a unecessary workaround * Css cleanup
dorianj
pushed a commit
to dorianj/amundsen
that referenced
this issue
Apr 25, 2021
* Add Dashboard Table model * Update dashboard_table.py * Update test_dashboard_table.py * bump version
feng-tao
pushed a commit
that referenced
this issue
May 7, 2021
* Some fixes * Remove a unecessary workaround * Css cleanup
feng-tao
added a commit
that referenced
this issue
May 7, 2021
* Add Dashboard Table model * Update dashboard_table.py * Update test_dashboard_table.py * bump version
dorianj
pushed a commit
to dorianj/amundsen
that referenced
this issue
Sep 28, 2021
add logo for athena
This was referenced Dec 28, 2021
hansadriaans
pushed a commit
to DataChefHQ/amundsen
that referenced
this issue
Jun 30, 2022
* Add Dashboard Table model * Update dashboard_table.py * Update test_dashboard_table.py * bump version
hansadriaans
pushed a commit
to DataChefHQ/amundsen
that referenced
this issue
Jun 30, 2022
* Some fixes * Remove a unecessary workaround * Css cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
followed the steps on installation-aws-ecs/aws-ecs-deployment.md and I see all containers running just fine on ECS. However amundsenfrontend is not showing the sample data that I populated in elasticsearch and neo4j running in the same ECS cluster.
CloudWatch shows
raise Exception('AUTH_USER_METHOD is not configured')Encountered exception: HTTPConnectionPool(host='amundsenmetadata', port=5000): Max retries exceeded Failed to establish a new connection: [Errno -2] Name or service not known'))
CloudWatch shows
raise Exception('AUTH_USER_METHOD is not configured')
I wanna believe that /docs/configuration.md#authentication & amundsen/issues/27 is irrelevant as all containers are located in the same cluster and the same ec2 instance as if it is running in local machines.
Thank you bunch for the help
The text was updated successfully, but these errors were encountered: