SlideShare a Scribd company logo
1 of 92
Download to read offline
AN INTRODUCTION TO
Wednesday 29th April 02020
John Dalziel 

@crashposition
Tech Lunch and Learn
2020EDITION
Introduction
• 30+ Years in Digital Media.

• 20+ Years in Web Development.

• 7 Years AWS Development.

• Currently a DevOps Engineer for
Capgemini, working at HMRC Digital.
John Dalziel 

@crashposition
What we’ll cover
• Amazon Web Services

• AWS Architectures: 

Virtual Machines, Containers
and Serverless

• Q&A
John Dalziel 

@crashposition
• Launched in 1995

• World’s biggest online retailer.

• Handles one third of all US e-commerce.

• Amazon is valued in excess of $1 trillion.
WEB SERVICES
MANAGED WEB SERVICES
A Web Service is any cloud-based, managed service:

examples:
• Web Hosting (e.g. Wix, Squarespace)

• Web Mail (e.g. GMail)

• Web Storage (e.g. Dropbox)
• Security and Compliance is a shared responsibility between
AWS and the customer.

• System architecture choices can greatly influence this balance.
SHARED RESPONSIBILITY
MANAGED WEB SERVICES
SaaS
Least Control Most Control
Least Responsibility Most Responsibility
PaaS IaaS
Software as a Service Infrastructure as a ServicePlatform as a Service
Wix, Squarespace, 

Shopify
AWS, Google Cloud,

Microsoft Azure
Heroku, GoDaddy
Software
YOUR RESPONSIBILITIES
Operating System
Hardware
Software
Operating System
Hardware
Software
Operating System
Hardware
INFRASTRUCTURE AS A SERVICE
• Amazon Web Services (launched 2002)

• Google Cloud (launched 2004) 

• Microsoft Azure (launched 2009)
Market Leaders
2002
2006
SQS, S3, EC2
2020
Compute Storage Databases Networking Security
AMAZON WEB SERVICES
Machine Learning Mobile Satellite Robotics Dev Tools
Analytics AR/VR Blockchain Gaming IoT
MODULARITY
AWS
is modular
Amazon
is modular
Web Services
are modular
WEB SERVICES are MODULAR
• Web Services are modular and self contained.

• Web Services have no external dependencies.

• Communication is through a well defined API
(Application Programming Interface).
AWS is MODULAR
• Each service has a dedicated team.

• Each service is self-contained. 

(no external dependencies)

• Each service exposes an API.
AMAZON is MODULAR
• All teams will henceforth expose their data and
functionality through service interfaces.
• Teams must communicate with each other
through these interfaces.
• There will be no other form of interprocess
communication allowed: no direct linking, no
direct reads of another team's data store, no
shared-memory model, no back-doors
whatsoever. The only communication allowed is
via service interface calls over the network.
Excerpts from a Jeff Bezos memo c2002. • It doesn't matter what technology they use.
HTTP, Corba, Pubsub, custom protocols --
doesn't matter. Bezos doesn't care.
• All service interfaces, without exception,
must be designed from the ground up to be
externalizable. That is to say, the team must
plan and design to be able to expose the
interface to developers in the outside world.
No exceptions.
• Anyone who doesn't do this will be fired.
• Thank you; have a nice day!
– Benedict Evans
https://www.ben-evans.com/benedictevans/2017/12/12/the-amazon-machine
“Amazon, then, is a machine to make a machine
- it is a machine to make more Amazon”
ARCHITECTURES
Virtual Machines

Containers

Serverless
Example: LAMP Stack
Classic Web Hosting
DNS
Classic Web Hosting
Classic Web Hosting
http://www.example.com
DNS
ARCHITECTURES
Virtual Machines
Amazon Web Services
PRIVATE NETWORK
AWS is available in 22 Geographical Regions (4 more planned)
Each region contains multiple Availability Zones (AZ’s)
Each AZ can span one or more data centres.
PRIVATE NETWORK
PRIVATE NETWORK
Region
Availability Zone Availability Zone Availability Zone
VPC
Public Subnet
Private Subnet
Public Subnet
Private Subnet
Public Subnet
Private Subnet
VPC: Virtual Private Cloud
PRIVATE NETWORK
Public
Subnets
Private
Subnets
Routing
Tables
Internet
Gateway
VPN
Gateway
PRIVATE NETWORK
SERVERS
EC2: Elastic Compute
SERVERS
Virtual Machines
Instance Type
CPU, Memory,
Network I/O
OS
Linux or
Windows
Location
Region & AZ
Firewall Rules
Security Groups
SERVERS
SERVERS
http://ec2-00-00-00-00.eu-
west-1.compute.amazonaws.com
SERVERS
http://ec2-00-00-00-00.eu-
west-1.compute.amazonaws.com
DNS
Route 53
DNS
• Highly Available Public and Private DNS.

• Full support for IPv4 and IPv6.

• DNS Failover, DNS Health Checks, Latency
Based Routing, Geo DNS, Geoproximity…
DNS
http://ec2-00-00-00-00.eu-
west-1.compute.amazonaws.com
DNS
http://www.example.com
DNS
SSL CERTIFICATE
SSL CERTIFICATE
http://www.example.com
DNS
SSL CERTIFICATE
https://www.example.com
DNS
https://www.example.com
DNS
Split the APP from the DATABASE
Split the APP from the DATABASE
https://www.example.com
DNS
DATABASES
RDS: Relational Database Service
DATABASES
AWS Aurora
MySQL
Postgres
MySQL MariaDB Postgres Oracle DB
MS SQL Server
Other Databases
DATABASES
DynamoDB DocumentDB
MongoDB
ElastiCache

Redis

Memcached
Neptune Timestream QLDB
Key-value

Database
Document
Database
In-memory

Database
Graph

Database
Time Series

Database
Ledger

Database
DATABASES
https://www.example.com
DNS
DATABASES
https://www.example.com
DNS
DATABASES
https://www.example.com
DNS
OBSERVABILITY
Cloudwatch
OBSERVABILITY
• Centralised Logs, Metrics and Events for AWS
Services.

• Send your own Logs to Cloudwatch.

• Set Alarms and Automate action based on Metrics.
OBSERVABILITY
https://www.example.com
DNS
OBSERVABILITY
https://www.example.com
DNS
APP SCALABILITY
Elastic Load Balancing
APP SCALABILITY
Network Load Balancer
Layer 4 (TCP, UDP, TLS)
Application Load Balancer
Layer 7 (HTTP, HTTPS)
APP SCALABILITY
https://www.example.com
DNS
APP SCALABILITY
https://www.example.com
DNS
APP SCALABILITY
https://www.example.com
DNS
APP SCALABILITY
https://www.example.com
DNS
STATIC CONTENT
STATIC CONTENT
S3: Simple Storage Service Cloudfront
Data Object Storage Global Content Delivery Network
(CDN)
STATIC CONTENT
https://www.example.com
DNS
STATIC CONTENT
https://www.example.com
DNS
STATIC CONTENT
https://www.example.com
https://cdn.example.com
DNS
ARCHITECTURES
Containers
CONTAINERS
AWS Services for Docker Containers
CONTAINERS
Elastic Container
Service
ECS for
Kubernetes
Elastic Container
Registry
CONTAINERS
https://www.example.com
https://cdn.example.com
DNS
CONTAINERS
https://www.example.com
https://cdn.example.com
DNS
CONTAINERS
https://www.example.com
https://cdn.example.com
DNS
CONTAINERS
https://www.example.com
https://cdn.example.com
DNS
WEB API
AWS Services to expose an API
WEB API
API Gateway
Internet Gateway
for APIs
API Gateway provides a unified front end to a wide range of back end services.
EC2 ECS Lambda
WEB API
https://www.example.com
https://cdn.example.com
DNS
WEB API
https://www.example.com
https://cdn.example.com
https://api.example.com
DNS
ARCHITECTURES
Serverless
SERVERLESS
Functions as a Service
SERVERLESS
Lambda
Serverless
Functions
Step Functions
Serverless
Pipelines
Fargate
Serverless
Containers
SERVERLESS
https://www.example.com
https://cdn.example.com
https://api.example.com
DNS
SERVERLESS FUNCTIONS
https://www.example.com
https://cdn.example.com
https://api.example.com
DNS
SERVERLESS PIPELINES
https://www.example.com
https://cdn.example.com
https://api.example.com
DNS
SERVERLESS CONTAINERS
https://www.example.com
https://cdn.example.com
https://api.example.com
DNS
FIN
Learn More
• https://aws.amazon.com/free/

AWS Free Tier

• https://aws.amazon.com/architecture/
well-architected/

AWS Well Architected 

• https://aws.amazon.com/summits/

AWS London Summit
John Dalziel 

@crashposition
AN INTRODUCTION TO
Wednesday 29th April 02020
John Dalziel 

@crashposition
Tech Lunch and Learn
2020EDITION

More Related Content

What's hot

Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)Martin Yan
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014Ian Massingham
 
How we do Serverless
How we do ServerlessHow we do Serverless
How we do ServerlessA Cloud Guru
 
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewThe Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewAmazon Web Services
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Garvit Anand
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentationjlechowicz
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving8KMiles Software Services
 
Cloud Computing With AWS
Cloud Computing With AWSCloud Computing With AWS
Cloud Computing With AWSMunish Gupta
 
Amazon web services,
Amazon web services,Amazon web services,
Amazon web services,Chetan Goenka
 
An Introduction to AWS - AWS Summit Tel Aviv 2017
An Introduction to AWS - AWS Summit Tel Aviv 2017An Introduction to AWS - AWS Summit Tel Aviv 2017
An Introduction to AWS - AWS Summit Tel Aviv 2017Amazon Web Services
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Serviceshishupal choudhary
 
Introduction to AWS (Amazon Web Services)
Introduction to AWS (Amazon Web Services)Introduction to AWS (Amazon Web Services)
Introduction to AWS (Amazon Web Services)Albert Suwandhi
 

What's hot (20)

Amazon web service
Amazon web service Amazon web service
Amazon web service
 
Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)
 
Bn1007 demo ppt aws
Bn1007 demo ppt awsBn1007 demo ppt aws
Bn1007 demo ppt aws
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014
 
Aws overview
Aws overviewAws overview
Aws overview
 
How we do Serverless
How we do ServerlessHow we do Serverless
How we do Serverless
 
Introduction to AWS
Introduction to AWSIntroduction to AWS
Introduction to AWS
 
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewThe Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
 
Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)Introduction to Amazon Web Services (AWS)
Introduction to Amazon Web Services (AWS)
 
AWS Overview
AWS Overview AWS Overview
AWS Overview
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentation
 
Preparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgivingPreparing your IT infrastructure for thanksgiving
Preparing your IT infrastructure for thanksgiving
 
Cloud Computing With AWS
Cloud Computing With AWSCloud Computing With AWS
Cloud Computing With AWS
 
Technical Track
Technical TrackTechnical Track
Technical Track
 
Amazon web services,
Amazon web services,Amazon web services,
Amazon web services,
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
An Introduction to AWS - AWS Summit Tel Aviv 2017
An Introduction to AWS - AWS Summit Tel Aviv 2017An Introduction to AWS - AWS Summit Tel Aviv 2017
An Introduction to AWS - AWS Summit Tel Aviv 2017
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Service
 
Introduction to AWS (Amazon Web Services)
Introduction to AWS (Amazon Web Services)Introduction to AWS (Amazon Web Services)
Introduction to AWS (Amazon Web Services)
 

Similar to Introduction to AWS (2020)

An Introduction to AWS
An Introduction to AWSAn Introduction to AWS
An Introduction to AWSJohn Dalziel
 
Cloud description
Cloud descriptionCloud description
Cloud descriptionthanuambika
 
Introducing to serverless computing and AWS lambda - Israel Clouds Meetup
Introducing to serverless computing and AWS lambda - Israel Clouds MeetupIntroducing to serverless computing and AWS lambda - Israel Clouds Meetup
Introducing to serverless computing and AWS lambda - Israel Clouds MeetupBoaz Ziniman
 
Cloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingCloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingPatrice Kerremans
 
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the Cloud Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the Cloud Amazon Web Services
 
From WWW to Cloud Oct 2009.Pptx
From WWW to Cloud Oct 2009.PptxFrom WWW to Cloud Oct 2009.Pptx
From WWW to Cloud Oct 2009.PptxVRstorm
 
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdf
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdfAWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdf
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdfsairamnagarajan5
 
Cloud Computing E-Lect.ppt
Cloud Computing E-Lect.pptCloud Computing E-Lect.ppt
Cloud Computing E-Lect.pptarunimaarunima1
 
Introduction to AWS
Introduction to AWSIntroduction to AWS
Introduction to AWSOSSCube
 
Build Distributed Architectures at the Edge
Build Distributed Architectures at the EdgeBuild Distributed Architectures at the Edge
Build Distributed Architectures at the Edge💻 Javier Garza
 
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsNetworking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsChris Munns
 
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the CloudAmazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the CloudAmazon Web Services
 
Security in the cloud Workshop HSTC 2014
Security in the cloud Workshop HSTC 2014Security in the cloud Workshop HSTC 2014
Security in the cloud Workshop HSTC 2014Akash Mahajan
 
Microservices and Serverless for Mega Startups - DevOps IL Meetup
Microservices and Serverless for Mega Startups - DevOps IL MeetupMicroservices and Serverless for Mega Startups - DevOps IL Meetup
Microservices and Serverless for Mega Startups - DevOps IL MeetupBoaz Ziniman
 

Similar to Introduction to AWS (2020) (20)

An Introduction to AWS
An Introduction to AWSAn Introduction to AWS
An Introduction to AWS
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud description
Cloud descriptionCloud description
Cloud description
 
Introducing to serverless computing and AWS lambda - Israel Clouds Meetup
Introducing to serverless computing and AWS lambda - Israel Clouds MeetupIntroducing to serverless computing and AWS lambda - Israel Clouds Meetup
Introducing to serverless computing and AWS lambda - Israel Clouds Meetup
 
Cloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computingCloud Spotting 2017: An overview of cloud computing
Cloud Spotting 2017: An overview of cloud computing
 
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the Cloud Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
 
From WWW to Cloud Oct 2009.Pptx
From WWW to Cloud Oct 2009.PptxFrom WWW to Cloud Oct 2009.Pptx
From WWW to Cloud Oct 2009.Pptx
 
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdf
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdfAWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdf
AWS_Certified_Solutions_Architect_Associate_SAA-C03_Slides_Tutorials_Dojo.pdf
 
CloudComputing(1)
CloudComputing(1)CloudComputing(1)
CloudComputing(1)
 
Cloud Computing E-Lect.ppt
Cloud Computing E-Lect.pptCloud Computing E-Lect.ppt
Cloud Computing E-Lect.ppt
 
From wwwtocloud_28sept09
From wwwtocloud_28sept09From wwwtocloud_28sept09
From wwwtocloud_28sept09
 
Introduction to AWS
Introduction to AWSIntroduction to AWS
Introduction to AWS
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Build Distributed Architectures at the Edge
Build Distributed Architectures at the EdgeBuild Distributed Architectures at the Edge
Build Distributed Architectures at the Edge
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Getting Started on AWS
Getting Started on AWS Getting Started on AWS
Getting Started on AWS
 
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsNetworking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless Applications
 
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the CloudAmazon WorkSpaces - Fully Managed Desktops in the Cloud
Amazon WorkSpaces - Fully Managed Desktops in the Cloud
 
Security in the cloud Workshop HSTC 2014
Security in the cloud Workshop HSTC 2014Security in the cloud Workshop HSTC 2014
Security in the cloud Workshop HSTC 2014
 
Microservices and Serverless for Mega Startups - DevOps IL Meetup
Microservices and Serverless for Mega Startups - DevOps IL MeetupMicroservices and Serverless for Mega Startups - DevOps IL Meetup
Microservices and Serverless for Mega Startups - DevOps IL Meetup
 

More from John Dalziel

A Brief History of Time Zones and DST.pdf
A Brief History of Time Zones and DST.pdfA Brief History of Time Zones and DST.pdf
A Brief History of Time Zones and DST.pdfJohn Dalziel
 
From zero to website
From zero to websiteFrom zero to website
From zero to websiteJohn Dalziel
 
Make your own Amazon Alexa Skill
Make your own Amazon Alexa SkillMake your own Amazon Alexa Skill
Make your own Amazon Alexa SkillJohn Dalziel
 
Web Application Architectures on AWS
Web Application Architectures on AWSWeb Application Architectures on AWS
Web Application Architectures on AWSJohn Dalziel
 
Adventures at EMF Camp 2018
Adventures at EMF Camp 2018Adventures at EMF Camp 2018
Adventures at EMF Camp 2018John Dalziel
 
A brief history of Leap Seconds
A brief history of Leap SecondsA brief history of Leap Seconds
A brief history of Leap SecondsJohn Dalziel
 
Fast Slim Correct: The History and Evolution of JavaScript.
Fast Slim Correct: The History and Evolution of JavaScript.Fast Slim Correct: The History and Evolution of JavaScript.
Fast Slim Correct: The History and Evolution of JavaScript.John Dalziel
 

More from John Dalziel (7)

A Brief History of Time Zones and DST.pdf
A Brief History of Time Zones and DST.pdfA Brief History of Time Zones and DST.pdf
A Brief History of Time Zones and DST.pdf
 
From zero to website
From zero to websiteFrom zero to website
From zero to website
 
Make your own Amazon Alexa Skill
Make your own Amazon Alexa SkillMake your own Amazon Alexa Skill
Make your own Amazon Alexa Skill
 
Web Application Architectures on AWS
Web Application Architectures on AWSWeb Application Architectures on AWS
Web Application Architectures on AWS
 
Adventures at EMF Camp 2018
Adventures at EMF Camp 2018Adventures at EMF Camp 2018
Adventures at EMF Camp 2018
 
A brief history of Leap Seconds
A brief history of Leap SecondsA brief history of Leap Seconds
A brief history of Leap Seconds
 
Fast Slim Correct: The History and Evolution of JavaScript.
Fast Slim Correct: The History and Evolution of JavaScript.Fast Slim Correct: The History and Evolution of JavaScript.
Fast Slim Correct: The History and Evolution of JavaScript.
 

Recently uploaded

VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 

Recently uploaded (20)

sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
sasti delhi Call Girls in munirka 🔝 9953056974 🔝 escort Service-
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICECall Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 

Introduction to AWS (2020)