SlideShare a Scribd company logo
1 of 29
Download to read offline
Architecting for the
   AWS Cloud
Cloud Computing Attributes
  Abstract      Focus on your needs, not on hardware specs. As your
 Resources      needs change, so should your resources.

On-Demand       Ask for what you need, exactly when you need it.
Provisioning    Pay only for what you use.

 Scalability    Scale out or in depending on usage needs.


No Up-Front     No contracts or long-term commitments.
   Costs        Pay only for what you use.

Efficiency of
  Experts
                Utilize the skills, knowledge and resources of experts.
What Do We Mean By Scalability
Scalability means the ability to scale up (bigger boxes),
scale down (smaller boxes), scale out (more boxes) and
scale in (fewer boxes)
A truly scalable has service has the following
characteristics:
   Increasing resources results in a proportional increase in performance
   A scalable service is capable of handling heterogeneity
   A scalable service is operationally efficient
   A scalable service is resilient
   A scalable service becomes more cost effective when it grows

A scalable architecture is critical to take advantage of a
scalable infrastructure!
AWS Cloud Architecture Lessons
1.   Design for failure and nothing fails
2.   Loose coupling sets you free
3.   Design for dynamism
4.   Security is everywhere
5.   Don’t fear constraints
6.   Leverage a variety of storage options
Design for Failure and Nothing Fails
Never expect your systems to be stable
Never expect your code to be perfect
Everything fails
   IO controllers
   Ethernet chips
   Hard disks
   Fans
   Power supplies
   Cabling
   Network ports
   Switches
   Load-balancers
If you can add it, it can fail
Examples of Handling Failure on AWS
• Use Elastic IP addresses for consistent and
  re-mappable routes
• Use multiple Amazon EC2 Availability Zones
  (AZs)
• Create multiple database slaves across AZs
• Use real-time monitoring across key access
  points (Amazon CloudWatch)
• Use Amazon Elastic Block Store (EBS) for
  persistent file systems
Build Loosely Couple Systems
Make no assumptions about the inner workings
of your components
Design for a jumble of black boxes

Loosely coupled systems on AWS
  De-coupling systems allows for hybrid models (in-
  cloud + in-physical data center)
  Balancing between clusters enables easier scaling
  Using queues (Amazon SQS) buffers against failures
Design for Dynamism
Components should not assume the
health or location of other components
Bootstrapping and dynamic configuration
helps you scale dynamically

Dynamism on AWS
  Use Auto Scaling
  Use Elastic Load Balancing on multiple layers
  Use configurations in SimpleDB to bootstrap
  instance
Security is Everywhere
With AWS, physical security is free, network security is
easy, and other security can be added

Building secure systems with AWS
• Create distinct Security Groups for each Amazon EC2
  cluster
• Use group-based rules for controlling access between
  layers
• Restrict external access to specific IP ranges
• Encrypt data stored in Amazon S3
• Encrypt all information transmitted across the wire
• Consider encrypted file systems for sensitive data
Don’t Fear Constraints
Architectural constraints can be broken
Having a flexible, on-demand pool of resources allows for different
architectures that remove constraints

I need more than xxGB of RAM per instance
   Distribute load across multiple instances; use a shared distributed cache
I need more than xxK IOPS on my database
   Run multiple read-only copies; sharding; database clustering software
My current server specs are better than an Amazon EC2 instance
   Run more Amazon EC2 instances but only when you need them
I need static IPs for my servers
   Boot scripts that re-configure software from configuration database
Leverage Many Storage Options
Amazon S3 is optimized for storing large objects
  Store persistent data
Amazon CloudFront for performance
  Push popular objects to 14 worldwide edge locations
Amazon SimpleDB for speed, scale, and simplicity
  Store small bits of data that have no dependencies, such
  as metadata
Amazon EC2 local disk space for transient data
Amazon EBS acts like a disk drive for persistent
storage
  Store dynamic content or a traditional RDBMS
  Use snapshots to S3 for backup
Diverse Use Cases
Web Site Hosting
Application Hosting
Media Distribution
Storage, Backup, Disaster Recovery
Content Delivery
High-Performance Computing
Software Development and Testing
Sample Architecture:
  Migrating Your
 Web Applications
Web Application Design
A typical web application could need:
  Compute power
  Storage capacity for images, music, etc.
  Content distribution
  Database storage
  Messaging between components
  Payment options to enable e-commerce
  Load balancing for optimal performance
Typical Web App Architecture


                                                         Database




                                      Application Server /
                                      Business Logic
                 Web Server /
                 Presentation Layer

Client Browser
Web Application Design on AWS
An AWS-based web application could use:
  Compute power (Amazon EC2)
  Storage capacity for images, music, etc. (Amazon S3)
  Content distribution (Amazon CloudFront)
  Database storage (Amazon EBS)
  Messaging btw. components (Amazon SQS)
  Payment options to enable e-commerce (Amazon
  FPS)
  Load balancing for optimal performance (Amazon
  EC2)
Use Amazon S3 for Storage




                 Store persistent files in Amazon S3
                 for lower costs, higher reliability
Client Browser
Use Amazon CloudFront




                 Amazon CloudFront is a content delivery
                 network that caches data stored in Amazon S3
                 across a worldwide network of edge locations:

                 Seattle, Palo Alto, Los Angeles, St. Louis,
                 Dallas, Ashburn, Newark, Miami, Amsterdam,
Client Browser   Dublin, Frankfurt, London,
                 Hong Kong, Tokyo
Use Amazon EC2 for Compute




                  Configure Amazon EC2 running
                  your choice of web server to handle
                  all incoming web requests.
 Client Browser
Use Amazon EC2 for Compute




                  Configure multiple Amazon EC2
                  instances running your choice of
                  application server to process
                  requests.

                  Use Availability Zones and Elastic
 Client Browser   IPs for greater reliability and
                  resiliency.
Use Amazon EBS for Database




                  Configure an Amazon EBS device to
                  host your existing relational database.
                  Snapshots can be automatically
 Client Browser
                  backed up to Amazon S3.
Use Amazon SQS




                   SQS



                 Amazon SQS makes it easy to
                 coordinate between the web server
Client Browser   and application servers.
Use Amazon SimpleDB




                                           SimpleDB
                   SQS



                 Amazon SimpleDB can be used to
                 store metadata, logfiles, and other
Client Browser   information for your site.
Additional Features and Other Serivces
 New Features
   CloudWatch (monitoring), Elastic Load Balancing, and
   Auto Scaling services just launched
   AWS Import/Export adds “sneaker net” to S3
 Other Services
   Amazon Elastic MapReduce can be used to crunch
   and analyze large amounts of data
   Amazon Flexible Payments Service can handle
   checkout pipelines and payment methods
   Amazon Mechanical Turk can be used for tasks best
   suited for human intervention (e.g., image upload and
   content approval)
Amazon EC2 Tools
AWS Management Console
AWS Toolkit for Eclipse:
  Eclipse Java IDE plug-in
iPhone Apps:
  Manage EC2 from your iPhone with
  ec2Phone, ElasticPod or directEC2
ElasticFox:
  Mozilla Firefox extension
AWS Management Console




     https://console.aws.amazon.com/
Other Tools
Managing Amazon S3 & Amazon
CloudFront:
 S3Fox, CloudBerry Explorer, Manager for
 CloudFront
Managing Amazon SimpleDB:
 AWSZone
Managing Elastic MapReduce:
 AWS Management Console
In Conclusion
Most Important Lesson From Our
Customers:
  Start small with a well-defined proof of
  concept that will highlight the power of AWS
  Build support in your organization
  Once one application is launched others will
  follow…
Thank You
training@varnaaz.com
   +91 98455 62620

More Related Content

What's hot

Journey Through the Cloud - Data Analysis
Journey Through the Cloud - Data AnalysisJourney Through the Cloud - Data Analysis
Journey Through the Cloud - Data AnalysisAmazon Web Services
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Web Services
 
AWS basics
AWS basicsAWS basics
AWS basicsmbaric
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAmazon Web Services
 
cdac@amitkumar@test123
cdac@amitkumar@test123cdac@amitkumar@test123
cdac@amitkumar@test123Parag Gajbhiye
 
AWS IoT Workshop Keynote
AWS IoT Workshop KeynoteAWS IoT Workshop Keynote
AWS IoT Workshop KeynoteIan Massingham
 
Amazon EC2 Instances, Featuring Performance Optimisation Best Practices
Amazon EC2 Instances, Featuring Performance Optimisation Best PracticesAmazon EC2 Instances, Featuring Performance Optimisation Best Practices
Amazon EC2 Instances, Featuring Performance Optimisation Best PracticesAmazon Web Services
 
T1 – Architecting highly available applications on aws
T1 – Architecting highly available applications on awsT1 – Architecting highly available applications on aws
T1 – Architecting highly available applications on awsAmazon Web Services
 
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web Services
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web ServicesAWS March 2016 Webinar Series - Managed Database Services on Amazon Web Services
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web ServicesAmazon Web Services
 
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...Amazon Web Services
 
AWS Tutorial-Part2:Exam Intro-2018
AWS Tutorial-Part2:Exam Intro-2018AWS Tutorial-Part2:Exam Intro-2018
AWS Tutorial-Part2:Exam Intro-2018SaM theCloudGuy
 
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivEC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivAmazon Web Services
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesAmazon Web Services
 
AWS tutorial-Part27:AWS EC2
AWS tutorial-Part27:AWS EC2AWS tutorial-Part27:AWS EC2
AWS tutorial-Part27:AWS EC2SaM theCloudGuy
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSAmazon Web Services
 
Escalando para sus primeros 10 millones de usuarios
Escalando para sus primeros 10 millones de usuariosEscalando para sus primeros 10 millones de usuarios
Escalando para sus primeros 10 millones de usuariosAmazon Web Services LATAM
 
Getting Started with the Hybrid Cloud: Enterprise Backup and Recovery
Getting Started with the Hybrid Cloud: Enterprise Backup and RecoveryGetting Started with the Hybrid Cloud: Enterprise Backup and Recovery
Getting Started with the Hybrid Cloud: Enterprise Backup and RecoveryAmazon Web Services
 

What's hot (20)

AWS for Startups
AWS for StartupsAWS for Startups
AWS for Startups
 
Journey Through the Cloud - Data Analysis
Journey Through the Cloud - Data AnalysisJourney Through the Cloud - Data Analysis
Journey Through the Cloud - Data Analysis
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
 
AWS basics
AWS basicsAWS basics
AWS basics
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the Cloud
 
cdac@amitkumar@test123
cdac@amitkumar@test123cdac@amitkumar@test123
cdac@amitkumar@test123
 
AWS IoT Workshop Keynote
AWS IoT Workshop KeynoteAWS IoT Workshop Keynote
AWS IoT Workshop Keynote
 
Amazon EC2 Instances, Featuring Performance Optimisation Best Practices
Amazon EC2 Instances, Featuring Performance Optimisation Best PracticesAmazon EC2 Instances, Featuring Performance Optimisation Best Practices
Amazon EC2 Instances, Featuring Performance Optimisation Best Practices
 
T1 – Architecting highly available applications on aws
T1 – Architecting highly available applications on awsT1 – Architecting highly available applications on aws
T1 – Architecting highly available applications on aws
 
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web Services
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web ServicesAWS March 2016 Webinar Series - Managed Database Services on Amazon Web Services
AWS March 2016 Webinar Series - Managed Database Services on Amazon Web Services
 
Compute Services con AWS
Compute Services con AWSCompute Services con AWS
Compute Services con AWS
 
Cost Optimisation
Cost OptimisationCost Optimisation
Cost Optimisation
 
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...
AWS 201 - A Walk through the AWS Cloud: App Hosting on AWS - Games, Apps and ...
 
AWS Tutorial-Part2:Exam Intro-2018
AWS Tutorial-Part2:Exam Intro-2018AWS Tutorial-Part2:Exam Intro-2018
AWS Tutorial-Part2:Exam Intro-2018
 
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivEC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
 
AWS tutorial-Part27:AWS EC2
AWS tutorial-Part27:AWS EC2AWS tutorial-Part27:AWS EC2
AWS tutorial-Part27:AWS EC2
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWS
 
Escalando para sus primeros 10 millones de usuarios
Escalando para sus primeros 10 millones de usuariosEscalando para sus primeros 10 millones de usuarios
Escalando para sus primeros 10 millones de usuarios
 
Getting Started with the Hybrid Cloud: Enterprise Backup and Recovery
Getting Started with the Hybrid Cloud: Enterprise Backup and RecoveryGetting Started with the Hybrid Cloud: Enterprise Backup and Recovery
Getting Started with the Hybrid Cloud: Enterprise Backup and Recovery
 

Viewers also liked

DPD:AWS Developer Training
DPD:AWS Developer TrainingDPD:AWS Developer Training
DPD:AWS Developer TrainingJosh Curtis
 
Amazon CloudFront - Delivering Dynamic Content From The Edge
Amazon CloudFront - Delivering Dynamic Content From The EdgeAmazon CloudFront - Delivering Dynamic Content From The Edge
Amazon CloudFront - Delivering Dynamic Content From The EdgeAmazon 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
 

Viewers also liked (8)

Courses Offerings by VARNAAZ
Courses Offerings by VARNAAZCourses Offerings by VARNAAZ
Courses Offerings by VARNAAZ
 
Varnaaz Brochureee
Varnaaz BrochureeeVarnaaz Brochureee
Varnaaz Brochureee
 
VCP6 eCertificate
VCP6 eCertificateVCP6 eCertificate
VCP6 eCertificate
 
Msbi course content
Msbi course contentMsbi course content
Msbi course content
 
DPD:AWS Developer Training
DPD:AWS Developer TrainingDPD:AWS Developer Training
DPD:AWS Developer Training
 
AWS certificate
AWS certificateAWS certificate
AWS certificate
 
Amazon CloudFront - Delivering Dynamic Content From The Edge
Amazon CloudFront - Delivering Dynamic Content From The EdgeAmazon CloudFront - Delivering Dynamic Content From The Edge
Amazon CloudFront - Delivering Dynamic Content From The Edge
 
AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)AWS 101: Cloud Computing Seminar (2012)
AWS 101: Cloud Computing Seminar (2012)
 

Similar to AMAZON CLOUD Course Content

Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Appsjineshvaria
 
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
 
AWS Webcast - Best Practices in Architecting for the Cloud
AWS Webcast - Best Practices in Architecting for the CloudAWS Webcast - Best Practices in Architecting for the Cloud
AWS Webcast - Best Practices in Architecting for the CloudAmazon Web Services
 
Architecting Enterprise Applications In The Cloud
Architecting Enterprise Applications In The CloudArchitecting Enterprise Applications In The Cloud
Architecting Enterprise Applications In The CloudAmazon Web Services
 
Get Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSGet Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSAmazon Web Services
 
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
 
Get Started & Migrate Your Data to AWS (English Session)
Get Started & Migrate Your Data to AWS (English Session)Get Started & Migrate Your Data to AWS (English Session)
Get Started & Migrate Your Data to AWS (English Session)Amazon Web Services
 
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAmazon Web Services
 
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAmazon Web Services
 
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
 
Survey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software ProjectsSurvey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software Projectst b
 

Similar to AMAZON CLOUD Course Content (20)

AWS Architecting In The Cloud
AWS Architecting In The CloudAWS Architecting In The Cloud
AWS Architecting In The Cloud
 
Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Apps
 
Aws
AwsAws
Aws
 
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
 
Building Enterprise Cloud Apps
Building Enterprise Cloud AppsBuilding Enterprise Cloud Apps
Building Enterprise Cloud Apps
 
AWS Webcast - Best Practices in Architecting for the Cloud
AWS Webcast - Best Practices in Architecting for the CloudAWS Webcast - Best Practices in Architecting for the Cloud
AWS Webcast - Best Practices in Architecting for the Cloud
 
Amazon Web Service.pdf
Amazon Web Service.pdfAmazon Web Service.pdf
Amazon Web Service.pdf
 
Architecting Enterprise Applications In The Cloud
Architecting Enterprise Applications In The CloudArchitecting Enterprise Applications In The Cloud
Architecting Enterprise Applications In The Cloud
 
Aws101
Aws101Aws101
Aws101
 
Aws
AwsAws
Aws
 
Get Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSGet Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWS
 
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
 
Get Started & Migrate Your Data to AWS (English Session)
Get Started & Migrate Your Data to AWS (English Session)Get Started & Migrate Your Data to AWS (English Session)
Get Started & Migrate Your Data to AWS (English Session)
 
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
 
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech TalksAWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
AWS Services Overview and Quarterly Update - April 2017 AWS Online Tech Talks
 
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
 
Survey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software ProjectsSurvey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software Projects
 
AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016
 
AWS 101
AWS 101AWS 101
AWS 101
 

More from Varnaaz Technologies

More from Varnaaz Technologies (9)

SPSS Course Contents
SPSS Course ContentsSPSS Course Contents
SPSS Course Contents
 
SharePoint 2010 Development Course Content
SharePoint 2010 Development Course Content SharePoint 2010 Development Course Content
SharePoint 2010 Development Course Content
 
Lync Server 2010 Course Content
Lync Server 2010 Course ContentLync Server 2010 Course Content
Lync Server 2010 Course Content
 
VARNAAZ PROFILE
VARNAAZ PROFILEVARNAAZ PROFILE
VARNAAZ PROFILE
 
ORACLE IDM Course Content
ORACLE IDM Course ContentORACLE IDM Course Content
ORACLE IDM Course Content
 
HADOOP Training
HADOOP TrainingHADOOP Training
HADOOP Training
 
Microsoft Dynamics CRM
Microsoft Dynamics CRMMicrosoft Dynamics CRM
Microsoft Dynamics CRM
 
Microsoft Dynamics AX 2009 (Technical) Course Content
Microsoft Dynamics AX 2009 (Technical) Course ContentMicrosoft Dynamics AX 2009 (Technical) Course Content
Microsoft Dynamics AX 2009 (Technical) Course Content
 
IBM Smart Cloud Enterprise
IBM Smart Cloud EnterpriseIBM Smart Cloud Enterprise
IBM Smart Cloud Enterprise
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 

AMAZON CLOUD Course Content

  • 2. Cloud Computing Attributes Abstract Focus on your needs, not on hardware specs. As your Resources needs change, so should your resources. On-Demand Ask for what you need, exactly when you need it. Provisioning Pay only for what you use. Scalability Scale out or in depending on usage needs. No Up-Front No contracts or long-term commitments. Costs Pay only for what you use. Efficiency of Experts Utilize the skills, knowledge and resources of experts.
  • 3. What Do We Mean By Scalability Scalability means the ability to scale up (bigger boxes), scale down (smaller boxes), scale out (more boxes) and scale in (fewer boxes) A truly scalable has service has the following characteristics: Increasing resources results in a proportional increase in performance A scalable service is capable of handling heterogeneity A scalable service is operationally efficient A scalable service is resilient A scalable service becomes more cost effective when it grows A scalable architecture is critical to take advantage of a scalable infrastructure!
  • 4. AWS Cloud Architecture Lessons 1. Design for failure and nothing fails 2. Loose coupling sets you free 3. Design for dynamism 4. Security is everywhere 5. Don’t fear constraints 6. Leverage a variety of storage options
  • 5. Design for Failure and Nothing Fails Never expect your systems to be stable Never expect your code to be perfect Everything fails IO controllers Ethernet chips Hard disks Fans Power supplies Cabling Network ports Switches Load-balancers If you can add it, it can fail
  • 6. Examples of Handling Failure on AWS • Use Elastic IP addresses for consistent and re-mappable routes • Use multiple Amazon EC2 Availability Zones (AZs) • Create multiple database slaves across AZs • Use real-time monitoring across key access points (Amazon CloudWatch) • Use Amazon Elastic Block Store (EBS) for persistent file systems
  • 7. Build Loosely Couple Systems Make no assumptions about the inner workings of your components Design for a jumble of black boxes Loosely coupled systems on AWS De-coupling systems allows for hybrid models (in- cloud + in-physical data center) Balancing between clusters enables easier scaling Using queues (Amazon SQS) buffers against failures
  • 8. Design for Dynamism Components should not assume the health or location of other components Bootstrapping and dynamic configuration helps you scale dynamically Dynamism on AWS Use Auto Scaling Use Elastic Load Balancing on multiple layers Use configurations in SimpleDB to bootstrap instance
  • 9. Security is Everywhere With AWS, physical security is free, network security is easy, and other security can be added Building secure systems with AWS • Create distinct Security Groups for each Amazon EC2 cluster • Use group-based rules for controlling access between layers • Restrict external access to specific IP ranges • Encrypt data stored in Amazon S3 • Encrypt all information transmitted across the wire • Consider encrypted file systems for sensitive data
  • 10. Don’t Fear Constraints Architectural constraints can be broken Having a flexible, on-demand pool of resources allows for different architectures that remove constraints I need more than xxGB of RAM per instance Distribute load across multiple instances; use a shared distributed cache I need more than xxK IOPS on my database Run multiple read-only copies; sharding; database clustering software My current server specs are better than an Amazon EC2 instance Run more Amazon EC2 instances but only when you need them I need static IPs for my servers Boot scripts that re-configure software from configuration database
  • 11. Leverage Many Storage Options Amazon S3 is optimized for storing large objects Store persistent data Amazon CloudFront for performance Push popular objects to 14 worldwide edge locations Amazon SimpleDB for speed, scale, and simplicity Store small bits of data that have no dependencies, such as metadata Amazon EC2 local disk space for transient data Amazon EBS acts like a disk drive for persistent storage Store dynamic content or a traditional RDBMS Use snapshots to S3 for backup
  • 12. Diverse Use Cases Web Site Hosting Application Hosting Media Distribution Storage, Backup, Disaster Recovery Content Delivery High-Performance Computing Software Development and Testing
  • 13. Sample Architecture: Migrating Your Web Applications
  • 14. Web Application Design A typical web application could need: Compute power Storage capacity for images, music, etc. Content distribution Database storage Messaging between components Payment options to enable e-commerce Load balancing for optimal performance
  • 15. Typical Web App Architecture Database Application Server / Business Logic Web Server / Presentation Layer Client Browser
  • 16. Web Application Design on AWS An AWS-based web application could use: Compute power (Amazon EC2) Storage capacity for images, music, etc. (Amazon S3) Content distribution (Amazon CloudFront) Database storage (Amazon EBS) Messaging btw. components (Amazon SQS) Payment options to enable e-commerce (Amazon FPS) Load balancing for optimal performance (Amazon EC2)
  • 17. Use Amazon S3 for Storage Store persistent files in Amazon S3 for lower costs, higher reliability Client Browser
  • 18. Use Amazon CloudFront Amazon CloudFront is a content delivery network that caches data stored in Amazon S3 across a worldwide network of edge locations: Seattle, Palo Alto, Los Angeles, St. Louis, Dallas, Ashburn, Newark, Miami, Amsterdam, Client Browser Dublin, Frankfurt, London, Hong Kong, Tokyo
  • 19. Use Amazon EC2 for Compute Configure Amazon EC2 running your choice of web server to handle all incoming web requests. Client Browser
  • 20. Use Amazon EC2 for Compute Configure multiple Amazon EC2 instances running your choice of application server to process requests. Use Availability Zones and Elastic Client Browser IPs for greater reliability and resiliency.
  • 21. Use Amazon EBS for Database Configure an Amazon EBS device to host your existing relational database. Snapshots can be automatically Client Browser backed up to Amazon S3.
  • 22. Use Amazon SQS SQS Amazon SQS makes it easy to coordinate between the web server Client Browser and application servers.
  • 23. Use Amazon SimpleDB SimpleDB SQS Amazon SimpleDB can be used to store metadata, logfiles, and other Client Browser information for your site.
  • 24. Additional Features and Other Serivces New Features CloudWatch (monitoring), Elastic Load Balancing, and Auto Scaling services just launched AWS Import/Export adds “sneaker net” to S3 Other Services Amazon Elastic MapReduce can be used to crunch and analyze large amounts of data Amazon Flexible Payments Service can handle checkout pipelines and payment methods Amazon Mechanical Turk can be used for tasks best suited for human intervention (e.g., image upload and content approval)
  • 25. Amazon EC2 Tools AWS Management Console AWS Toolkit for Eclipse: Eclipse Java IDE plug-in iPhone Apps: Manage EC2 from your iPhone with ec2Phone, ElasticPod or directEC2 ElasticFox: Mozilla Firefox extension
  • 26. AWS Management Console https://console.aws.amazon.com/
  • 27. Other Tools Managing Amazon S3 & Amazon CloudFront: S3Fox, CloudBerry Explorer, Manager for CloudFront Managing Amazon SimpleDB: AWSZone Managing Elastic MapReduce: AWS Management Console
  • 28. In Conclusion Most Important Lesson From Our Customers: Start small with a well-defined proof of concept that will highlight the power of AWS Build support in your organization Once one application is launched others will follow…