0% found this document useful (0 votes)
75 views

RAJU

This document discusses cloud computing and Amazon Web Services (AWS). It provides an overview of AWS services including S3 storage, EC2 virtual machines, IAM user management, RDS relational databases, Elastic Beanstalk application deployment, and VPC virtual private networks. The document also describes how the author has used EC2, load balancing, and Elastic Beanstalk to deploy applications on AWS.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

RAJU

This document discusses cloud computing and Amazon Web Services (AWS). It provides an overview of AWS services including S3 storage, EC2 virtual machines, IAM user management, RDS relational databases, Elastic Beanstalk application deployment, and VPC virtual private networks. The document also describes how the author has used EC2, load balancing, and Elastic Beanstalk to deploy applications on AWS.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

CLOUD COMPUTING

Cloud computing is the on-demand


delivery of IT resources and applications via
the Internet with pay-as-you-go pricing.
In simple language cloud is a complete
solution for IT services .
Amazon Web
Services(AWS)
Amazon provides a complete
cloud web solution.
This service is called Amazon
Web Services. Which is core part
of amazon .
It was started in 2006.
Services of AWS cloud
Computing
There are some services, provided
by AWS cloud computing –
 S3 bucket
 EC2 (virtual machine)
 IAM
 RDS
 Elastic beanstalk
 VPC (virtual private cloud)
S3 bucket
S3 stands for simple Amazon Simple
Storage Service (Amazon S3) provides
developers and IT teams with highly
durable and scalable object storage that
handles virtually unlimited amounts of
data and large numbers of concurrent user
. Organizations can store any number of
objects of any type, such as HTML pages,
source code files, image file , and
encrypted data, and access them using
HTTP-based protocols e storage service.
EC2(Elastic Compute Cloud)
 Amazon Elastic Compute Cloud (Amazon EC2) is a web
service that provides resizable compute capacity in the
cloud. It allows organizations to obtain and configure virtual
servers in Amazon’s data centers.
Some additional services under EC2 –
 Auto Scaling
 Elastic Load Balancing
Auto Scaling
Auto Scaling allows organizations to scale Amazon
EC2 capacity up or down automatically according
to conditions defined for the particular workload.

Elastic Load
Balancing
Elastic Load Balancing
automatically
distributes incoming
application traffic
across multiple Amazon
EC2 instances in the
cloud
Amazon Elastic Block Store
(Amazon EBS)
Amazon EBS provides persistent
block-level storage volumes for
use with Amazon EC2 instances.
Each Amazon EBS volume is
automatically replicated within its
Availability Zone to protect you
from component failure, offering
high availability and durability.
IAM(Identity and Access
Management)
AWS Identity and Access Management
(IAM) enables organizations to securely
control access to AWS Cloud services and
resources for their users .
Parts of IAM 
 User Name/Password
 Access Key
 Access Key/Session Token
 Multi-Factor Authentication (MFA)
RDS(Relational Database
Service)
Amazon Relational Database Service
(Amazon RDS) significantly simplifies
the setup and provides two types of
database Rational Database and
Dynamic database . Amazon RDS
provides support for six popular
relational database engines: MySQL,
Oracle, PostgreSQL, Microsoft SQL
Server, MariaDB, and Amazon
Aurora.
Elastic Beanstalk
 AWS Elastic Beanstalk is an orchestration
service offered by Amazon Web Services for
deploying applications which orchestrates
various AWS services, including EC2, S3, Simple
Notification Service (SNS), CloudWatch,
autoscaling, and Elastic Load Balancers.
VPC (virtual private cloud)
 Amazon VPC is the networking layer for Amazon Elastic
Compute Cloud (Amazon EC2), and it allows you to build
your own virtual network within AWS. You control various
aspects of your Amazon VPC, including selecting your own
IP address range; creating your own subnets; and
configuring your own route tables, network gateways, and
security settings Within a region, you can create multiple
Amazon VPCs, and each Amazon VPC is logically isolated
even if it shares its IP address space.
My Projects on AWS
I have worked on EC2 , in which I
created both virtual machines,
command bases and windows
operated ,
Have worked on Load Balancer
by creating more then one
instances .
I have created a web application
by using Elastic Beanstalk.

You might also like