Ch. 3 Content - Billing & Pricing Flashcards

1
Q

What are the 5 basic AWS pricing policies?

A
  1. Pay as you go - pay when you use things
  2. Pay less when you reserve
  3. Pay even less per unit when you use more; the more resources that you use, the less you pay
  4. Pay even less as AWS grows
  5. Custom pricing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 fundamental drivers for cost in AWS?

A
  1. Compute
  2. Storage
  3. Data Outbound
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 7 x FREE AWS services?

A
  1. VPC (this is a virtual DC in the cloud; where VMs live)
  2. Elastic Beanstalk (not the services it provisions)
  3. CloudFormation (not the services it provisions)
  4. IAM (Identity Access Management)
  5. Autoscaling
  6. Opsworks
  7. Consolidated Billing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is AWS Budgets?

When do you want to set this?

A

This gives you the ability to set custom budgets that alert you when your cost or usage goes above the amount set, or when they are forecasted to go above the budgeted amount.

You want to set the thresholds before the cost has been incurred.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is AWS Cost Explorer?

When do you want to set this?

A

GUI that allows you to visualize, understand and manage your AWS costs and usage over time.

Used to looks at costs after they’ve been incurred.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 4 AWS Support Plans?

What are the SLAs associated?

A
  1. Basic - TAC support via email only. Single user can open tickets.
  2. Developer - email/chat/phone during Biz hours. Support <12 hours
  3. Business - Prod system impaired < 4 hours; Prod system down < 1 hour
  4. Enterprise - Prod system impaired < 4 hours; Prod system down < 15 min
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Tags? What do they contain?

A

Tags are key value pairs attached to AWS resources that contain metadata about the resource. Tags can include: Region, Name, EmployeeID, Department, etc.

Tags can be inherited when resources get assigned. Ex - if your create a new department (like HR) via a CloudFormation template, all the resources provisioned from that template will inherit the “HR” tag.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Resource Group? How are they organized?

A

A Resource Group makes it easy/organized to group together resources using the tags that are assigned to them when provisioned. Resources can be grouped together by sharing 1 or multiple tags.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you apply automation via Tags?

A

AWS Systems Manager allows you to apply changes to entire fleets of EC2 instances with a single click.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Tag Editor?

A

This is a Global service that allows you to discover resources via Tags and add additional tags if needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What feature allows you to consolidate multiple AWS accounts?

A

AWS Organizations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is AWS Organizations? What are the options for AWS Orgs?

A

AWS Orgs is an account management service that enables you to consolidate multiple AWS accounts into an org that you create and centrally mange. The options are:

  1. Full features (Org Units, Root Account, Policy, multiple accounts)
  2. Consolidated Billing only

This is a feature that must be turned ON.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Root Account?

A

This is the main AWS Organizational Account. From this account, you can assign different “Organizational Units” or OU’s - HR, Finance, Devs, etc. and attach smaller sub-accounts to each OU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Consolidated Billing?

A

This is a feature option within AWS Orgs that allows you to create a single “Paying Account” and then link smaller sub-accounts to it so that you pay 1 single consolidated bill.

HR, Devs, & Finance incur their own bills, but they all get dumped into the Paying Account which then pays the overall bill. This allows you to qualify for higher discounts via tiered pricing incentives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are advantages of Consolidated Billing?

A
  • single bill per AWS Root account
  • easy to track charges and allocate costs
  • volume pricing discounts (higher tier = higher discounts)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Cloud Trail? Where is it enabled?

A

Cloud Trail is a tool used for auditing. IT specifically monitors API calls within your AWS environment. Ex - anytime you provision resources, an API call is made.

  • EC2
  • S3 Bucket
  • New users, Groups, or Roles

Cloud Trail is set up on a per-account basis, but is/can be enabled per Region.

17
Q

What is Quick Start? What are some examples?

A

This is a FREE service used to deploy solutions into your AWS account/environment based on templates that were created by AWS experts for that specific technology. This is similar to a pre-built CVD guide.

Ex - setting up MSFT Exchange in AWS
Ex - setting up Oracle DB in AWS
Ex - setting up a Big Data environment in AWS

18
Q

What is an AWS Landing Zone?

A

Allows you to set up a multi-account AWS environment with one click.

19
Q

What are the 4 accounts AWS sets up via Landing Zone?

A

AWS automates the process and creates 4 main accounts:

  1. Org account
  2. Shared Services Account
  3. Log Archive Account
  4. Security Account
20
Q

What are the 2 types of AWS calculators?

A
  1. AWS Simple Monthly Calculator

2. AWS TCO Calculator

21
Q

What is the AWS Simple Monthly Calculator?

A

Allows you to build out your AWS environment virtually and then will estimate the cost. You can toggle parameters like reserved, dedicated, memory intensive, GPU intensive, etc.

22
Q

What is the AWS TCO Calculator?

A

This is a calculator used to tell you what the estimated cost would be to have your servers on-prem/in a CoLo versus putting them into the AWS cloud.

Metrics include - servers, apps, DBs, storage, DCN.

23
Q

What are the 4 categories in the TCO Calc?

A
  1. Server costs - HW, rack infra, power, maintenance
  2. Storage costs - maintenance, upgrade, etc.
  3. Network costs
  4. IT Labor costs - how much you’ll have to pay systems admins
24
Q

What is a Paying Account?

A

Centralized account for paying all the AWS bills that are consolidated from different OU’s or Departments.

You can set up billing alerts.