SlideShare uma empresa Scribd logo
1 de 25
Amazon web Services
Rajkiya Engineering College, Azamgarh
Presentation on
Guided by:
Mr. Shailendra Kumar Sonkar
Dept. of Information Technology
Rajkiya Engineering College, Azamgarh
Presented by:
Amit Ranjan
Roll No.: 1473613005
Bachelor of Technology
Branch: Information Technology
4th Year
Contents
1. Who is Amazon?
2. What is Amazon web Services?
3. What is Cloud Computing?
4. Different Domains in AWS
5. AWS Services
6. AWS Pricing Options
7. Who is AWS Solution Architect?
2
Who is Amazon?
3
• American international multibillion dollar electronic commerce company with headquarters in
Seattle, Washington, USA
-started in 1995 by Jeff Bezos as an online bookstore
-but soon diversified, selling DVDs, VHSs, CDs, video and MP3 downloads/streaming, software, video
games, electronics, apparel, furniture, food, toys, and jewelry
-The company also produces consumer electronics: Kindle e-book reader and the Kindle Fire tablet
computer
-In 2006, Amazon officially launched the Amazon Web Services (AWS) to became a major provider
of cloud computing services
What is Amazon Web Services?
4
• Amazon Web Services (AWS) is a collection of remote computing services (web services) that
together make up a cloud computing platform, offered over the Internet by Amazon.com
• Website: http://aws.amazon.com
• AWS is located in 9 geographical 'Regions‘. Each Region is wholly contained within a single
country and all of its data and services stay within the designated Region
• Each Region has multiple 'Availability Zones', which are distinct data centers providing AWS
services. Availability Zones are isolated from each other to prevent outages from spreading
between Zones. However, Several services operate across Availability Zones (e.g. S3, DynamoDB)
5
Pic. 1: AWS Regions, Availability Zones and Edge Locations
What is Cloud Computing?
▸ It is the use of remote servers on the internet to store, manage and process data rather than a local
server or personal computer
▸ There are basically 3 categories in cloud computing:
▸ SaaS (Software as a Service)
▹ It allows companies to use software without having to purchase them, which reduces the
expenditure of the company drastically, since they are already installed on the cloud server
they can be quickly deployed and therefore saves time
▸ PaaS (Platform as a Service)
▹ It allows developers to build applications, collaborate on projects without having to
purchase or maintain infrastructure
▸ IaaS (Infrastructure as a Service)
▹ It allows companies to rent servers, storage space, etc. from a cloud provider
6
“
Global Cloud Computing Forecasts and Market Predictions
‘Worldwide spending on public cloud services will grow at a 19.4% compound annual growth rate (CAGR) from
nearly $70B in 2015 to more than $141B in 2019’
-Forbes
‘By 2019, more than 30 percent of the 100 largest vendors’ new software investments will have shifted from
cloud-first to cloud-only’
-Gartner
‘The Infrastructure as a Service (IaaS) market has been growing more than 40 percent in revenue per year since
2011, and it is projected to continue to grow more than 25 percent per year through 2019’
-Gartner
Domains in AWS
8
 Compute
It is used to process data on the cloud by making use of powerful processors which serve multiple
instances at a time
 Storage and Content Delivery
The storage as the name suggests, is used to store data in the cloud, this data can be stored anywhere but
content delivery on the other hand is used to cache data nearer to the user so as to provide low latency
 Database
The database domain is used to provide reliable relational and non relational database instances
managed by AWS
 Networking
It includes services which provide a variety of networking features such as security, faster access etc
9
 Management Tools
It includes services which can be used to manage and monitor your AWS instances
 Security and Identity
It includes services for user authentication or limiting access to a certain set of audience on your
AWS resources
 Application Services
It includes simple services like notifications, emailing and queuing
Compute
10
 AWS EC2
It is a web service which provides re-sizable compute capacity in the cloud. It is designed to make the
web scale computing easier for developers
 AWS Elastic Beanstalk
Elastic Beanstalk lets you quickly deploy and manage applications in AWS without worrying about
the underlying infrastructure
 AWS Elastic Load Balancing
ELB automatically manages the workload on your instances and distributes them to other instances in
case of an instance failure.
11
 AWS Lambda
AWS Lambda is used to execute backend code without worrying about the underlying architecture
 AWS Autoscaling
The Autoscaling feature is used to scale up and down automatically as and when required
Storage and Content Delivery
12
 S3 AWS
S3 stands for simple storage service, it is used for storing data in the form of objects in the AWS
Cloud
 Amazon CloudFront
CloudFront is a content delivery network which is used to cache data to an edge location which
reduces latency
 Amazon EBS
Amazon Elastic Block Storage is a storage service wherein each block of storage acts like a separate
hard drive
13
 Amazon Glacier
Glacier is an archiving service offered by Amazon, which offers low cost data archiving
 AWS Import/Export Snowball
It offers physical transfer of data between user’s location and AWS data centers, the device which
is used to transfer the data is called Snowball
 AWS Storage Gateway
It is used to provide seamless integration with data security features between your on
premise software appliance and AWS Cloud
Database
14
 Amazon Aurora
It is a relational database engine that combines the speed and reliability of high-end commercial
databases and the cost effectiveness and simplicity of open-source databases.
 Amazon RDS
Amazon RDS is a managed relational database service which does routine database tasks in 6
familiar databases like Amazon Aurora, MySQL, MariaDB, Oracle, Microsoft SQL Server, and
PostgreSQL
15
 Amazon DynamoDB
It is a fully managed No-SQL database service. It is known for extremely low latencies and
scalability
 Amazon ElastiCache
It is a web service that makes it easy to set up, manage and scale a distributed cache-in
environment in the cloud
 Amazon Redshift
Amazon Redshift is a fully managed petabyte-scale data warehouse service in the cloud
Networking
16
 VPC AWS
Amazon VPC lets you launch AWS resources in a virtual network that you define. It closely
resembles a traditional network that you’d operate in your data center
 AWS Direct Connect
It helps you establish a private connection between your premises and AWS, therefore giving better
network performance and throughput than an Internet based connection
 Amazon Route 53
Route 53 is a highly scalable and highly available Domain Name System by Amazon AWS. The
name is in reference to the TCP and UDP’s port 53 where DNS requests are addressed
Management Tools
17
 Amazon CloudWatch
It is a monitoring tool by AWS which is used to keep a track on the AWS resources and the
applications you run on Amazon AWS
 AWS CloudFormation
It is a service which helps you setup and model your Amazon AWS resources so that you can spend
less time managing these resources and more time focusing on the development
 AWS CloudTrail
AWS CloudTrail is a logging service which records the API calls to your Amazon AWS account
and delivers them to you
18
 AWS Command Line Tool
It is an all in one tool to manage all your AWS services, by downloading and configuring only one
tool you can manage all the AWS services through the command line
 AWS OpsWorks
It is a configuration management tool that helps configure and operate applications of all size and
shapes using Chef
 Trusted Advisor
Trusted Advisor is a customized cloud monitoring tool, that analyzes your AWS environment and
gives insights on the expense, performance improvement, security gaps and reliability
Security and Identity
 AWS Identity and Access Management(IAM)
It is an AWS service that helps you control access to your AWS resources for your users
 AWS Key Management Service
It is a managed service that helps you create and control encryption keys which is used to encrypt
your data, and uses Hardware Security Modules to protect the security of your keys
Application Services
20
 Amazon SES
It is a cost effective emailing service which is built on the scalable and reliable infrastructure of
Amazon.com
 Amazon SNS
It is a web service offered by AWS that manages the delivery of messages to subscribed endpoints
or clients
 Amazon SQS
It is a fast, reliable and scalable message queuing service, it can be used to transmit any volume of
data at any level of throughput, without losing any messages or without the use of any other service
Pricing Options
21
 AWS follows a pay per use model, meaning we only pay for what we use. For example, if we are
using 10GB of space on S3 on AWS, we would be paying only for that 10GB, traditionally we
have to buy an ‘x’ amount of storage say 20GB in advance, and even if we are using 10GB in the
purchased space, we would be billed for the whole 20GB
 We can get started with AWS for free, AWS runs a free usage tier in which you can use the AWS
services in a very basic manner for free
Who is a Solution Architect?
22
 A solution architect is typically a part of the solution development team, who translates functional
requirements into an architecture.
 With regards to AWS, a Solution Architect would design and define AWS architecture for existing
systems, migrating them to cloud architectures as well as developing technical roadmaps for future
AWS cloud implementations.
23
 AWS certifications are much sought after credentials in today’s IT world
Pic. 2: AWS Solution Architect job postings from Indeed.com
References
24
[1] AWS Tutorial For Beginners | AWS Certified Solutions Architect | AWS Training | Edureka
Computing[Online]https://www.youtube.com/watch?v=IT1X42D1KeA&list=PL9ooVrP1hQOFWxRJcGdCot
7AgJu29SVV3
[2] AWS Tutorial: Introduction to Cloud Computing [Online] https://www.edureka.co/blog/amazon-aws-
tutorial/?utm_source=youtube&utm_medium=description&utm_campaign=Amazon-AWS-Training
[3] AWS Documentation [Online] https://aws.amazon.com/documentation/?nc2=h_ql_d&awsm=ql-5
25
THANKS!
Any questions?

Mais conteúdo relacionado

Mais procurados

Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Amazon Web Services Korea
 
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...Edureka!
 
Using Active Directory in AWS
Using Active Directory in AWSUsing Active Directory in AWS
Using Active Directory in AWSTriNimbus
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & LoggingJason Poley
 
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 Cost Management
Introduction to AWS Cost ManagementIntroduction to AWS Cost Management
Introduction to AWS Cost ManagementAmazon Web Services
 
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담Amazon Web Services Korea
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...Amazon Web Services Korea
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWSIan Massingham
 
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Edureka!
 
Basics AWS Presentation
Basics AWS PresentationBasics AWS Presentation
Basics AWS PresentationShyam Kumar
 
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017Amazon Web Services Korea
 
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저Amazon Web Services Korea
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon Web Services Korea
 
What is Cloud Computing with AWS?
What is Cloud Computing with AWS?What is Cloud Computing with AWS?
What is Cloud Computing with AWS?Amazon Web Services
 
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...Amazon Web Services Korea
 
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019Amazon Web Services Korea
 

Mais procurados (20)

Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
 
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
 
Using Active Directory in AWS
Using Active Directory in AWSUsing Active Directory in AWS
Using Active Directory in AWS
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
 
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 Cost Management
Introduction to AWS Cost ManagementIntroduction to AWS Cost Management
Introduction to AWS Cost Management
 
멀티·하이브리드 클라우드 구축 전략 - 네이버비즈니스플랫폼 박기은 CTO
멀티·하이브리드 클라우드 구축 전략 - 네이버비즈니스플랫폼 박기은 CTO멀티·하이브리드 클라우드 구축 전략 - 네이버비즈니스플랫폼 박기은 CTO
멀티·하이브리드 클라우드 구축 전략 - 네이버비즈니스플랫폼 박기은 CTO
 
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담
AWS Summit Seoul 2023 | 클라우드 정책의 현재와 미래: 전문가 대담
 
AWS Intro & History
AWS Intro & HistoryAWS Intro & History
AWS Intro & History
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
Aws overview
Aws overviewAws overview
Aws overview
 
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
Introduction To Amazon Web Services | AWS Tutorial for Beginners | AWS Traini...
 
Basics AWS Presentation
Basics AWS PresentationBasics AWS Presentation
Basics AWS Presentation
 
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017
롯데닷컴의 AWS 클라우드 활용 사례 - AWS Summit Seoul 2017
 
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
데이터 마이그레이션 및 전송을 위한 AWS 스토리지 서비스 활용방안 - 박용선, 메가존 클라우드 매니저
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
 
What is Cloud Computing with AWS?
What is Cloud Computing with AWS?What is Cloud Computing with AWS?
What is Cloud Computing with AWS?
 
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...
AWS IoT를 통해 클라우드로 세상을 연결하는 방법 - 이종화 솔루션즈 아키텍트, AWS / 최원근 솔루션즈 아키텍트, AWS :: AW...
 
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
AWS를 활용한 글로벌 오피스 업무 환경 구축하기 - 류한진, 이랜드시스템스 :: AWS Summit Seoul 2019
 

Semelhante a Introduction to Amazon Web Services

Buy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfBuy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfHarry Clark Clark
 
Cloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityCloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityNantha Kumar Rajasekaren
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web ServicesGagan Sikri
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computingSohailAliMalik
 
Top 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxTop 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxAnanthReddy38
 
Best AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services ProviderBest AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services ProviderOliviaHeather1
 
AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015Mark Bate
 
Cloud computing seminar
Cloud computing seminarCloud computing seminar
Cloud computing seminarANKIT KUMAR
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAadarsh Sharan
 
Sameer Mitter | Benefits of Cloud Computing
Sameer Mitter | Benefits of Cloud ComputingSameer Mitter | Benefits of Cloud Computing
Sameer Mitter | Benefits of Cloud ComputingSameer Mitter
 
Leading Provider of AWS Cloud Computing Services
Leading Provider of AWS Cloud Computing ServicesLeading Provider of AWS Cloud Computing Services
Leading Provider of AWS Cloud Computing ServicesOliviaHeather1
 
AWS Migration or 24x7 Support
AWS Migration or 24x7 SupportAWS Migration or 24x7 Support
AWS Migration or 24x7 SupportAria Wardhana
 
Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfAnanthReddy38
 
AWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWSAWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWSAbhinavSharma309481
 

Semelhante a Introduction to Amazon Web Services (20)

Buy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfBuy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdf
 
Aws overview
Aws overviewAws overview
Aws overview
 
Aws certified solutions architect
Aws certified solutions architectAws certified solutions architect
Aws certified solutions architect
 
Cloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityCloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & Security
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web Services
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
 
Aws- Amazon Web Services
Aws- Amazon Web ServicesAws- Amazon Web Services
Aws- Amazon Web Services
 
Top 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxTop 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptx
 
Best AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services ProviderBest AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services Provider
 
AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015
 
Cloud computing seminar
Cloud computing seminarCloud computing seminar
Cloud computing seminar
 
Aws ppt
Aws pptAws ppt
Aws ppt
 
awsppt.pptx
awsppt.pptxawsppt.pptx
awsppt.pptx
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_Sharan
 
Sameer Mitter | Benefits of Cloud Computing
Sameer Mitter | Benefits of Cloud ComputingSameer Mitter | Benefits of Cloud Computing
Sameer Mitter | Benefits of Cloud Computing
 
Leading Provider of AWS Cloud Computing Services
Leading Provider of AWS Cloud Computing ServicesLeading Provider of AWS Cloud Computing Services
Leading Provider of AWS Cloud Computing Services
 
AWS Migration or 24x7 Support
AWS Migration or 24x7 SupportAWS Migration or 24x7 Support
AWS Migration or 24x7 Support
 
Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdf
 
Amazon web services
Amazon web servicesAmazon web services
Amazon web services
 
AWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWSAWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWS
 

Último

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtrahman018755
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 

Último (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 

Introduction to Amazon Web Services

  • 1. Amazon web Services Rajkiya Engineering College, Azamgarh Presentation on Guided by: Mr. Shailendra Kumar Sonkar Dept. of Information Technology Rajkiya Engineering College, Azamgarh Presented by: Amit Ranjan Roll No.: 1473613005 Bachelor of Technology Branch: Information Technology 4th Year
  • 2. Contents 1. Who is Amazon? 2. What is Amazon web Services? 3. What is Cloud Computing? 4. Different Domains in AWS 5. AWS Services 6. AWS Pricing Options 7. Who is AWS Solution Architect? 2
  • 3. Who is Amazon? 3 • American international multibillion dollar electronic commerce company with headquarters in Seattle, Washington, USA -started in 1995 by Jeff Bezos as an online bookstore -but soon diversified, selling DVDs, VHSs, CDs, video and MP3 downloads/streaming, software, video games, electronics, apparel, furniture, food, toys, and jewelry -The company also produces consumer electronics: Kindle e-book reader and the Kindle Fire tablet computer -In 2006, Amazon officially launched the Amazon Web Services (AWS) to became a major provider of cloud computing services
  • 4. What is Amazon Web Services? 4 • Amazon Web Services (AWS) is a collection of remote computing services (web services) that together make up a cloud computing platform, offered over the Internet by Amazon.com • Website: http://aws.amazon.com • AWS is located in 9 geographical 'Regions‘. Each Region is wholly contained within a single country and all of its data and services stay within the designated Region • Each Region has multiple 'Availability Zones', which are distinct data centers providing AWS services. Availability Zones are isolated from each other to prevent outages from spreading between Zones. However, Several services operate across Availability Zones (e.g. S3, DynamoDB)
  • 5. 5 Pic. 1: AWS Regions, Availability Zones and Edge Locations
  • 6. What is Cloud Computing? ▸ It is the use of remote servers on the internet to store, manage and process data rather than a local server or personal computer ▸ There are basically 3 categories in cloud computing: ▸ SaaS (Software as a Service) ▹ It allows companies to use software without having to purchase them, which reduces the expenditure of the company drastically, since they are already installed on the cloud server they can be quickly deployed and therefore saves time ▸ PaaS (Platform as a Service) ▹ It allows developers to build applications, collaborate on projects without having to purchase or maintain infrastructure ▸ IaaS (Infrastructure as a Service) ▹ It allows companies to rent servers, storage space, etc. from a cloud provider 6
  • 7. “ Global Cloud Computing Forecasts and Market Predictions ‘Worldwide spending on public cloud services will grow at a 19.4% compound annual growth rate (CAGR) from nearly $70B in 2015 to more than $141B in 2019’ -Forbes ‘By 2019, more than 30 percent of the 100 largest vendors’ new software investments will have shifted from cloud-first to cloud-only’ -Gartner ‘The Infrastructure as a Service (IaaS) market has been growing more than 40 percent in revenue per year since 2011, and it is projected to continue to grow more than 25 percent per year through 2019’ -Gartner
  • 8. Domains in AWS 8  Compute It is used to process data on the cloud by making use of powerful processors which serve multiple instances at a time  Storage and Content Delivery The storage as the name suggests, is used to store data in the cloud, this data can be stored anywhere but content delivery on the other hand is used to cache data nearer to the user so as to provide low latency  Database The database domain is used to provide reliable relational and non relational database instances managed by AWS  Networking It includes services which provide a variety of networking features such as security, faster access etc
  • 9. 9  Management Tools It includes services which can be used to manage and monitor your AWS instances  Security and Identity It includes services for user authentication or limiting access to a certain set of audience on your AWS resources  Application Services It includes simple services like notifications, emailing and queuing
  • 10. Compute 10  AWS EC2 It is a web service which provides re-sizable compute capacity in the cloud. It is designed to make the web scale computing easier for developers  AWS Elastic Beanstalk Elastic Beanstalk lets you quickly deploy and manage applications in AWS without worrying about the underlying infrastructure  AWS Elastic Load Balancing ELB automatically manages the workload on your instances and distributes them to other instances in case of an instance failure.
  • 11. 11  AWS Lambda AWS Lambda is used to execute backend code without worrying about the underlying architecture  AWS Autoscaling The Autoscaling feature is used to scale up and down automatically as and when required
  • 12. Storage and Content Delivery 12  S3 AWS S3 stands for simple storage service, it is used for storing data in the form of objects in the AWS Cloud  Amazon CloudFront CloudFront is a content delivery network which is used to cache data to an edge location which reduces latency  Amazon EBS Amazon Elastic Block Storage is a storage service wherein each block of storage acts like a separate hard drive
  • 13. 13  Amazon Glacier Glacier is an archiving service offered by Amazon, which offers low cost data archiving  AWS Import/Export Snowball It offers physical transfer of data between user’s location and AWS data centers, the device which is used to transfer the data is called Snowball  AWS Storage Gateway It is used to provide seamless integration with data security features between your on premise software appliance and AWS Cloud
  • 14. Database 14  Amazon Aurora It is a relational database engine that combines the speed and reliability of high-end commercial databases and the cost effectiveness and simplicity of open-source databases.  Amazon RDS Amazon RDS is a managed relational database service which does routine database tasks in 6 familiar databases like Amazon Aurora, MySQL, MariaDB, Oracle, Microsoft SQL Server, and PostgreSQL
  • 15. 15  Amazon DynamoDB It is a fully managed No-SQL database service. It is known for extremely low latencies and scalability  Amazon ElastiCache It is a web service that makes it easy to set up, manage and scale a distributed cache-in environment in the cloud  Amazon Redshift Amazon Redshift is a fully managed petabyte-scale data warehouse service in the cloud
  • 16. Networking 16  VPC AWS Amazon VPC lets you launch AWS resources in a virtual network that you define. It closely resembles a traditional network that you’d operate in your data center  AWS Direct Connect It helps you establish a private connection between your premises and AWS, therefore giving better network performance and throughput than an Internet based connection  Amazon Route 53 Route 53 is a highly scalable and highly available Domain Name System by Amazon AWS. The name is in reference to the TCP and UDP’s port 53 where DNS requests are addressed
  • 17. Management Tools 17  Amazon CloudWatch It is a monitoring tool by AWS which is used to keep a track on the AWS resources and the applications you run on Amazon AWS  AWS CloudFormation It is a service which helps you setup and model your Amazon AWS resources so that you can spend less time managing these resources and more time focusing on the development  AWS CloudTrail AWS CloudTrail is a logging service which records the API calls to your Amazon AWS account and delivers them to you
  • 18. 18  AWS Command Line Tool It is an all in one tool to manage all your AWS services, by downloading and configuring only one tool you can manage all the AWS services through the command line  AWS OpsWorks It is a configuration management tool that helps configure and operate applications of all size and shapes using Chef  Trusted Advisor Trusted Advisor is a customized cloud monitoring tool, that analyzes your AWS environment and gives insights on the expense, performance improvement, security gaps and reliability
  • 19. Security and Identity  AWS Identity and Access Management(IAM) It is an AWS service that helps you control access to your AWS resources for your users  AWS Key Management Service It is a managed service that helps you create and control encryption keys which is used to encrypt your data, and uses Hardware Security Modules to protect the security of your keys
  • 20. Application Services 20  Amazon SES It is a cost effective emailing service which is built on the scalable and reliable infrastructure of Amazon.com  Amazon SNS It is a web service offered by AWS that manages the delivery of messages to subscribed endpoints or clients  Amazon SQS It is a fast, reliable and scalable message queuing service, it can be used to transmit any volume of data at any level of throughput, without losing any messages or without the use of any other service
  • 21. Pricing Options 21  AWS follows a pay per use model, meaning we only pay for what we use. For example, if we are using 10GB of space on S3 on AWS, we would be paying only for that 10GB, traditionally we have to buy an ‘x’ amount of storage say 20GB in advance, and even if we are using 10GB in the purchased space, we would be billed for the whole 20GB  We can get started with AWS for free, AWS runs a free usage tier in which you can use the AWS services in a very basic manner for free
  • 22. Who is a Solution Architect? 22  A solution architect is typically a part of the solution development team, who translates functional requirements into an architecture.  With regards to AWS, a Solution Architect would design and define AWS architecture for existing systems, migrating them to cloud architectures as well as developing technical roadmaps for future AWS cloud implementations.
  • 23. 23  AWS certifications are much sought after credentials in today’s IT world Pic. 2: AWS Solution Architect job postings from Indeed.com
  • 24. References 24 [1] AWS Tutorial For Beginners | AWS Certified Solutions Architect | AWS Training | Edureka Computing[Online]https://www.youtube.com/watch?v=IT1X42D1KeA&list=PL9ooVrP1hQOFWxRJcGdCot 7AgJu29SVV3 [2] AWS Tutorial: Introduction to Cloud Computing [Online] https://www.edureka.co/blog/amazon-aws- tutorial/?utm_source=youtube&utm_medium=description&utm_campaign=Amazon-AWS-Training [3] AWS Documentation [Online] https://aws.amazon.com/documentation/?nc2=h_ql_d&awsm=ql-5