What is AWS?
- A secure cloud services platform
What is Cloud Computing?
The use of remote servers through a network to do computation tasks like program execution, storage, management and processing of data
What is PaaS?
What is IaaS?
- A form of cloud computing that provides a virtualized computing resources over the internet.
What is SaaS?
Software as a service is a software distribution model in which a third-party provider hosts applications and makes them available to customers over the internet. (google docs, gmail, etc.)
What is EC2?
What is EBS?
- A traditional ‘block’ storage resource that is provisioned to other AWS services.
What is AMI?
What is ELB?
What are the types of ELB?
What is Autoscaling?
A method used in cloud computing where the number of instances for a server scales automatically based on the connection and request load.
What is a Security Group?
A virtual firewall that controls the traffic for one or more instances. When an instance is launched you associate a security group to it for it to filter traffic down to only IPs matching that group.
What is S3?
What is RDS?
- Makes it easy to set up, operate, and scale a relational database like postgreSQL, mySQL, or OracleSQL.
Region vs Availability Zones
What is resiliency?
A systems capability to handle disaster such as weather, power, or other catastrophe that can affect the systems and their services so that the application can stay available to users.