Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

AWS Elastic Beanstalk Environment Tiers

Pragya Keshap answered on February 23, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • where to check elastic beanstalk logs
  • aws elastic beanstalk
  • How is AWS CloudFormation different from AWS Elastic Beanstalk?
  • start elasticsearch on aws
  • AWS Elastic BeanStalk - Remember
  • AWS Elastic Beanstalk supports two types of Environment:
  • Key features and concepts of Amazon Elastic Beanstalk include:
  • Does AWS Elastic Beanstalk work with Amazon ECR?

  • AWS Elastic Beanstalk Environment Tiers

    0

    Web Server Tier : Run web applications

    Single-instance environments: EC2 + Elastic IP

    Load-balanced environments: ELB + ASG + EC2

    (OPTIONAL) Add database to Elastic Beanstalk Env:

    Use environment properties to connect to database

    RDS_HOSTNAME, RDS_PORT, RDS_DB_NAME, RDS_USERNAME, RDS_PASSWORD

    Lifecycle of database tied to Elastic Beanstalk Env:

    If you delete Elastic Beanstalk environment, database also deleted

    (WORKAROUND): Enable Delete Protection on RDS

    (WORKAROUND): Take Database Snapshot and Restore

    NOT RECOMMENDED for Production Deployment

    Worker Tier: Run Batch Applications: ASG + EC2 + SQS

    Process messages from SQS queues

    Trigger auto scaling using AWS CloudWatch alarms

    Schedule tasks using cron.yaml 

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.