What is Route53?
A managed DNS containing a collection of rules and records which help clients reach a server through URLs.
What are the most common records of a Route53?
A: hostname to IPv4
AAAA: hostname to IPv6
CNAME: hostname to hostname (only for non root domain)
Alias: hostname to AWS resource
What are the Route53 policy type?
What is TTL?
Time to Live mandatory setting on Route53
Can Route53 register a domain for you?
Yes. However if you use a 3rd Party registrar like GoDaddy, GoogleDomains, etc. you must create a hosted zone in Route53 and update the NS Record at registrars website to use the Route53 name.
What is Elastic Beanstalk?
An AWS managed service that provides a developer centric view of deploying an application on AWS.
What are the architecture models for Elastic Beanstalk?
What are the components of Elastic Beanstalk?
What is a domain name registrar?
An organization that manages the reservation of Internet domain names (i.e. GoDaddy, Google Domains, etc.)
What is stickiness?
Attaching a user to a particular instance.
What are some of the platforms that Elastic Beanstalk supports?