top of page

Node- AWS EB Deployment- Notes

Features:

  1. Capacity Provisioning

  2. Load Balancing

  3. Auto Scaling

  4. Application Health Monitoring

  5. Fully managed patch and security updates


Steps:

  1. Initialize a new node private git repo

  2. Create a Node.js Application using express

  3. Docekrize it using Dockerfile

  4. Create .dockerignore file

  5. Setup IAM Group- AdministratorAccess

  6. Create user

  7. Install AWS EB CLI

  8. eb init

  9. create a new folder: .ebextensions

  10. eb create <env-name>

  11. eb deploy

  12. eb open

  13. To deploy changes: push to git and then eb deploy <env-name>

  14. Console: eb console

  15. Logs: eb logs

  16. Terminate Environment: eb terminate




Ref:

 
 
 

Recent Posts

See All
Startup Resources

https://www.sequoiacap.com/build/ http://paulgraham.com/start.html https://80000hours.org/career-reviews/tech-entrepreneurship/...

 
 
 
Best Tech Startups to work for

References: https://www.computerworld.com/article/3604481/12-hot-enterprise-tech-startups-to-watch.html https://www.forbes.com/sites/loui...

 
 
 
Popular Tech Startups

References: https://www.cloudways.com/blog/best-startups-watch-out/ https://www.computerworld.com/article/3604481/12-hot-enterprise-tech-...

 
 
 

Comments


Post: Blog2_Post
bottom of page