EXAMPLE:
Create an elastic beanstalk application with name depx-eb-app
EXAMPLE:
Delete EB app depx-eb-app
EXAMPLE:
List all AWS EB applications
Elastic Beanstalk Application Name: Name of the elastic beanstalk application name where this environment will be created
Elastic Beanstalk Application Stack: The tech stack of the application to be deployed. Can be:
OPTIONAL
If this value is not mentioned, depX will pick the latest solution stack for a relevant application tech stack. 5. EC2 Key: Default ec2 instance key is depx-ec2-keypair-{cognito-user-id} 6. EC2 Instance Type: AWS EC2 instance type to be used for the application. Default value is t2.small. 7. IAM instance Profile ARN: ARN of the instance profile to be used for AWS Autoscaling launch configuration. If not passed, depX will create a new instance profile. 8. Elastic Beanstalk Service Role ARN: ARN of the service role to be used for AWS ElasticBeanstalk. If not mentioned, depX will create a new service role. 9. VPC Id: Specify the vpc where the instances will be placed. Default vpc picked by default. 10. Associate Public IP: False by default. 11. Subnets: Private subnet of the default VPC picked by default. 12. CNAME Prefix: Prefix for the URL of the Elastic Beanstalk Environment.