Want to create interactive content? It’s easy in Genially!
AWS Presentation
Dani Pastor Soler
Created on September 25, 2024
Dani Pastor 2ºSMR
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
PRESENTATION
aws
2ºSMR Dani Pastor
Index
Amazon Web Services
EC2 Auto scaling
Common Services
What Is AWS?
Amazon Aurora
Amazon S3
Lambda
Amazon ECS
Implementation in a real office
End
1. Introduction
What Is AWS?
AWS Is a company property of Amazon, dedicated to the cloud services. It offers 200 services and instances. Also it offers certifications for students and people who are learning.
+ info
Common services
5 common services from AWS
Amazon S3
EC2 AutoScaling
A service for store objects
Used commonly to host servers
Lambda
Amazon ECS
Amazon Aurora
A serverless service use to test code
A service to deploy containers easily
A relational databe service autoscalable
EC2 AutoScaling
This service provides a server with tools to build, host or do whatever the user requires. Autoscaling means that the server, if it needs more RAM or more cores due to an increase in requests, it will automatically add them. It can even add more servers if necessary.
Amazon S3
This service provides object storage, the data is saved in “buckets” which we can define as groups of data. This service, like the other ones, is scalable, and you only pay for the transitions (upload and download). It has more versions like S3 Glacier, which is used to store data that is not usually accessed, for example a backup of a server month by month.
Lambda
This service provides the user a site where try code or run simple applications, without the server (serverless) The user does not care about how much RAM it has or how much cores, the user only wants to run the code or run the simple application It’s commonly used by developers who want to test their code.
Amazon Aurora
This service provides the user a relational database, with a scalable server. It offers an availability of 99,99% It's compatible with the following databases:
Amazon ECS
Amazon Elastic Container Services is a service to deploy easily containers on the cloud. These containers are scalable like the other services and are compatible with all the others, like a load balancer. It uses the “pay-as-you-go" model, that means that you only pay for what you need.
Implementation in a real office
It's common for companies to use the cloud in their offices, for many purposes. These are some examples:
+ Example 3
+ Example 1
+ Example 2