Basic Terms Flashcards
Cloud Computing
On-Demand delivery of IT resources with pay-as-you-go pricing.
On-Demand Delivery
AWS has the resources you need when you need them.
Private-Cloud Deployment
On-Premises Deployment
Hybrid Deployment
Cloud-based resources are connected to on-premises infrastructure.
Mulitenancy
Sharing underlying hardware between virtual machines
CaaS (Compute as a Service)
Consumption-based (pay-per-use) infrastructure model that provides on-demand processing resources for general & specific workloads.
What is Dynamic Scaling?
Scales based upon demand.
What is Predictive Scaling?
Automatically schedules right number of EC2 instances based upon predicted demand.
What type of application has resources and services tightly coupled where if one service fails they all fail?
Monolithic Application
What type of application has loosely coupled services and if single component fails, other components continue to work because they are communicating with each other.
Microservice
What are Containers?
Image files that contain everything needed to run
software, processes, & workflows.
What is an Origin
Server from which CloudFront gets your files.
What is a Subnet?
Section of VPC where you group resources based on security or operational needs.
Can be public or private.
What is an Internet Gateway?
Connection between VPC & Internet.
What is Virtual Private Gateway?
Enables you to establish VPC connection b/w you & private network (ex: on-premises data-center or internet corporate network).
Allows for traffic into VPC if coming form approved network.