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

EC2 Deployment #179

Closed
wants to merge 1 commit into from
Closed

EC2 Deployment #179

wants to merge 1 commit into from

Conversation

jhanavigera
Copy link
Contributor

@jhanavigera jhanavigera commented Nov 14, 2023

This pull request contains the updates related to EC2 deployment. Some key points:

  • Initial EC2 instance did not have enough resources due to it being in the free tier so I had to seperate the functinality of the application as follows:
  1. use AWS Open search service to run the elastic search instance
  2. run a seperate EC2 instance to deploy the flask application
  • I have defined the initial call to open search to be :
    es = OpenSearch( hosts=['REPLACE_WITH_ENDPOINT:443'], http_auth=('username', 'password') )
    for easy migration purposes.
  • The branch just contains placeholder values for: "hosts" "username" and "password"

TO DO:

  • we will have to update the workflow according to the opensearch change

@jhanavigera jhanavigera marked this pull request as draft November 14, 2023 12:41
@pandyah5
Copy link
Contributor

Discontinuing EC2 deployment using elastic search due to monetary constraints.

@pandyah5 pandyah5 closed this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants