Elastic Beanstalk Flashcards
True or False: In Elastic Beanstalk, you cannot have multiple versions of your applications.
False.
Elastic Beanstalk supports __________ or __________ for Node.js apps.
Nginx. Apache HTTP server.
Elastic Beanstalk supports Microsoft IIS for __________ apps.
.NET.
True or False: Elastic Beanstalk doesn’t support Go apps.
False.
True or False: Elastic Beanstalk is free.
True.
True or False: Elastic Beanstalk supports Docker containers.
True.
True or False: In Elastic Beanstalk, your applications can be split into tiers (web tier/app tier/db tier).
True.
True or False: Elastic Beanstalk is free, but you pay for the resources you use.
True.
True or False: In Elastic Beanstalk, you can update your app’s configuration once it’s been created.
True.
True or False: Elastic Beanstalk supports Java SE apps.
True.
If your Elastic Beanstalk app uses an existing RDS database, what happens to the database when you delete your app?
Nothing. Elastic Beanstalk only deletes databases that it creates.
Elastic Beanstalk supports __________ or __________ for Ruby apps.
Passenger. Puma.
In Elastic Beanstalk, can updates be applied immutably?
Yes.
If Elastic Beanstalk creates an RDS database, what happens to it when you delete your app?
Elastic Beanstalk deletes the RDS database.
Elastic Beanstalk supports __________ for Java apps.
Apache Tomcat.