Skip to content

Instantly share code, notes, and snippets.

@brijesh-deb
Last active June 17, 2018 01:42
Show Gist options
  • Save brijesh-deb/b34717e20833c7dfadf772cb39edd159 to your computer and use it in GitHub Desktop.
Save brijesh-deb/b34717e20833c7dfadf772cb39edd159 to your computer and use it in GitHub Desktop.
#AWS #ElasticBeanStalk

Using Elastic Beanstalk

  • Pre-requisite
    • Default VPC
  • Steps
    • Create the project jar file [mvn clean install]
    • Go to AWS Beanstalk
    • Click "Get Started"
    • Enter
      • Application Name: [Name]
      • Platform: Java
      • Application code
        • Upload Jar file (from /target folder)
        • Version label
    • Click "Configure more options"
    • Modify Database
      • Engine: postgres
      • Engine version: 9.6.6
      • Instance class: db.t2.micro
      • Storage: 5
      • User name: postgres
      • Password: admin123
      • Retention : Delete (no backup needed for POC)
      • Availability: Low (One AZ)
      • Click "Save"
    • Click "Create Environment"
    • Beanstalk starts creating the environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment