SlideShare a Scribd company logo
1 of 30
Amazon Big Picture
Ajay Bidari
Vice President – Cloud Services
Cloud Enabled ( thecloudenabled.com)
Web : https://thecloudenabled.com .
Disclaimer :The content published in this presentation is Intellectual property of Cloud
Enabled .This content may not be reproduced, downloaded, disseminated, published, or
transferred in any form or by any means, except with the prior written permission of Cloud
Enabled ,Bangalore. All product and company names,logos used in this presentation are
trademarks™ or registered® trademarks of their respective holders.
Source of this deck is from aws.amazon.com publically available documentation and our
experience is in architecting the solution to our customers. We don’t warrant or guarantee
the information in the deck are in compliance AWS messaging on their services.The
thoughts and positioning is based on my understanding of AWS services
--------- Ajay Bidari
Copyright Cloud Enabled Ltd, All rights Reserved.
AWS Global Presence
Web : https://thecloudenabled.com .
AWS Global Presence ( 10 Regions | 24 AZ’s )
1. What is a Region ?
• A region is geographical location of the AWS data centre
2. What is a Availability Zone (AZ) ?
• Each availability zone is isolated location with in the same region
• All communications between regions is across the public Internet. And Data transfer between regions is charged
at the Internet data transfer rate for both the sending and the receiving instance.
• All communications between ec2 instances with a region are not charged if you using private IP to transfer data
across AZ
Web : https://thecloudenabled.com .
AWS Global Presence ( 12 Regions )
AWS has 10 regions mentioned in ( screenshot on your right hand side ,which is
available for use by anyone
There are below two regions not available to everyone
I. AWS Gov cloud (US) : Accessible only to US government agencies
II. China ( Beijing) region : It is a limited preview available to select group of china
based and multi national customers in china
Web : https://thecloudenabled.com .
Amazon web Services overview
Web : https://thecloudenabled.com .
Amazon Elastic compute cloud
Web : https://thecloudenabled.com .
Amazon Elastic Compute Cloud( EC2)
• Amazon EC2 is compute server from AWS
• You have choice to run Windows and Linux virtual machines
• You can use various instance types based on your application
requirement
• The Amazon EC2 Service Level Agreement commitment is
99.95% availability for each Amazon EC2 Region.
• Which means 4 hr 38 minutes of downtime a year
Web : https://thecloudenabled.com .
Amazon Elastic Block Store
Web : https://thecloudenabled.com .
Amazon Elastic Block Store (EBS)
• Amazon Elastic Block Store (Amazon EBS) provides persistent block level storage volumes .
• Amazon EBS allows you to create storage volumes and attach them to Amazon EC2 instances.
• Once attached, you can create a file system on top of these volumes ( NTFS for windows and ext3/ext4 for linux )
• In easy words , think of EBS volumes like a D drive of your VM
• Why do you need to use EBS ?
• You have launched to EC2 windows instance which has C drive of 100 GB , you woull want additional 500 GB for
your data .
• Cloud Enabled recommends you to store your critical data on D drive (ebs volume) instead C drive.In case of
accidental deletion of a VM you can always launch new VM and attach to the new VM
Web : https://thecloudenabled.com .
Amazon Elastic Load Balancer
Web : https://thecloudenabled.com .
Amazon Elastic Load Balancer ( ELB)
• Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances in the
cloud.
• Achieve higher levels of fault tolerance for your applications by using Elastic Load Balancing to automatically route traffic
across multiple instances and multiple Availability Zones.
• Additionally, Elastic Load Balancing offers integration with Auto Scaling to ensure that you have back-end capacity to meet
varying levels of traffic levels without requiring manual intervention.
Web : https://thecloudenabled.com .
Amazon Route-53
Web : https://thecloudenabled.com .
Amazon Route53
1) Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service.
2) It is designed to route end users to Internet applications by translating names like www.example.com into the
numeric IP addresses like 192.0.2.1 that computers use to connect to each other.
3) Amazon Route 53 effectively connects user requests to infrastructure running in AWS – such as
• Amazon EC2 instances,
• Elastic Load Balancing load balancers, or
• Amazon S3 buckets
• can also be used to route users to infrastructure outside of AWS.
4) The DNS port number is 53 and that is how the name Route53 was coined by AWS for the global DNS service
Web : https://thecloudenabled.com .
EC2
Instances
Amazon Route53 Diagram
Users thecloudenabled.com
E
L
B
Route 53
( DNS-AS-A-
Service
Web # 1
Web # 2
Web # 3
Web # 4
Web : https://thecloudenabled.com .
Amazon Relational DataBase Service (RDS)
Web : https://thecloudenabled.com .
Amazon RDS-overview
1) Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the
cloud.
2) It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you
up to focus on your applications and business.
3) Amazon RDS provides you six familiar database engines to choose from, including any one of the below
Web : https://thecloudenabled.com .
Amazon RDS- Benefits
RDS is completed managed data base service which means .below are the benefits of using RDS
• No need launch a EC2 instance
• No Need Install and manage database servers
• No need to setup replication ( primary database on instance A and secondary database on instance B)
• Even minor upgrade of your database version are taken care by AWS
• When you provision a Multi-AZ DB Instance, Amazon RDS synchronously replicates the data to a standby instance in a
different Availability Zone (AZ).
Web : https://thecloudenabled.com .
Pri
Sec
RDS Instances
( Multi AZ)
E
N
D
P
O
I
N
t
Sync replication
Amazon RDS- Use case with EC2
customer.cz3u5wwsvyws.us-west-
1.rds.amazonaws.com:3306
Web : https://thecloudenabled.com .
Amazon Simple Storage Service (S3)
Web : https://thecloudenabled.com .
Amazon S3- Overview
• Amazon S3 is easy to use object storage, with a simple web service interface to store and retrieve any amount of data from
anywhere on the web. You can store static files docs, ppt ,xls , pdf ,audio and video files any other files
• Amazon S3 provides cost-effective object storage for a wide variety of use cases including
• backup and recovery,
• nearline archive,
• big data analytics,
• content distribution,
Customer case study (Netflix)
AWS enables Netflix to quickly deploy thousands of servers and terabytes of storage within minutes. Users can stream Netflix
shows and movies from anywhere in the world, including on the web, on tablets, or on mobile devices such as iPhones
Web : https://thecloudenabled.com .
Amazon Use case of S3
Simple Storage Service
Users
https
https://console.aws.amazon.com/s3/home?region=ap-southeast-2
File
operations
Upload
Download
Share
Delete
Web : https://thecloudenabled.com .
Amazon Glacier
Web : https://thecloudenabled.com .
Amazon Use case of Glacier
Simple Storage Service
Users
https
https://console.aws.amazon.com/s3/home?region=ap-southeast-2
File
operations
Upload
Download
Share
Delete
Glacier
Archive to Glacier
Users Alternatively
You can upload and
download data directly
to Glacier
Web : https://thecloudenabled.com .
Amazon VPC (Virtual Private Cloud)
Web : https://thecloudenabled.com .
Amazon : VPC subnets diagram ?
VPC -01
Subnet-01
10.0.1.0/24
VPC -01
Subnet-02
10.0.2.0/24
VPC -01
Subnet-03
10.0.3.0/24
AD
server
EC2
instances
EC2
instances
EC2
instances
EC2
instances
EC2
instances
EC2
instances 10.0.2. 5
10.0.2. 4
10.0.2. 3
10.0.3. 3
10.0.3. 4
10.0.3. 5
Web : https://thecloudenabled.com .
Amazon : Direct connect
Web : https://thecloudenabled.com .
I. AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS.
II. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or
colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and
provide a more consistent network experience than Internet-based connections.
I. AWS Direct Connect lets you establish a dedicated network connection between your network and one of the AWS
Direct Connect locations.
Amazon : Direct connect?
Web : https://thecloudenabled.com .
Amazon Enterprise Applications
Web : https://thecloudenabled.com .
Thank You
Web : https://thecloudenabled.com .
contact ajay.bidari@thecloudenabled.com for below services or querries
AWS Consulting AWS Migration OpenStack Private Cloud IOT

More Related Content

What's hot

AWS Summit Sydney 2014 | Running your First Application on AWS
AWS Summit Sydney 2014 | Running your First Application on AWSAWS Summit Sydney 2014 | Running your First Application on AWS
AWS Summit Sydney 2014 | Running your First Application on AWSAmazon Web Services
 
5 things you don't know about Amazon Web Services
5 things you don't know about Amazon Web Services5 things you don't know about Amazon Web Services
5 things you don't know about Amazon Web ServicesSimone Brunozzi
 
AWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemAWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemNaoya Hashimoto
 
Amazon Ec2 Application Design
Amazon Ec2 Application DesignAmazon Ec2 Application Design
Amazon Ec2 Application Designguestd0b61e
 
Aws overview part 1(iam and storage services)
Aws overview   part 1(iam and storage services)Aws overview   part 1(iam and storage services)
Aws overview part 1(iam and storage services)Parag Patil
 
Aws 201:Advanced Breakout Track on HA and DR
Aws 201:Advanced Breakout Track on HA and DRAws 201:Advanced Breakout Track on HA and DR
Aws 201:Advanced Breakout Track on HA and DRHarish Ganesan
 
AWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 MasterclassAWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 MasterclassAmazon Web Services
 
AWS Summit Auckland 2014 | Running your First Application on AWS
AWS Summit Auckland 2014 | Running your First Application on AWSAWS Summit Auckland 2014 | Running your First Application on AWS
AWS Summit Auckland 2014 | Running your First Application on AWSAmazon Web Services
 
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...white paper
 
Programming Amazon Web Services for Beginners (1)
Programming Amazon Web Services for Beginners (1)Programming Amazon Web Services for Beginners (1)
Programming Amazon Web Services for Beginners (1)Markus Klems
 
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...Harish Ganesan
 
Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS Harish Ganesan
 
Case study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash BadoneCase study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash BadoneAkash Badone
 
The art of infrastructure elasticity
The art of infrastructure elasticityThe art of infrastructure elasticity
The art of infrastructure elasticityHarish Ganesan
 
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the CloudNWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the Cloudnwcloud
 
Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Julien SIMON
 
Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3Pravin Vaja
 

What's hot (20)

AWS Summit Sydney 2014 | Running your First Application on AWS
AWS Summit Sydney 2014 | Running your First Application on AWSAWS Summit Sydney 2014 | Running your First Application on AWS
AWS Summit Sydney 2014 | Running your First Application on AWS
 
5 things you don't know about Amazon Web Services
5 things you don't know about Amazon Web Services5 things you don't know about Amazon Web Services
5 things you don't know about Amazon Web Services
 
Technical Track
Technical TrackTechnical Track
Technical Track
 
AWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemAWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant system
 
Amazon Ec2 Application Design
Amazon Ec2 Application DesignAmazon Ec2 Application Design
Amazon Ec2 Application Design
 
Compute Services con AWS
Compute Services con AWSCompute Services con AWS
Compute Services con AWS
 
Aws overview part 1(iam and storage services)
Aws overview   part 1(iam and storage services)Aws overview   part 1(iam and storage services)
Aws overview part 1(iam and storage services)
 
Aws 201:Advanced Breakout Track on HA and DR
Aws 201:Advanced Breakout Track on HA and DRAws 201:Advanced Breakout Track on HA and DR
Aws 201:Advanced Breakout Track on HA and DR
 
AWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 MasterclassAWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 Masterclass
 
AWS Summit Auckland 2014 | Running your First Application on AWS
AWS Summit Auckland 2014 | Running your First Application on AWSAWS Summit Auckland 2014 | Running your First Application on AWS
AWS Summit Auckland 2014 | Running your First Application on AWS
 
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
 
Programming Amazon Web Services for Beginners (1)
Programming Amazon Web Services for Beginners (1)Programming Amazon Web Services for Beginners (1)
Programming Amazon Web Services for Beginners (1)
 
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
Cloud Developer Conference May 2011 SiliconIndia : Design for Failure - High ...
 
Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS Architecting an Highly Available and Scalable WordPress Site in AWS
Architecting an Highly Available and Scalable WordPress Site in AWS
 
Case study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash BadoneCase study of amazon EC2 by Akash Badone
Case study of amazon EC2 by Akash Badone
 
Aws cli
Aws cliAws cli
Aws cli
 
The art of infrastructure elasticity
The art of infrastructure elasticityThe art of infrastructure elasticity
The art of infrastructure elasticity
 
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the CloudNWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
 
Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)
 
Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3
 

Viewers also liked

Amazon Web Services (AWS) - A Brief Introduction
Amazon Web Services (AWS) - A Brief IntroductionAmazon Web Services (AWS) - A Brief Introduction
Amazon Web Services (AWS) - A Brief Introductiondandb-technology
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSIan Massingham
 
Introduction to AWS Services and Cloud Computing
Introduction to AWS Services and Cloud ComputingIntroduction to AWS Services and Cloud Computing
Introduction to AWS Services and Cloud ComputingAmazon Web Services
 
Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Amazon Web Services
 
Introduction to the AWS Cloud – Russell Hall
Introduction to the AWS Cloud – Russell HallIntroduction to the AWS Cloud – Russell Hall
Introduction to the AWS Cloud – Russell HallAmazon Web Services
 
Cloud computing 101 with amazon web service
Cloud computing 101 with amazon web serviceCloud computing 101 with amazon web service
Cloud computing 101 with amazon web serviceDr. Ketan Parmar
 
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 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...Amazon Web Services
 
AWS Webcast - Getting Started with Amazon Web Services
AWS Webcast - Getting Started with Amazon Web ServicesAWS Webcast - Getting Started with Amazon Web Services
AWS Webcast - Getting Started with Amazon Web ServicesAmazon Web Services
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?Amazon Web Services
 
AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)Amazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesRobert Greiner
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWSIan Massingham
 
AWS 101 - Amazon Web Services
AWS 101 - Amazon Web ServicesAWS 101 - Amazon Web Services
AWS 101 - Amazon Web ServicesEnmanuel Sosa G.
 

Viewers also liked (20)

Amazon Web Services (AWS) - A Brief Introduction
Amazon Web Services (AWS) - A Brief IntroductionAmazon Web Services (AWS) - A Brief Introduction
Amazon Web Services (AWS) - A Brief Introduction
 
DevOps en AWS
DevOps en AWSDevOps en AWS
DevOps en AWS
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWS
 
Introduction to AWS Services and Cloud Computing
Introduction to AWS Services and Cloud ComputingIntroduction to AWS Services and Cloud Computing
Introduction to AWS Services and Cloud Computing
 
AWS 101
AWS 101AWS 101
AWS 101
 
Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13
 
Introduction to the AWS Cloud – Russell Hall
Introduction to the AWS Cloud – Russell HallIntroduction to the AWS Cloud – Russell Hall
Introduction to the AWS Cloud – Russell Hall
 
Cloud computing 101 with amazon web service
Cloud computing 101 with amazon web serviceCloud computing 101 with amazon web service
Cloud computing 101 with 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)
 
Getting Started on AWS
Getting Started on AWS Getting Started on AWS
Getting Started on AWS
 
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
 
AWS Webcast - Getting Started with Amazon Web Services
AWS Webcast - Getting Started with Amazon Web ServicesAWS Webcast - Getting Started with Amazon Web Services
AWS Webcast - Getting Started with Amazon Web Services
 
Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web Services
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?
 
AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
AWS 101 - Amazon Web Services
AWS 101 - Amazon Web ServicesAWS 101 - Amazon Web Services
AWS 101 - Amazon Web Services
 

Similar to Aws big picture_overview

Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
Cloud computing-Practical Example
Cloud computing-Practical ExampleCloud computing-Practical Example
Cloud computing-Practical ExampleTasawar Gulzar
 
Scaling drupal horizontally and in cloud
Scaling drupal horizontally and in cloudScaling drupal horizontally and in cloud
Scaling drupal horizontally and in cloudVladimir Ilic
 
Running your First Application on AWS
Running your First Application on AWS Running your First Application on AWS
Running your First Application on AWS Amazon Web Services
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesAmazon Web Services
 
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...Amazon Web Services Korea
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAadarsh Sharan
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSAmazon Web Services
 
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개Amazon Web Services Korea
 
AWS cloud computing internship training.pptx
AWS cloud computing internship training.pptxAWS cloud computing internship training.pptx
AWS cloud computing internship training.pptxROHANBANSAL55
 
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh Varia
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh VariaAWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh Varia
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh VariaAmazon Web Services
 
Architecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesArchitecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesAmazon Web Services
 
ENT201 Simplifying Microsoft Architectures with AWS Services
ENT201 Simplifying Microsoft Architectures with AWS ServicesENT201 Simplifying Microsoft Architectures with AWS Services
ENT201 Simplifying Microsoft Architectures with AWS ServicesAmazon Web Services
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonDan Lister
 
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAmazon Web Services
 

Similar to Aws big picture_overview (20)

AWS-services.pdf
AWS-services.pdfAWS-services.pdf
AWS-services.pdf
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
Cloud computing-Practical Example
Cloud computing-Practical ExampleCloud computing-Practical Example
Cloud computing-Practical Example
 
Scaling drupal horizontally and in cloud
Scaling drupal horizontally and in cloudScaling drupal horizontally and in cloud
Scaling drupal horizontally and in cloud
 
Running your First Application on AWS
Running your First Application on AWS Running your First Application on AWS
Running your First Application on AWS
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-Practices
 
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
[AWS에서의 미디어 및 엔터테인먼트] AWS 개요, 클라우드 스토리지 및 Amazon CloudFront, Elastic Transcod...
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_Sharan
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS
 
Aws overview
Aws overviewAws overview
Aws overview
 
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
 
AWS cloud computing internship training.pptx
AWS cloud computing internship training.pptxAWS cloud computing internship training.pptx
AWS cloud computing internship training.pptx
 
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh Varia
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh VariaAWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh Varia
AWS Architecting Cloud Apps - Best Practices and Design Patterns By Jinesh Varia
 
Architecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesArchitecting for the Cloud: Best Practices
Architecting for the Cloud: Best Practices
 
Aws
AwsAws
Aws
 
AMAZON CLOUD Course Content
AMAZON CLOUD Course ContentAMAZON CLOUD Course Content
AMAZON CLOUD Course Content
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
 
ENT201 Simplifying Microsoft Architectures with AWS Services
ENT201 Simplifying Microsoft Architectures with AWS ServicesENT201 Simplifying Microsoft Architectures with AWS Services
ENT201 Simplifying Microsoft Architectures with AWS Services
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and Amazon
 
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for Government
 

Recently uploaded

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Recently uploaded (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

Aws big picture_overview

  • 1. Amazon Big Picture Ajay Bidari Vice President – Cloud Services Cloud Enabled ( thecloudenabled.com) Web : https://thecloudenabled.com .
  • 2. Disclaimer :The content published in this presentation is Intellectual property of Cloud Enabled .This content may not be reproduced, downloaded, disseminated, published, or transferred in any form or by any means, except with the prior written permission of Cloud Enabled ,Bangalore. All product and company names,logos used in this presentation are trademarks™ or registered® trademarks of their respective holders. Source of this deck is from aws.amazon.com publically available documentation and our experience is in architecting the solution to our customers. We don’t warrant or guarantee the information in the deck are in compliance AWS messaging on their services.The thoughts and positioning is based on my understanding of AWS services --------- Ajay Bidari Copyright Cloud Enabled Ltd, All rights Reserved.
  • 3. AWS Global Presence Web : https://thecloudenabled.com .
  • 4. AWS Global Presence ( 10 Regions | 24 AZ’s ) 1. What is a Region ? • A region is geographical location of the AWS data centre 2. What is a Availability Zone (AZ) ? • Each availability zone is isolated location with in the same region • All communications between regions is across the public Internet. And Data transfer between regions is charged at the Internet data transfer rate for both the sending and the receiving instance. • All communications between ec2 instances with a region are not charged if you using private IP to transfer data across AZ Web : https://thecloudenabled.com .
  • 5. AWS Global Presence ( 12 Regions ) AWS has 10 regions mentioned in ( screenshot on your right hand side ,which is available for use by anyone There are below two regions not available to everyone I. AWS Gov cloud (US) : Accessible only to US government agencies II. China ( Beijing) region : It is a limited preview available to select group of china based and multi national customers in china Web : https://thecloudenabled.com .
  • 6. Amazon web Services overview Web : https://thecloudenabled.com .
  • 7. Amazon Elastic compute cloud Web : https://thecloudenabled.com .
  • 8. Amazon Elastic Compute Cloud( EC2) • Amazon EC2 is compute server from AWS • You have choice to run Windows and Linux virtual machines • You can use various instance types based on your application requirement • The Amazon EC2 Service Level Agreement commitment is 99.95% availability for each Amazon EC2 Region. • Which means 4 hr 38 minutes of downtime a year Web : https://thecloudenabled.com .
  • 9. Amazon Elastic Block Store Web : https://thecloudenabled.com .
  • 10. Amazon Elastic Block Store (EBS) • Amazon Elastic Block Store (Amazon EBS) provides persistent block level storage volumes . • Amazon EBS allows you to create storage volumes and attach them to Amazon EC2 instances. • Once attached, you can create a file system on top of these volumes ( NTFS for windows and ext3/ext4 for linux ) • In easy words , think of EBS volumes like a D drive of your VM • Why do you need to use EBS ? • You have launched to EC2 windows instance which has C drive of 100 GB , you woull want additional 500 GB for your data . • Cloud Enabled recommends you to store your critical data on D drive (ebs volume) instead C drive.In case of accidental deletion of a VM you can always launch new VM and attach to the new VM Web : https://thecloudenabled.com .
  • 11. Amazon Elastic Load Balancer Web : https://thecloudenabled.com .
  • 12. Amazon Elastic Load Balancer ( ELB) • Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances in the cloud. • Achieve higher levels of fault tolerance for your applications by using Elastic Load Balancing to automatically route traffic across multiple instances and multiple Availability Zones. • Additionally, Elastic Load Balancing offers integration with Auto Scaling to ensure that you have back-end capacity to meet varying levels of traffic levels without requiring manual intervention. Web : https://thecloudenabled.com .
  • 13. Amazon Route-53 Web : https://thecloudenabled.com .
  • 14. Amazon Route53 1) Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. 2) It is designed to route end users to Internet applications by translating names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other. 3) Amazon Route 53 effectively connects user requests to infrastructure running in AWS – such as • Amazon EC2 instances, • Elastic Load Balancing load balancers, or • Amazon S3 buckets • can also be used to route users to infrastructure outside of AWS. 4) The DNS port number is 53 and that is how the name Route53 was coined by AWS for the global DNS service Web : https://thecloudenabled.com .
  • 15. EC2 Instances Amazon Route53 Diagram Users thecloudenabled.com E L B Route 53 ( DNS-AS-A- Service Web # 1 Web # 2 Web # 3 Web # 4 Web : https://thecloudenabled.com .
  • 16. Amazon Relational DataBase Service (RDS) Web : https://thecloudenabled.com .
  • 17. Amazon RDS-overview 1) Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. 2) It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business. 3) Amazon RDS provides you six familiar database engines to choose from, including any one of the below Web : https://thecloudenabled.com .
  • 18. Amazon RDS- Benefits RDS is completed managed data base service which means .below are the benefits of using RDS • No need launch a EC2 instance • No Need Install and manage database servers • No need to setup replication ( primary database on instance A and secondary database on instance B) • Even minor upgrade of your database version are taken care by AWS • When you provision a Multi-AZ DB Instance, Amazon RDS synchronously replicates the data to a standby instance in a different Availability Zone (AZ). Web : https://thecloudenabled.com .
  • 19. Pri Sec RDS Instances ( Multi AZ) E N D P O I N t Sync replication Amazon RDS- Use case with EC2 customer.cz3u5wwsvyws.us-west- 1.rds.amazonaws.com:3306 Web : https://thecloudenabled.com .
  • 20. Amazon Simple Storage Service (S3) Web : https://thecloudenabled.com .
  • 21. Amazon S3- Overview • Amazon S3 is easy to use object storage, with a simple web service interface to store and retrieve any amount of data from anywhere on the web. You can store static files docs, ppt ,xls , pdf ,audio and video files any other files • Amazon S3 provides cost-effective object storage for a wide variety of use cases including • backup and recovery, • nearline archive, • big data analytics, • content distribution, Customer case study (Netflix) AWS enables Netflix to quickly deploy thousands of servers and terabytes of storage within minutes. Users can stream Netflix shows and movies from anywhere in the world, including on the web, on tablets, or on mobile devices such as iPhones Web : https://thecloudenabled.com .
  • 22. Amazon Use case of S3 Simple Storage Service Users https https://console.aws.amazon.com/s3/home?region=ap-southeast-2 File operations Upload Download Share Delete Web : https://thecloudenabled.com .
  • 23. Amazon Glacier Web : https://thecloudenabled.com .
  • 24. Amazon Use case of Glacier Simple Storage Service Users https https://console.aws.amazon.com/s3/home?region=ap-southeast-2 File operations Upload Download Share Delete Glacier Archive to Glacier Users Alternatively You can upload and download data directly to Glacier Web : https://thecloudenabled.com .
  • 25. Amazon VPC (Virtual Private Cloud) Web : https://thecloudenabled.com .
  • 26. Amazon : VPC subnets diagram ? VPC -01 Subnet-01 10.0.1.0/24 VPC -01 Subnet-02 10.0.2.0/24 VPC -01 Subnet-03 10.0.3.0/24 AD server EC2 instances EC2 instances EC2 instances EC2 instances EC2 instances EC2 instances 10.0.2. 5 10.0.2. 4 10.0.2. 3 10.0.3. 3 10.0.3. 4 10.0.3. 5 Web : https://thecloudenabled.com .
  • 27. Amazon : Direct connect Web : https://thecloudenabled.com .
  • 28. I. AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS. II. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections. I. AWS Direct Connect lets you establish a dedicated network connection between your network and one of the AWS Direct Connect locations. Amazon : Direct connect? Web : https://thecloudenabled.com .
  • 29. Amazon Enterprise Applications Web : https://thecloudenabled.com .
  • 30. Thank You Web : https://thecloudenabled.com . contact ajay.bidari@thecloudenabled.com for below services or querries AWS Consulting AWS Migration OpenStack Private Cloud IOT