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

feat: setup ALB and DNS #107

Merged
merged 7 commits into from
Oct 11, 2024
Merged

feat: setup ALB and DNS #107

merged 7 commits into from
Oct 11, 2024

Conversation

nikiburggraf
Copy link
Contributor

@nikiburggraf nikiburggraf commented Sep 27, 2024

Sets up ALB for the project and removes Elastic IP (since it's no longer needed). Updates relevant values in values.cloud.yaml to the LB's URL.

Also runs a lot of annoying looking formatting stuff. Sorry about that!!!!

todo:

  • test
  • fix populating sample entries & test (it fixed itself but I'll take it)
  • undo userdata's checking out this branch specifically
  • remove all EIP config stuff after testing
  • NEW: run tofu fmt on everything because an IaC presentation at the Cross VISS Convening told me that it existed

Proof that it has worked with the ALB's URL:

Screenshot 2024-09-26 at 5 22 47 PM

Copy link

github-actions bot commented Sep 27, 2024

@lsetiawan
Copy link
Member

undo userdata's checking out this branch specifically

Just so you are aware, I think currently we still need to clone the repo so that the populate job can create the image.

@nikiburggraf nikiburggraf marked this pull request as ready for review October 10, 2024 23:52
@nikiburggraf
Copy link
Contributor Author

undo userdata's checking out this branch specifically

Just so you are aware, I think currently we still need to clone the repo so that the populate job can create the image.

yup, i just had to make it check out main instead before this was ready :)

i needed to swap to this branch during testing so the server would pull and read from the correct values.cloud.yaml and make sure that that all worked, but I've put it back now that I'm done messing with everything

Copy link
Member

@lsetiawan lsetiawan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nikiburggraf! This is looking good. Just a few small adjustments and I think we're ready to go. It's great to see you incorporated the opentofu format CLI to format the code. 😄

@lsetiawan lsetiawan linked an issue Oct 11, 2024 that may be closed by this pull request
Co-authored-by: Don Setiawan <landungs@uw.edu>
@nikiburggraf
Copy link
Contributor Author

Thanks @lsetiawan! Changes applied :)

Copy link
Member

@lsetiawan lsetiawan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This is now ready to go! :shipit:

@nikiburggraf nikiburggraf merged commit 82b0f88 into main Oct 11, 2024
1 check passed
@nikiburggraf nikiburggraf deleted the cloud-dns branch October 11, 2024 18:43
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.

chore: Setup Elastic Load Balancer for cloud backend services
2 participants