AWS Fundamentals 2 Flashcards
What is route 53?
Route53 is a managed DNS
AWS common records are?
A url to ipv4 - AAAA url to ipv6 - CNAME url to url - Alias URL to aws resource
How is client side load balancing done?
ROUTE 53 through DNS
what are the routing policies?
simple-failover-geolocation-geoproximity-latency-wighted
What do we prefer for aws resources?
we prefer Alias over CNAME for AWS resources - performance reaseons
What is RDS?
Relational Database service
Is RDS managed?YN
Yes
How do we improce RDS reads?
via setting read replicas
What is RDS drawback?
you cannot ssh into db instances
How many read replicas can you create?
5
Where can RDS read replicas be created?
Within AZs - Cross AZs - Cross Regions
Is RDS replication ASYNC?YN
Yes
How application leverages read replicas?
By using DB connection strings
What kind of consistency does RDS has for Replication to MASTER?
Eventual Consistency
Where is SYNC replication performed?
STAND-BY instances