Billing and Support Services Flashcards

1
Q

What is an Organizations and what is it used for?

A

Organizations offer policy-based management for multiple AWS accounts. With organizations, you can create groups of accounts and then apply policies to those groups.

Organizations can also be used to help automate the creation of new accounts through API’s and to simplify the billing for multiple accounts.

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

What is a Service Control Policy?

A

Policies that centrally control AWS service use across multiple AWS accounts.

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

What are the main features/benefits of Organizations?

A
  1. Centrally manage access policies across multiple AWS accounts
  2. Control access to AWS services
  3. Automate AWS account creation and management
  4. Consolidate billing across multiple AWS accounts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is consolidated billing?

A

Within Organizations, the ability to set a single payment method for all AWS accounts in your organization.

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

What are the benefits of consolidated billing?

A
  1. Central location to manage billing across all your AWS accounts
  2. Take advantage of pricing benefits of aggregated usage (i.e. volume based discounts) across all your AWS accounts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the four principles of how AWS pricing works?

A
  1. Pay as you go: Only pay for what you use, when you are using it. No upfront costs and charges immediately end when you stop using a particular service or feature
  2. No long term contracts or complex licensing
  3. Volume based discounts are available
  4. There are no termination fees
  5. Free tier option is available to those new to AWS. Limited resources are available free for charge for 12 months
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the S3 pricing model?

A
  1. How much data you store
    - Applies to data at rest in S3
    - Charged per GB stored (volume based discounts)
    - Price per GB varies by region and storage class
  2. Request Pricing (Moving data in/out of S3)
    - PUT, POST, LIST, GET (API Request)
    - Lifecycle transitions request
    - Data retrieval, data archive, data restore
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the EC2 pricing model?

A

Charged per second (based on an hourly rate) for the amount of time the instance is running (applies to on-demand and spot instances). Reserved instances are in 1 or 3 year terms, regardless of use. Hourly rates depend on:

  1. The purchasing option (On-demand, Spot, Reserved)
  2. Instance type (AKA processing power)
  3. AMI Type
    - Linux (price varies based on distro/software pkgs)
    - Windows (price varies based on version/software pkgs)
  4. Region

NOTE: You are also charged for transferring data in/out of an instance on a per GB basis

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

What is the TCO Calculator?

A

Total Cost of Ownership calculator: Free tool provided by AWS that allows yo to estimate the cost savings of using the AWS cloud vs using on-premises data center

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

What are the main features/benefits of using the TCO Calculator?

A
  1. By showing how much you can save using AWS, it helps to reduce the TCO by avoiding large capital expenditures on IT hardware and infrastructure
  2. Can provide directional guidance on cost savings
  3. Works by you inputting elements of your current or theoretical on-premises data center, and comparing those cost requirements to how much it would cost in AWS.
  4. Elements can be added/modified as you move through the process to best estimate cost savings
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is AWS Cost Explorer?

A

Free tool that allows you to view charts of your AWS costs

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

What are the main features/benefits of using Cost Explorer?

A
  1. View cost data for the last 13 months
  2. Forecast how much you are likely to spend over the next three months
  3. Discover patterns in how much you spend on AWS resources over time - and identify cost problem areas
  4. Identify which services you use the most, and/or metrics like which availability zones have the most traffic, or which linked AWS account is used the most.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the AWS support plans available and starting prices?

A
  1. Basic: Included with any AWS account
  2. Developer: Starts at $29/month
  3. Business: $100/month
  4. Enterprise: $15,000/month
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the support access associated with each support level?

A

Basic: No access to cloud support representative
Developer: Business hours email only access to a cloud support associate
Business: 24x7 access to a cloud support engineer
Enterprise: 24x7 access to a Sr cloud support engineer

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

What is an AWS Trusted Advisor?

A

Online resource to help you reduce cost, increase performance, and increase security by optimizing your AWS environment. Provides real time guidance to help you provision your resources following AWS best practices

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

What are the 5 Trusted Advisor Categories?

A
  1. Cost Optimization
  2. Performance
  3. Security
  4. Fault Tolerance
  5. Service Limits
17
Q

How many Trusted Advisor “checks” come with each support plan?

A

Basic: 7 core checks
Developer: 7 core checks
Business: Full set of checks
Enterprise: Full set of checks

18
Q

What are the 7 core Trusted Advisor checks included in all support plans?

A
  1. Security Groups (port checks)
  2. IAM use
  3. Is MFA enabled on the root user account
  4. EBS public snapshots
  5. RDS public snapshots
  6. Service Limits
  7. S3 Bucket Permissions
19
Q

What features of Trusted Advisor are only available to the business and enterprise support plans?

A
  1. Notifications to stay up to date with your AWS resource deployment with weekly updates
  2. Access to the full list of trusted advisor checks
  3. Programmatic access to retrieve/refresh Trusted Advisor results via AWS support API
20
Q

What do you do if you think your AWS account has been compromised?

A
  1. Change your AWS root account password
  2. Change all IAM user’s passwords
  3. Delete or rotate all programmatic access keys
  4. Delete any resources in your account that you did not create
  5. Respond to any notifications that you received from AWS through the AWS support center and/or contact AWS support to open a support case
21
Q

What are AWS white papers?

A

Collection of technical documents that outline many relevant AWS topics such as (but not limited to):

  1. Architecture best practices
  2. Security best practices
  3. Cloud Computing economics
  4. Serverless architecture

All white papers have been reviewed and approved by AWS, independent analysts, or the AWS community (customers or partners)

22
Q

What is AWS service documentation?

A

Collection of documents specific to each AWS service. Provide detailed technical explanations and walkthroughs on how to use each service and its features.