Module5.pdf

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Module 5: Pricing models, cloud
application support & Architecting

Boaz Ziniman
Principal Developer Advocate
Amazon Web Services

@ziniman

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Module goals

• Fundamentals of pricing

• Getting help with AWS

• Plans

• Technology

• Programs

• The AWS Well-Architected Framework

• Reference architectures

2

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Fundamentals of pricing

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

How do you pay for AWS?

4

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Pay as you go

5

On premises/colocation AWS

UNDERUTILIZATION

Only pay for what you use

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Save when you reserve:
Savings Plans

6

Provide the lowest prices, up to 72% off (same as
Standard RIs) on the selected instance family (e.g. C5 or
M5), in a specific AWS region

Offer the greatest flexibility, up to 66% off (same prices
as Convertible RIs)

FLEXIBLE ACROSS

• Instance family: E.g. move from C5 to M5

• Region: E.g. change from EU (Ireland) to EU (London)

• Operating System (OS): E.g. Windows to Linux

• Tenancy: E.g. switch Dedicated tenancy to Default tenancy

• Compute options: E.g. move from EC2 to Fargate

FLEXIBLE ACROSS

• Size: E.g. move from m5.xl to m5.4xl

• OS: E.g. change from m5.xl Windows to m5.xl Linux

• Tenancy: E.g. modify m5.xl dedicated to m5.xl default
tenancy

Compute
Savings Plans

EC2 Instance Savings
Plans

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Use more, save more

7

Automatic volume-based discounts

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Pricing concepts

8

Compute Storage Data transfer

• Charged per hour/second*

• Varies by instance type

*Linux only

• Charged typically per GB • Outbound is aggregated and
charged

• Inbound has no charge (with
some exceptions)

• Charged typically per GB

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Different services are priced differently

9

Amazon EC2

Amazon EBS

Amazon S3

AWS CloudFormation

https://aws.amazon.com/pricing/services/

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Amazon EC2: Five purchase types

10

On-Demand Instances

• Charged per hour/second*

• Short-term

• Unpredictable workloads

Dedicated Hosts

• Physical server dedicated to
you

• Applications with specific
compliance requirements

Reserved Instances

• Discount for 1 to 3 year
commitments

• Applications with steady
state usage

Savings Plans

• Discount on EC2 and Fargate
for 1 to 3 year commitments

• Applications with steady
state usage

• Savings similar to RIs but
with added flexibility

Spot Instances

• Spare AWS capacity for up to
90% discount

• Applications with flexible
start and end times

• Urgent computing needs for
large amounts of capacity

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Amazon EBS pricing model

11

Volumes Snapshots Data transfer

• Charged by GB
provisioned/month

• Varies by volume type

• Charged by space consumed
in Amazon S3

• Charged for volume copied
across regions

• Inbound data transfer is free

• Outbound data transfer
charges are tiered

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Amazon S3 pricing model

12

• Amount of storage used

• Region

• Storage class

• Number and type of requests (GET, PUT, COPY)

• Amount of data transferred out of the region

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

AWS services with no additional charge

13

Amazon VPC

Elastic Beanstalk

Auto Scaling

AWS CloudFormation

AWS Identity and Access
Management (IAM)

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Cost estimating tools

14

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

AWS Free Tier

15

Enables you to gain free hands-on experience with
the AWS platform, products, and services.

https://aws.amazon.com/free

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

AWS Simple Monthly Calculator

16

• Estimate your monthly bill

• Per-service cost breakdown

• Aggregate monthly estimate

• Provides common customer examples

http://calculator.s3.amazonaws.com/index.html

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Demo

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Analyzing with AWS Cost Explorer

18

Get started quickly Set custom intervals Filter/group data

Forecast cost and usage Save progress
Access data

programmatically

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

What Is Trusted Advisor?

A service providing guidance to help you reduce cost,
increase performance, and improve security

19

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

AWS Support

20

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Support plan overview

21

Support plan Features

Basic

• Customer service
• Support forums
• Service health checks
• Documentation, whitepapers, and best-practice guides

Developer
• Best-practice guidance
• Client-side diagnostic tools
• Building-block architecture support

• Use-case guidance
• IAM for controlling individuals’ access to AWS Support
• Full AWS Trusted Advisor
• An API for interacting with Support Center and Trusted Advisor
• Third-party software support

Enterprise

• Application architecture guidance
• Infrastructure event management
• Technical Account Manager (TAM)
• White-glove case routing
• Management business reviews

https://aws.amazon.com/premiumsupport/compare-plans/

© 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Tech Support Access and Response

22

Support plan Tech support access Response times

Basic • N/A • N/A

Developer
• Local business hours
• Cloud Support Associates
• Email

• General guidance: < 24 business hours • System impaired: < 12 business hours • 24x7 • Cloud Support Engineers • Email, chat, phone • General guidance: < 24 hours • System impaired: < 12 hours • Production system impaired: < 4 hours • Production system down: < 1 hour Enterprise • 24x7 • Sr. Cloud Support Engineers • Email, chat & phone • General guidance: < 24 hours • System impaired: < 12 hours • Production system impaired: < 4 hours • Production system down: < 1 hour • -critical system down: < 15 minutes https://aws.amazon.com/premiumsupport/compare-plans/ © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Support documentation • Knowledge Center (FAQs and common requests) • AWS Documentation • AWS Discussion Forums • AWS Support Center 23 © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. The AWS Well-Architected Framework 24 What is the Well-Architected Framework? • A guide for designing infrastructures that are: ✓Secure ✓High-performing ✓Resilient ✓Efficient • A systematic approach to evaluating and implementing architectures • Established best practices developed through lessons learned by working with customers Five pillars of the framework Operational excellence Security Reliability Performance efficiency Cost optimization © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Demo Example: Improving availability with Elastic Load Balancing Web Server App Server DB Server Web Server App Server DB Server Elastic Load Balancing Availability Zone A Availability Zone B Replicated data AWS Cloud Cost optimization design principles Cost optimization design principles Adopt a consumption model Cost optimization design principles Adopt a consumption model Measure overall efficiency Cost optimization design principles Adopt a consumption model Stop spending money on datacenter operations Measure overall efficiency Cost optimization design principles Adopt a consumption model Stop spending money on datacenter operations Measure overall efficiency Analyze and attribute expenditure Cost optimization design principles Adopt a consumption model Stop spending money on datacenter operations Measure overall efficiency Analyze and attribute expenditure Use managed services to reduce TCO Amazon Relational Database Service (Amazon RDS) Managed services: Relational database options Amazon Athena Amazon Redshift Amazon Aurora Serverless Amazon EC2 © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Key takeaways • AWS offers a pay-as-you-go approach for pricing • Some services have specific pricing factors and some have no additional charge* • AWS Simple Monthly Calculator helps you estimate your monthly bill • Additional support such as Knowledge Center, AWS Documentation, and AWS Discussion Forums • The Well-Architected Framework • Designed to help you build secure, high-performing, resilient, and efficient infrastructure in a cloud-native way • Provides a consistent approach for evaluating architectures and implementing designs • Established five pillars with design principles that scale with your needs over time Thank you! © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved. Boaz Ziniman Principal Technical Evangelist Amazon Web Services @ziniman

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more
Open chat
1
You can contact our live agent via WhatsApp! Via + 1 929 473-0077

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 20% with the discount code GURUH