AWS
AWS (Amazon Web Services) is a cloud computing platform.
AWS is the largest of the cloud providers.
The first product (S3) was released in 2006.
AWS EC2 - Virtual Cloud Server
EC2 is a virtual server in the AWS Cloud.
AWS EC2 is short for AWS Elastic Cloud Compute.
It makes scaling of capacity up and down easy.
AWS ELB - Elastic Load Balancing
This service distributes application traffic across services.
The Load Balancer is a single point of contact for incoming web traffic.
eg. Restaurant
AWS SNS - Cloud Notification Service
SNS (Simple Notification Service) is a notification service.
SNS is a cloud service for the mass delivery of messages.
AWS SQS - Cloud Queue Service AWS SQS
Simple Queue Service.
SQS is a message queuing service.
It exchanges and stores messages between software components.
Serverless Computing
Serverless is a service where you do not have to think about servers.
With serverless, you only have to think about code.
0 Comments