I'm trying to use the AWS Elastic Beanstalk Command Line Interface v2.5.1 on OSX to deploy a node.js application.
The beanstalk application exists, with no environments.
From my application directory, I run eb init
.
As prompted, I enter the Access Key ID, the Secret Access Key, choose a region, enter the existing application name, choose a new environment name (staging
), choose LoadBalanced
environment type, choose to create an RDS DB Instance, and then it prompts
Create an RDS BD Instance from (current value is "[No snapshot]"):
a float is required`
And the process exits. (it doesn't allow me to enter a value for the last prompt)
Any ideas on how to resolve this?
Are there any alternatives to the eb
tool?