overview of AWS Flashcards
what are the three major cloud providers
AWS (90%), Azure (5%) and Google
What’s a region?
geographical area - each area consist of 2 (or more) availability zones
What is a availability zone?
is simply a datacenter (or tight cluster of data centers). Separated to handle physical issues
What are edge locations?
CDN (content distribution nodes for cloud front
Are there more or less edge locations
Many more that regions/AZ
What is LAMP?
Linux, Apache HTTP server, MySQL and PHP programming language
What is a VPC
Virtual private cloud
How many VPCs can you have
Multiple per region
What is Route53? where did the name come from?
Route53 is AWS DNS service - 53 is the DNS port and route 66 is first interstate - play on this
What is CloudFront?
content delivery network
What is Direct Connect?
Allows you to directly connect to your office or datacenter (via internet)
What is EC2 and what is it used for?
Elastic compute cloud - simply virtual machines (Rhel, windows, ….)
What is EC2 container services?
service that supports Docker
What is Elastic Beanstalk?
service which allows you to upload your code, analysis it and will allocate the necessary resources
What is Lambda?
revolutionary service - serverless (no access to host) - upload code and it will respond to your events
What is light sail?
out of the box cloud wordpress site - deply automatically
What is S3?
Simple storage service - virtual disk in the cloud - can store objects or files - not used for executables or database
What is Glacier?
Archive service - allows yo to store your files for long period of time - 3 to 4 hours to restore
What is EFS?
Elastic File storage (block storage) - used for installing apps and ability to attach to multiple virtual servers
What is storage gateway?
A way to connect S3 storage to your datacenter - installed on prem via a virtual machine which communicates to S3 infrastructure
What is RDS?
Relational database service - includes following databases: MySQL, postgres, mariaDB, SQLServer, Oracle and Aurora
What is DynamoDB
Non relational database - very scalable and high performance
What is Redshift
Amazon data warehouse solution
What is Elasticache
used to cache data in the cloud - e.g. top 10 selling items that doesn’t change price or image. Take load off the database by moving to the cache
What is Snowball?
Ability to move data from datacenter or office more effectively to AWS (physical transport vs over the wire)
What is DMS?
database migration service - move from datacenter to datacenter without down time. When migrating - has the ability to migrate to another DB technology
What is SMS?
Server migration services - same as DMS - just moves servers instead of databases - 50 at a time