AWS Elastic Beanstalk
Here are some useful command working with AWS Elastic Beanstalk eb init = initialize environment eb list eb logs eb console =…
Here are some useful command working with AWS Elastic Beanstalk eb init = initialize environment eb list eb logs eb console =…
First create a file docker-eb-run.json with following content { “AWSEBDockerrunVersion”: “1”, “Image”: { “Name”: “bitnami/tomcat” }, “Ports”: [ { “ContainerPort”: “8080” }…
AWS Elastic Beanstalk is a PaaS (Platform As Service) allow you to quickly deploy applications. To install AWS Elastic Beanstalk command line…
To install Amazon AWS Elastic Beanstalk Command Line Interface (EB CLI), run pip install awsebcli To create a project. mkdir serverok cd…