AWS

 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.





AWS Lambda - Serverless Cloud Compute
AWS Lambda a serverless compute service.
This service lets you run code without needing to think about servers.
You only pay for the compute time that you use.


 AWS ECS - Elastic Container Service
Containers are popular for deploying and managing applications in the cloud.
Containers let you package code in a single object.


AWS EKS - Elastic Kubernetes Service
AWS Elastic Kubernetes Service is also called AWS EKS
EKS is a managed service that lets you run Kubernetes on AWS.


What is Kubernetes?
Kubernetes is open-source software.
It helps you deploy and manage containerized applications.


AWS EBS
Elastic Block Store.
EBS is a service that provides storage volumes.


AWS S3
AWS Simple Storage Service.
S3 is a storage service.
It allows uploading any type of file.


AWS DMS - Database Migration Service
It helps you move data between databases.

DevOps


Agile 


Microservices 




0 Comments