Elastic Beanstalk Application

Create an Elastic Beanstalk Application

  1. OPTIONAL:
    1. Name: Name of the elastic beanstalk application. Default name is depx-eb-app-{current-datetime}
    2. Description: Description of the application. Default description is depx-eb-app-{current-datetime}

EXAMPLE:

Create an elastic beanstalk application with name depx-eb-app

Delete Elastic Beanstalk Application

  1. Name: Name of the elastic beanstalk application to delete

EXAMPLE:

Delete EB app depx-eb-app

List Elastic Beanstalk Applications

EXAMPLE:

List all AWS EB applications

Elastic Beanstalk Environment

Create an Elastic Beanstalk Environment

  1. Elastic Beanstalk Application Name: Name of the elastic beanstalk application name where this environment will be created

  2. Elastic Beanstalk Application Stack: The tech stack of the application to be deployed. Can be:

    1. .NET
    2. Docker
    3. Go
    4. Java
    5. Node.js
    6. PHP
    7. Python
    8. Ruby
    9. Tomcat
    10. HTTP
    11. SQS
  3. OPTIONAL

    1. Elastic Beanstalk Environment Name: Elastic beanstalk environment name. Default name is depx-eb-env-{current-datetime}
    2. Elastic Beanstalk Environment Description: Elastic beanstalk environment description. Default description is depx-eb-env-{current-datetime}
    3. Elastic Beanstalk Application Type: Should be web_app (default) if the application stack is .NET, Docker, Go, Java, Node.JS, PHP, Python, Ruby, Tomcat etc else will be worker if it’s HTTP or SQS. The default value is selected based on the application tech stack.
    4. Elastic Beanstalk Solution Stack: Instead of mentioning the application tech stack, you can directly mention the solution stack. For example, If you want to deploy a Node.js application, you can directly mention the solution stack as "64bit Amazon Linux 2023 v6.1.2 running Node.js 20”.

    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.