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

Add .ebignore file & install gcc during ELB deployment. #211

Closed
wants to merge 9 commits into from

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented Oct 28, 2020

What

  • Add .ebignore file mostly based on the .gitignore.
  • Add 01_packages.config file for configuring ELB to install gcc on Amazon Linux.

Why

  • Prevent bloated artifacts and speed up deployment.
  • Prevent failure mode where new instances on ELB can fail to install due to a missing gcc.

@willgraf willgraf added the enhancement New feature or request label Oct 28, 2020
@willgraf willgraf changed the title Use .ebignore to minimize deployment artifact size. Add .ebignore file & install gcc during ELB deployment. Oct 28, 2020
@willgraf
Copy link
Contributor Author

Closing this as it is seemingly unnecessary, though I think the .ebignore file is worth keeping as it makes deployments much faster. I'll make a different PR for that.

@willgraf willgraf closed this Dec 23, 2020
@willgraf willgraf deleted the bugfix/eb-gcc-error branch December 23, 2020 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant