-
-
What is AWS
Secure cloud services platform, offering compute power, dB storage, content delivery
-
Domains in AWS
Compute, Storage, Database, migration, networking content delivery, management tools, security and indentity, messaging
-
AWS Compute Services
EC2, Lambda, Elastic Beansalk, elastic load balancer, autoScaling
-
EC2
can be use for any user
-
Lambda
execute background task, no for hosting an application,
Lambda is listing for trigger to function
-
Elastic Beanstalk
deploy your application without worrying about the underlying hardware
-
PHP jQuery1124030730863018518717_1512488797332??
-
Elastic Load Balancer
use to distributes the workload on the deployed instances
-
AutoScalling
- use to scale up and down automatically
- wherever your CPU goes above a certain CPUs a new server is being used
-
-
AWS Storage Services
S3, Cloudfront, Elastic block , glacier, snowball, storage gateway
-
Elastic Block Storage
block level storage, provides high IOPS
hard drives
-
Glacier
data archiving service, offering low price storage
-
Snowball
physical transfer of data to AWS infrastructure
-
storage Gateway
provide seamless intergration between your on premise servers and AWS infrastructure
-
AWS Database services
RDS, aurora, dynamodb, elastiCache, redshift
-
RDS
Relational DB management Service
-
Aurora, Amazon version of SQL
based on MySQL , but better performance than MySQL
Amazon 5 time faster than MySQL
-
DynamoDB
- non relational DB management service
- scaling database - it grows and strinks
- example no sql, or oracle
-
ElastiCache
set up, manage and scale a distributed cache-in environment in the cloud.
-
Redshift
- fully managed petabyte-scale data warehouse service
- it is used to analytics data
-
AWS Networking Services
VPC, Direct Connect, Route 53
-
VPC
Virtual Network where in you launch your AWS resources
-
Direct Connect
is a leased line using which you can directly connect to the AWS infrastructure
-
Route 53
is a domain name system
Route 53 is like DNS
- Path
- URL to Route 53 to Compute
-
AWS Management Services
cloudwatch, cloudformation, cloudtrail, CLI, opsworks, trusted advisor
-
cloudwatch
cloudwatch is a cloud monitoring tool
create alarms for triggers
-
Cloudformation
used to templatize the AWS infrastructure
-
cloudtrail
logging service from AWS
-
CLI
command line tool which is a replacement to the GUI of AWS
-
OPsworks
a configuration management tool
application using a host of AWS services
-
trusted advisor
is personal assistant to you in the AWS infrastructure, it is an advisor automatically make suggestions
-
AWS Security Services
IAM, KMS
-
IAM
indentification and authentication management tool
-
KMS
Key management services, create and manage encryption key to encrypt your data
private key and public key
do not lose your private key
-
AWS application services
SES, SQS SNS
-
SES
Simple Email Services
bulk emailing service
-
SQS
Simple queue services
- Simple Queue Services
- queuing service which acts as a buffer
-
SNS
Simple Notification services
notification service based on triggers
|
|