SlideShare a Scribd company logo
T3:	
  Tuesday	
  Tech	
  Talk	
  
Autoscaling	
  with	
  Amazon	
  Web	
  Services	
  
Amazon	
  Web	
  Services	
  
•  a	
  suite	
  of	
  cloud	
  compu0ng	
  services	
  offered	
  by	
  Amazon	
  
•  highly	
   reliable,	
   scalable,	
   low-­‐cost	
   infrastructure	
   pla>orm	
   in	
  
the	
  cloud	
  
•  has	
  more	
  than	
  70	
  services	
  that	
  span	
  a	
  wide	
  range	
  including	
  
compute,	
   storage,	
   networking,	
   database,	
   analy0cs,	
  
applica0on	
   services,	
   deployment,	
   management,	
   mobile,	
  
developer	
  tools	
  and	
  tools	
  for	
  the	
  Internet	
  of	
  things	
  
•  most	
   central	
   and	
   best-­‐known	
   of	
   these	
   services	
   arguably	
  
include	
   Amazon	
   Elas0c	
   Compute	
   Cloud,	
   also	
   known	
   as	
   EC2,	
  
and	
  Amazon	
  Simple	
  Storage	
  Service,	
  also	
  known	
  as	
  S3	
  
•  data	
   center	
   loca0ons	
   in	
   the	
   U.S.,	
   Europe,	
   Brazil,	
   Singapore,	
  
Japan,	
  and	
  Australia	
  
AMAZON	
  WEB	
  SERVICES	
  
Why	
  use	
  it?	
  
•  Low	
  Cost	
  
–  offers	
  low,	
  pay-­‐as-­‐you-­‐go	
  pricing	
  with	
  no	
  up-­‐front	
  
expenses	
  or	
  long-­‐term	
  commitments	
  
–  lets	
  you	
  consume	
  only	
  the	
  amount	
  of	
  resources	
  that	
  you	
  
actually	
  need;	
  no	
  minimum	
  spend	
  needed	
  
•  Agility	
  and	
  Instant	
  Elas2city	
  
–  instead	
  of	
  wai0ng	
  weeks	
  or	
  months	
  for	
  hardware,	
  you	
  can	
  
instantly	
  deploy	
  new	
  applica0ons,	
  instantly	
  scale	
  up	
  as	
  
your	
  workload	
  grows,	
  and	
  instantly	
  scale	
  down	
  based	
  on	
  
demand	
  
–  one	
  virtual	
  server	
  or	
  thousands,	
  whether	
  you	
  need	
  them	
  
for	
  a	
  few	
  hours	
  or	
  24/7,	
  you	
  s0ll	
  only	
  pay	
  for	
  what	
  you	
  use	
  
AMAZON	
  WEB	
  SERVICES	
  
Why	
  use	
  it?	
  
•  Open	
  and	
  Flexible	
  
–  a	
  language	
  and	
  opera0ng	
  system	
  agnos0c	
  pla>orm	
  
–  choose	
  which	
  services	
  you	
  use,	
  one	
  or	
  several,	
  and	
  choose	
  
how	
  you	
  use	
  them	
  
•  Secure	
  
–  a	
  secure,	
  durable	
  technology	
  pla>orm	
  with	
  industry-­‐
recognized	
  cer0fica0ons	
  and	
  audits:	
  PCI	
  DSS	
  Level	
  1,	
  ISO	
  
27001,	
  FISMA	
  Moderate,	
  FedRAMP,	
  HIPAA,	
  and	
  SOC	
  1	
  and	
  
SOC	
  2	
  audit	
  reports	
  
–  services	
  and	
  data	
  centers	
  have	
  mul0ple	
  layers	
  of	
  
opera0onal	
  and	
  physical	
  security	
  to	
  ensure	
  the	
  integrity	
  
and	
  safety	
  of	
  data	
  
AMAZON	
  WEB	
  SERVICES	
  
Services	
  
AMAZON	
  WEB	
  SERVICES	
  
h [ p s : / /
www.expeditedssl.com/aws-­‐
in-­‐plain-­‐english	
  
Auto	
  Scaling	
  
•  helps	
  you	
  ensure	
  that	
  you	
  have	
  the	
  correct	
  number	
  of	
  EC2	
  
instances	
  available	
  to	
  handle	
  the	
  load	
  for	
  your	
  applica0on	
  
•  create	
  collec0ons	
  of	
  EC2	
  instances,	
  called	
  Auto	
  Scaling	
  groups	
  
•  specify	
  the	
  minimum	
  number	
  of	
  instances	
  ,	
  maximum,	
  and	
  
the	
  desired	
  capacity	
  
–  minimum	
  -­‐>	
  Auto	
  Scaling	
  ensures	
  that	
  your	
  group	
  never	
  
goes	
  below	
  this	
  size	
  
–  maximum	
  -­‐>	
  	
  Auto	
  Scaling	
  ensures	
  that	
  your	
  group	
  never	
  
goes	
  above	
  this	
  size	
  
–  desired	
  -­‐>	
  Auto	
  Scaling	
  	
  ensures	
  that	
  your	
  group	
  has	
  this	
  
many	
  instances	
  at	
  any	
  given	
  0me	
  
AMAZON	
  WEB	
  SERVICES	
  
BeneGits	
  
•  Be?er	
  fault	
  tolerance	
  
–  can	
   detect	
   when	
   an	
   instance	
   is	
   unhealthy,	
   terminate	
   it,	
  
and	
  launch	
  an	
  instance	
  to	
  replace	
  it	
  
•  Be?er	
  availability	
  
–  can	
  help	
  you	
  ensure	
  that	
  your	
  applica0on	
  always	
  has	
  the	
  
right	
   amount	
   of	
   capacity	
   to	
   handle	
   the	
   current	
   traffic	
  
demands	
  
•  Be?er	
  cost	
  management	
  
–  can	
  dynamically	
  increase	
  and	
  decrease	
  capacity	
  as	
  needed.	
  
Because	
  you	
  pay	
  for	
  the	
  EC2	
  instances	
  you	
  use,	
  you	
  save	
  
money	
   by	
   launching	
   instances	
   when	
   they	
   are	
   actually	
  
needed	
  and	
  termina0ng	
  them	
  when	
  they	
  aren't	
  needed	
  
AMAZON	
  WEB	
  SERVICES	
  
Services	
  Needed	
  
•  	
  EC2	
  	
  
–  provides	
  scalable	
  compu0ng	
  capacity	
  in	
  the	
  Amazon	
  Web	
  
Services	
  (AWS)	
  cloud	
  
–  you	
  can	
  launch	
  virtual	
  servers	
  as	
  you	
  need,	
  configure	
  
security	
  and	
  networking,	
  and	
  manage	
  storage	
  
ELB	
  
–  automa0cally	
  distributes	
  incoming	
  applica0on	
  traffic	
  
across	
  mul0ple	
  Amazon	
  EC2	
  instances	
  in	
  the	
  cloud	
  
Launch	
  ConfiguraBon	
  
–  template	
  for	
  its	
  EC2	
  instances	
  
–  in	
  here	
  you	
  can	
  specify	
  informa0on	
  such	
  as	
  the	
  AMI	
  ID,	
  
instance	
  type,	
  key	
  pair,	
  security	
  groups	
  
AMAZON	
  WEB	
  SERVICES	
  
Services	
  Needed	
  
Autoscale	
  Group	
  
– instances	
  are	
  organized	
  into	
  groups	
  so	
  that	
  they	
  can	
  be	
  
treated	
  as	
  a	
  logical	
  unit	
  for	
  the	
  purposes	
  of	
  scaling	
  and	
  
management	
  
Security	
  Groups	
  
– acts	
  as	
  a	
  virtual	
  firewall	
  that	
  controls	
  the	
  traffic	
  for	
  one	
  or	
  
more	
  instances	
  
•  S3	
  
– storage	
  for	
  the	
  Internet	
  
•  CloudWatch	
  
– monitoring	
  service	
  for	
  resources,	
  allows	
  you	
  to	
  set	
  alarms	
  
and	
  triggers	
  that	
  can	
  be	
  used	
  by	
  other	
  AWS	
  services	
  
	
   AMAZON	
  WEB	
  SERVICES	
  
How	
  to	
  autoscale	
  using	
  Amazon	
  Web	
  Services?	
  
Incoming	
  requests CloudWatch triggers	
  alarm Autoscale	
  Group scales	
  up EC2	
  instances uses Launch	
  Configuration
Base	
  AMI
Security	
  Group
Elastic	
  Load	
  
Balancer
AMAZON	
  WEB	
  SERVICES	
  
How	
  to	
  deploy	
  application?	
  
User	
  Data	
  from	
  Launch	
  
Configuration
sets	
  up	
  the	
  env	
  
properties
systemStartup.sh
set	
  up	
  the	
  env	
  
using	
  properties
update.sh
delegates	
  install	
  to	
  env	
  
specific	
  install	
  script
update<Env>.sh
YUI	
  RESET,	
  FONTS,	
  GRIDS	
  
Steps	
  
1)  Set	
  up	
  the	
  Elas0c	
  Load	
  Balancer	
  
2)  Set	
  up	
  the	
  Security	
  Group	
  
-­‐	
  Open	
  the	
  necessary	
  ports	
  on	
  the	
  necessary	
  protocols	
  
3)  Create	
  a	
  Base	
  AMI	
  
-­‐	
  Install	
  the	
  necessary	
  sodware	
  and	
  services	
  
S3cmd,	
  NGinx,	
  etc.	
  
4)  Create	
  a	
  Launch	
  Configura0on	
  
-­‐	
  Add	
  the	
  configura0on	
  script	
  in	
  the	
  User	
  Data	
  
5)  Create	
  Autoscale	
  Group	
  
6)  Create	
  Cloudwatch	
  alarms	
  
AMAZON	
  WEB	
  SERVICES	
  
References	
  
•  h[ps://d36cz9buwru1[.cloudfront.net/AWS_Overview.pdf	
  
•  h[ps://aws.amazon.com/about-­‐aws/	
  
•  h[ps://aws.amazon.com/autoscaling/	
  
•  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/
WhatIsAutoScaling.html	
  
•  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/
LaunchConfigura0on.html	
  
•  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/
AutoScalingGroup.html	
  
•  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/auto-­‐scaling-­‐
benefits.html	
  
AMAZON	
  WEB	
  SERVICES	
  
References	
  
•  h[p://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html	
  
•  h[p://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-­‐network-­‐
security.html	
  
•  h[p://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html	
  
•  h[ps://aws.amazon.com/elas0cloadbalancing/	
  
•  h[ps://aws.amazon.com/cloudwatch/	
  
•  h[ps://en.wikipedia.org/wiki/Amazon_Web_Services	
  
•  h[ps://www.expeditedssl.com/aws-­‐in-­‐plain-­‐english	
  
AMAZON	
  WEB	
  SERVICES	
  

More Related Content

PDF
Awsgsg freetier
PDF
AWS Virtual Private Cloud
PPTX
AWS Elastic Compute Cloud (EC2)
PDF
Cost Optimisation with AWS
PPSX
Aws certified-solutions-architect-associate-training
PDF
Getting Started with AWS Lambda and Serverless Computing
PPTX
2017 AWSome day Taichung sharing
PDF
Aws+cloud+practitioner+exam+cram
Awsgsg freetier
AWS Virtual Private Cloud
AWS Elastic Compute Cloud (EC2)
Cost Optimisation with AWS
Aws certified-solutions-architect-associate-training
Getting Started with AWS Lambda and Serverless Computing
2017 AWSome day Taichung sharing
Aws+cloud+practitioner+exam+cram

Viewers also liked (11)

PPTX
Microservices
PDF
WhenSpeak - мобильное приложение для WhenSpeak – это мобильное приложение для...
PDF
532_Paper
PPTX
2016 Intern Presentation
PDF
WhenSpeak – это мобильное приложение для вовлечения участников мероприятия
PPTX
中国
DOC
JASWANT R LALA 12 01 16
PDF
Afasia estrategias de intervencion funcional fila
PDF
Mediterraneo
PPTX
Actividad 1 presentación herramientas digitales
PDF
Afasia estrategias de intervención funcional
Microservices
WhenSpeak - мобильное приложение для WhenSpeak – это мобильное приложение для...
532_Paper
2016 Intern Presentation
WhenSpeak – это мобильное приложение для вовлечения участников мероприятия
中国
JASWANT R LALA 12 01 16
Afasia estrategias de intervencion funcional fila
Mediterraneo
Actividad 1 presentación herramientas digitales
Afasia estrategias de intervención funcional
Ad

Similar to Tech Talk: Autoscaling with Amazon Web Services (20)

PPTX
Wicked rugby
PDF
오토스케일링 제대로 활용하기 (김일호) - AWS 웨비나 시리즈 2015
PDF
Uses, considerations, and recommendations for AWS
PDF
AWS Migration or 24x7 Support
PPTX
AWS Fundamentals @Back2School by CloudZone
PPTX
Aws re invent 2018 recap
PPT
Managed Cloud Services for Siebel CRM on Amazon AWS
PPTX
AWS-CCP-PPTs-v2.pptx
PPT
Cloud & Native Cloud for Managers
PPSX
Cloud computing-Practical Example
PPTX
Infrastructure Provisioning & Automation For Large Enterprises
PPTX
EC2 The AWS Compute Service.pptx
PDF
Aws 101 A walk-through the aws cloud (2013)
PPTX
Aws tutorial
PPTX
Introduction to AWS
PPTX
Provisioning in the cloud context, cloud computing, EC2, Amazon provisioning ...
PDF
Vom Server bis zum Workspace: Windows Anwendungen auf AWS - AWS Cloud Web Day...
PPTX
Aws 101 garage+
PDF
Automating Security in Cloud Workloads with DevSecOps
PDF
Amazon EC2
Wicked rugby
오토스케일링 제대로 활용하기 (김일호) - AWS 웨비나 시리즈 2015
Uses, considerations, and recommendations for AWS
AWS Migration or 24x7 Support
AWS Fundamentals @Back2School by CloudZone
Aws re invent 2018 recap
Managed Cloud Services for Siebel CRM on Amazon AWS
AWS-CCP-PPTs-v2.pptx
Cloud & Native Cloud for Managers
Cloud computing-Practical Example
Infrastructure Provisioning & Automation For Large Enterprises
EC2 The AWS Compute Service.pptx
Aws 101 A walk-through the aws cloud (2013)
Aws tutorial
Introduction to AWS
Provisioning in the cloud context, cloud computing, EC2, Amazon provisioning ...
Vom Server bis zum Workspace: Windows Anwendungen auf AWS - AWS Cloud Web Day...
Aws 101 garage+
Automating Security in Cloud Workloads with DevSecOps
Amazon EC2
Ad

Recently uploaded (20)

PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
medical staffing services at VALiNTRY
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Transform Your Business with a Software ERP System
PDF
System and Network Administraation Chapter 3
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
How to Choose the Right IT Partner for Your Business in Malaysia
medical staffing services at VALiNTRY
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Upgrade and Innovation Strategies for SAP ERP Customers
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Reimagine Home Health with the Power of Agentic AI​
Transform Your Business with a Software ERP System
System and Network Administraation Chapter 3
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Understanding Forklifts - TECH EHS Solution
Odoo Companies in India – Driving Business Transformation.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Design an Analysis of Algorithms I-SECS-1021-03
Adobe Illustrator 28.6 Crack My Vision of Vector Design

Tech Talk: Autoscaling with Amazon Web Services

  • 1. T3:  Tuesday  Tech  Talk   Autoscaling  with  Amazon  Web  Services  
  • 2. Amazon  Web  Services   •  a  suite  of  cloud  compu0ng  services  offered  by  Amazon   •  highly   reliable,   scalable,   low-­‐cost   infrastructure   pla>orm   in   the  cloud   •  has  more  than  70  services  that  span  a  wide  range  including   compute,   storage,   networking,   database,   analy0cs,   applica0on   services,   deployment,   management,   mobile,   developer  tools  and  tools  for  the  Internet  of  things   •  most   central   and   best-­‐known   of   these   services   arguably   include   Amazon   Elas0c   Compute   Cloud,   also   known   as   EC2,   and  Amazon  Simple  Storage  Service,  also  known  as  S3   •  data   center   loca0ons   in   the   U.S.,   Europe,   Brazil,   Singapore,   Japan,  and  Australia   AMAZON  WEB  SERVICES  
  • 3. Why  use  it?   •  Low  Cost   –  offers  low,  pay-­‐as-­‐you-­‐go  pricing  with  no  up-­‐front   expenses  or  long-­‐term  commitments   –  lets  you  consume  only  the  amount  of  resources  that  you   actually  need;  no  minimum  spend  needed   •  Agility  and  Instant  Elas2city   –  instead  of  wai0ng  weeks  or  months  for  hardware,  you  can   instantly  deploy  new  applica0ons,  instantly  scale  up  as   your  workload  grows,  and  instantly  scale  down  based  on   demand   –  one  virtual  server  or  thousands,  whether  you  need  them   for  a  few  hours  or  24/7,  you  s0ll  only  pay  for  what  you  use   AMAZON  WEB  SERVICES  
  • 4. Why  use  it?   •  Open  and  Flexible   –  a  language  and  opera0ng  system  agnos0c  pla>orm   –  choose  which  services  you  use,  one  or  several,  and  choose   how  you  use  them   •  Secure   –  a  secure,  durable  technology  pla>orm  with  industry-­‐ recognized  cer0fica0ons  and  audits:  PCI  DSS  Level  1,  ISO   27001,  FISMA  Moderate,  FedRAMP,  HIPAA,  and  SOC  1  and   SOC  2  audit  reports   –  services  and  data  centers  have  mul0ple  layers  of   opera0onal  and  physical  security  to  ensure  the  integrity   and  safety  of  data   AMAZON  WEB  SERVICES  
  • 5. Services   AMAZON  WEB  SERVICES   h [ p s : / / www.expeditedssl.com/aws-­‐ in-­‐plain-­‐english  
  • 6. Auto  Scaling   •  helps  you  ensure  that  you  have  the  correct  number  of  EC2   instances  available  to  handle  the  load  for  your  applica0on   •  create  collec0ons  of  EC2  instances,  called  Auto  Scaling  groups   •  specify  the  minimum  number  of  instances  ,  maximum,  and   the  desired  capacity   –  minimum  -­‐>  Auto  Scaling  ensures  that  your  group  never   goes  below  this  size   –  maximum  -­‐>    Auto  Scaling  ensures  that  your  group  never   goes  above  this  size   –  desired  -­‐>  Auto  Scaling    ensures  that  your  group  has  this   many  instances  at  any  given  0me   AMAZON  WEB  SERVICES  
  • 7. BeneGits   •  Be?er  fault  tolerance   –  can   detect   when   an   instance   is   unhealthy,   terminate   it,   and  launch  an  instance  to  replace  it   •  Be?er  availability   –  can  help  you  ensure  that  your  applica0on  always  has  the   right   amount   of   capacity   to   handle   the   current   traffic   demands   •  Be?er  cost  management   –  can  dynamically  increase  and  decrease  capacity  as  needed.   Because  you  pay  for  the  EC2  instances  you  use,  you  save   money   by   launching   instances   when   they   are   actually   needed  and  termina0ng  them  when  they  aren't  needed   AMAZON  WEB  SERVICES  
  • 8. Services  Needed   •   EC2     –  provides  scalable  compu0ng  capacity  in  the  Amazon  Web   Services  (AWS)  cloud   –  you  can  launch  virtual  servers  as  you  need,  configure   security  and  networking,  and  manage  storage   ELB   –  automa0cally  distributes  incoming  applica0on  traffic   across  mul0ple  Amazon  EC2  instances  in  the  cloud   Launch  ConfiguraBon   –  template  for  its  EC2  instances   –  in  here  you  can  specify  informa0on  such  as  the  AMI  ID,   instance  type,  key  pair,  security  groups   AMAZON  WEB  SERVICES  
  • 9. Services  Needed   Autoscale  Group   – instances  are  organized  into  groups  so  that  they  can  be   treated  as  a  logical  unit  for  the  purposes  of  scaling  and   management   Security  Groups   – acts  as  a  virtual  firewall  that  controls  the  traffic  for  one  or   more  instances   •  S3   – storage  for  the  Internet   •  CloudWatch   – monitoring  service  for  resources,  allows  you  to  set  alarms   and  triggers  that  can  be  used  by  other  AWS  services     AMAZON  WEB  SERVICES  
  • 10. How  to  autoscale  using  Amazon  Web  Services?   Incoming  requests CloudWatch triggers  alarm Autoscale  Group scales  up EC2  instances uses Launch  Configuration Base  AMI Security  Group Elastic  Load   Balancer AMAZON  WEB  SERVICES  
  • 11. How  to  deploy  application?   User  Data  from  Launch   Configuration sets  up  the  env   properties systemStartup.sh set  up  the  env   using  properties update.sh delegates  install  to  env   specific  install  script update<Env>.sh YUI  RESET,  FONTS,  GRIDS  
  • 12. Steps   1)  Set  up  the  Elas0c  Load  Balancer   2)  Set  up  the  Security  Group   -­‐  Open  the  necessary  ports  on  the  necessary  protocols   3)  Create  a  Base  AMI   -­‐  Install  the  necessary  sodware  and  services   S3cmd,  NGinx,  etc.   4)  Create  a  Launch  Configura0on   -­‐  Add  the  configura0on  script  in  the  User  Data   5)  Create  Autoscale  Group   6)  Create  Cloudwatch  alarms   AMAZON  WEB  SERVICES  
  • 13. References   •  h[ps://d36cz9buwru1[.cloudfront.net/AWS_Overview.pdf   •  h[ps://aws.amazon.com/about-­‐aws/   •  h[ps://aws.amazon.com/autoscaling/   •  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/ WhatIsAutoScaling.html   •  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/ LaunchConfigura0on.html   •  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/ AutoScalingGroup.html   •  h[p://docs.aws.amazon.com/autoscaling/latest/userguide/auto-­‐scaling-­‐ benefits.html   AMAZON  WEB  SERVICES  
  • 14. References   •  h[p://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html   •  h[p://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-­‐network-­‐ security.html   •  h[p://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html   •  h[ps://aws.amazon.com/elas0cloadbalancing/   •  h[ps://aws.amazon.com/cloudwatch/   •  h[ps://en.wikipedia.org/wiki/Amazon_Web_Services   •  h[ps://www.expeditedssl.com/aws-­‐in-­‐plain-­‐english   AMAZON  WEB  SERVICES  

Editor's Notes

  • #6: One of the most popular features of AWS is the Autoscaling
  • #7: Autoscaling is a service that helps you ensure that you have the correct number of EC2 instances available to handle the load for your application Makes sure that you have the correct amount of computing resource depending on your real time load Min and max are the hard limits, the range in which the number of your instances can grow or shrink to Desired is the number of instances at any given time, and is governed by the auto scaling rules
  • #9: For the set up of Autoscaling, we will use as a guide the ikemu set up
  • #10: S3 – unlimited FTP