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.
True or False: In Elastic Beanstalk, you can have multiple versions of your applications.
True.
In Elastic Beanstalk, can updates be applied to only a percentage of instances?
Yes.
Elastic Beanstalk supports __________ for PHP apps.
Apache HTTP server.
Elastic Beanstalk supports __________ for .NET apps.
IIS 7.5+.
Elastic Beanstalk supports __________ for Python apps.
Apache HTTP server.
In Elastic Beanstalk, can updates be applied a single instance at-a-time?
Yes.
Elastic Beanstalk supports Passenger or Puma for __________ apps.
Ruby.
True or False: In Elastic Beanstalk, you cannot update your application once it’s been created.
False.
Elastic Beanstalk supports Nginx or Apache HTTP server for __________ apps.
Node.js.
Elastic Beanstalk supports Apache Tomcat for __________ apps.
Java.