Cloud test 1 Flashcards
What is the cloud?
On-demand delivery of IT resources over the Internet with pay-as-you-go pricing.
What is the value prop of the cloud?
A virtual server in Amazon Web Services
SaaS (Software as a Service)
Service)
A form of cloud computing where a firm subscribes to a third-party software and receives a service that is delivered online.
IaaS (Infrastructure as a Service)
IaaS (Infrastructure as a Service)
A method that provides network resources such as for storage and allow the client can deploy software and add network components such as firewalls.
PaaS (Platform as a Service)
A method that enables infrastructure and tools from the service provider so that the client does not need to manage them.
CloudFront
provides a way to distribute content with low latency and high data transfer speeds, delivering content to end-users using a global network of edge locations.
Virtual Machine
Computer running on another machine. It’s software that acts like a separate computer, running its own operating system and programs, but it’s all happening inside your actual computer.
RDS (Relational Database Service)
Amazon Relational Database Service is a distributed relational database service by Amazon Web Services. It is a web service running “in the cloud” designed to simplify the setup, operation, and scaling of a relational database for use in applications.
EC2 (Elastic Cloud Complute)
allows users to rent virtual computers on which to run their own computer applications.
Lambda
Serverless platform as a service service. Way for you to run small pieces of code without having to maintain a server
API Gateway
a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.
VPC (Virtual Private Cloud)
A private network segment made available to a single cloud consumer on a public cloud.
Subnet
a subdivision of a network that is created either to conserve addresses or to support specific network requirements.
NACL (Network Access Control List)
an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.
Note: act at the subnet level, but security groups act at the instance level.
Security Groups
Virtual firewall that controls inbound and outbound traffic to and from the instance.