/BeanStalk-NodeExpressDeployment

Node express sample app for deployment to Elastic BeanStalk

Primary LanguageJavaScriptApache License 2.0Apache-2.0

BeanStalk-NodeExpressDeployment

Node express sample app for deployment to Elastic BeanStalk.

Deployment Command to Elastic BeanStalk

  • Initialize the EB application creation process eb init --profile <AWS_PROFILE>
  • Initialize the EB application environment creation process eb create
  • Use the already existing EB application environment eb use <ELASTIC_BEANSTALK_ENV_NAME>
  • Deploy the changes to EB environment eb deploy