SlideShare a Scribd company logo
Module 5: AWS Elasticity and Management Tools - AWSome Day Online Conference
Module 5
AWS Elasticity and Management
Tools
Triad of Services
Latency
Utilization
CloudWatchAuto Scaling
Elastic Load
Balancing
Auto Scaling group
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Triad of Services
Latency
Utilization
CloudWatchAuto Scaling
Elastic Load
Balancing
Auto Scaling group
Execute AS
Policy
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Triad of Services
Latency
Utilization
CloudWatchAuto Scaling
Elastic Load
Balancing
Auto Scaling group
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Load Balancing
• Distributes traffic across multiple EC2 instances,
in multiple Availability Zones
• Supports health checks to detect unhealthy
Amazon EC2 instances
• Supports the routing and load balancing of
HTTP, HTTPS, SSL, and TCP traffic to Amazon
EC2 instances
Elastic Load
Balancing
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Classic Load Balancer - How It Works
Register
instances with
your load
balancer.
Availability Zone A Availability Zone B
load balancer
X
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Target Group /mobile
Application Load Balancer – How It Works
Register instances as
targets in a target
group, and route
traffic to a target
group.
load balancer
Listener ListenerRule Rule Rule
Target Group Target Group /api
Target Target Target Target Target Target Target
Health
Check
Health
Check
Health
Check
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon CloudWatch
• A monitoring service for AWS cloud resources and
the applications you run on AWS
• Visibility into resource utilization, operational
performance, and overall demand patterns
• Custom application-specific metrics of your own
• Accessible via AWS Management Console, APIs,
SDK, or CLI
Amazon
CloudWatch
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon CloudWatch Facts
• Monitor other AWS resources
• View graphics and statistics
• Set Alarms
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon CloudWatch Architecture
AWS resources
that support
CloudWatch
Amazon
CloudWatch
Amazon
CloudWatch
Alarm
SNS Email
Notification
Auto Scaling
Available
Statistics
Statistics
Consumer
AWS Management
Console
CloudWatch Metrics
CPUUtilization
StatusCheckFailed
Custom
Application-
Specific Metrics
PageViewCount
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling
• Scale your Amazon EC2 capacity
automatically
• Well-suited for applications that experience
variability in usage
• Available at no additional chargeAuto
Scaling
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Launch Configurations
• A launch configuration is a template that an Auto
Scaling group uses to launch EC2 instances.
• When you create a launch configuration, you can
specify:
• AMI ID
• Instance type
• Key pair
• Security groups
• Block device mapping
• User data
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling Groups
• Contain a collection of EC2 instances that share similar
characteristics.
• Instances in an Auto Scaling group are treated as a
logical grouping for the purpose of instance scaling
and management. Auto Scaling group
Minimum size
Desired capacity
Maximum size
Scale out as needed
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling Basic Lifecycle
instances
Auto Scaling group
Scale Out
Amazon CloudWatch
Scheduled Event
Launch
Instance
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling Basic Lifecycle
instances
Auto Scaling group
Scale Out
Amazon CloudWatch
Scheduled Event
Launch
Instance
Attach to Group
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling Basic Lifecycle
instances
Auto Scaling group
Scale In
Amazon CloudWatch
Scheduled Event
Detach from
Group
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto Scaling Basic Lifecycle
instances
Auto Scaling group
Scale In
Amazon CloudWatch
Scheduled Event
Detach from
Group
Terminate
Instance X
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
DEMO TIME
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Learning Path
1. Attend AWS AWSome Day Online Conference ✔
2. Complete the AWS Introductory Labs
3. Take an AWS instructor led class
4. Get AWS Certified
https://aws.amazon.com/training/
DEMO TIME
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
New to AWS
Introductory labs
and videos can
help you ramp up
Start learning
Take a Class
Build technical
skills and learn
best practices from
an accredited
instructor
Find a class
AWS Certification
Validate knowledge
and show expertise
with industry
recognized
certifications
Get Certified
Online Labs
Take an online
Self-Paced Lab to
get hands-on-
practice with AWS
services
Start practicing
Learn more: aws.amazon.com/training
Certificate of Attendance
Thank You for Attending AWSome Day Online Conference
We hope you found it interesting! A kind reminder to complete the survey.
Let us know what you thought of today’s event and how we can improve
the event experience for you in the future.
aws-apac-marketing@amazon.com
twitter.com/AWSCloud
facbook.com/AmazonWebServices
youtube.com/user/AmazonWebServices
slideshare.net/AmazonWebServices
twitch.tv/aws

More Related Content

Module 5: AWS Elasticity and Management Tools - AWSome Day Online Conference

  • 2. Module 5 AWS Elasticity and Management Tools
  • 3. Triad of Services Latency Utilization CloudWatchAuto Scaling Elastic Load Balancing Auto Scaling group © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 4. Triad of Services Latency Utilization CloudWatchAuto Scaling Elastic Load Balancing Auto Scaling group Execute AS Policy © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 5. Triad of Services Latency Utilization CloudWatchAuto Scaling Elastic Load Balancing Auto Scaling group © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 6. Elastic Load Balancing • Distributes traffic across multiple EC2 instances, in multiple Availability Zones • Supports health checks to detect unhealthy Amazon EC2 instances • Supports the routing and load balancing of HTTP, HTTPS, SSL, and TCP traffic to Amazon EC2 instances Elastic Load Balancing © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 7. Classic Load Balancer - How It Works Register instances with your load balancer. Availability Zone A Availability Zone B load balancer X © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 8. Target Group /mobile Application Load Balancer – How It Works Register instances as targets in a target group, and route traffic to a target group. load balancer Listener ListenerRule Rule Rule Target Group Target Group /api Target Target Target Target Target Target Target Health Check Health Check Health Check © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 9. Amazon CloudWatch • A monitoring service for AWS cloud resources and the applications you run on AWS • Visibility into resource utilization, operational performance, and overall demand patterns • Custom application-specific metrics of your own • Accessible via AWS Management Console, APIs, SDK, or CLI Amazon CloudWatch © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 10. Amazon CloudWatch Facts • Monitor other AWS resources • View graphics and statistics • Set Alarms © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 11. Amazon CloudWatch Architecture AWS resources that support CloudWatch Amazon CloudWatch Amazon CloudWatch Alarm SNS Email Notification Auto Scaling Available Statistics Statistics Consumer AWS Management Console CloudWatch Metrics CPUUtilization StatusCheckFailed Custom Application- Specific Metrics PageViewCount © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 12. Auto Scaling • Scale your Amazon EC2 capacity automatically • Well-suited for applications that experience variability in usage • Available at no additional chargeAuto Scaling © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 13. Launch Configurations • A launch configuration is a template that an Auto Scaling group uses to launch EC2 instances. • When you create a launch configuration, you can specify: • AMI ID • Instance type • Key pair • Security groups • Block device mapping • User data © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 14. Auto Scaling Groups • Contain a collection of EC2 instances that share similar characteristics. • Instances in an Auto Scaling group are treated as a logical grouping for the purpose of instance scaling and management. Auto Scaling group Minimum size Desired capacity Maximum size Scale out as needed © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 15. Auto Scaling Basic Lifecycle instances Auto Scaling group Scale Out Amazon CloudWatch Scheduled Event Launch Instance © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 16. Auto Scaling Basic Lifecycle instances Auto Scaling group Scale Out Amazon CloudWatch Scheduled Event Launch Instance Attach to Group © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 17. Auto Scaling Basic Lifecycle instances Auto Scaling group Scale In Amazon CloudWatch Scheduled Event Detach from Group © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 18. Auto Scaling Basic Lifecycle instances Auto Scaling group Scale In Amazon CloudWatch Scheduled Event Detach from Group Terminate Instance X © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 19. DEMO TIME © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 20. AWS Learning Path 1. Attend AWS AWSome Day Online Conference ✔ 2. Complete the AWS Introductory Labs 3. Take an AWS instructor led class 4. Get AWS Certified https://aws.amazon.com/training/
  • 21. DEMO TIME © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 22. New to AWS Introductory labs and videos can help you ramp up Start learning Take a Class Build technical skills and learn best practices from an accredited instructor Find a class AWS Certification Validate knowledge and show expertise with industry recognized certifications Get Certified Online Labs Take an online Self-Paced Lab to get hands-on- practice with AWS services Start practicing Learn more: aws.amazon.com/training
  • 24. Thank You for Attending AWSome Day Online Conference We hope you found it interesting! A kind reminder to complete the survey. Let us know what you thought of today’s event and how we can improve the event experience for you in the future. aws-apac-marketing@amazon.com twitter.com/AWSCloud facbook.com/AmazonWebServices youtube.com/user/AmazonWebServices slideshare.net/AmazonWebServices twitch.tv/aws