AWS Basic
AWS Basic
1
Agenda for today’s Session
✔
What is Cloud?
✔
What is AWS?
✔
Different Domains in AWS
✔
AWS Services
✔
AWS Pricing Options
2
Before Cloud Computing
3
Disadvantage
✗
This setup is expensive
✗
Troubleshooting problems can be tedious and may conflict with your
business goals
✗
Since the traffic is varying, your servers will be idle for most of the
time
4
How it happens Now?
•
No more buying expensive server hardware.
•
Scalability ! Your servers capacity will vary according to traffic.
•
Your cloud provider will manage your servers, hence no worries about
the underlying infrastructure.
5
Why AWS?
2- Server Capacity
3- Flexible Pricing
6
What is AWS?
Domains in AWS?
•
Compute
•
Storage
•
Databases
•
Migration
•
Networking and content delivery
•
Management toool
•
Security and identity
•
Messaging 7
AWS Services (Compute)
EC2
Resizable compute capacity in the cloudwhich can be customize to your
need.
Lambda
Execute background task, not for hosting an application
Elastic beanstalk
Deploy your application without worrying about the underlying hardware
Auto scaling
Scale up and down automatically
8
AWS Storage Service
S3
Object oriented file system
Cloudfront
Content delivery network
Glacier
Data archiving services offering low price storage
Snowball
Physical transfer or data to AWS infrastrcture
Storage Gateway
Provide seamless integration between your on premise server and the AWS
infrastructure. 9
AWS databases Services
RDS
Relational databases management service
AURORA
Based on Mysql
Dynomo DB
Non-Relational databases management service
Elastic Cache
Setup, manage and scale a distribute cache in environment
Redshift
Fully managed petabyte scale data warehouse service.
10
AWS Networking Services
VPC
Virtual Network where in you launch ypur AWS resource
Direct Content
Directly connect to AWS infrastructure
Route 53
Domain Name System (URL to IP address)
11
AWS Management Services
Cloudwatch
Cloud monitoring tool
Cloud formation
This service is use to templatize the AWS infrastructure
Cloud Trail
It is a logging service from AWS
CLI
Cli is a command line toolwhich is a replacement to the GUI in AWS
OPS works
A configuration management tool
Trusted Advison
Trusted adviser is a personal assistance to you in the AWS infrastructure
12
AWS Security Services
IAM
Identification and Authentication Management tool
13
AWS Pricing
Pay As you Go
AWS offers pay as you go model that is you only pay what you use.
14
Thank You