AWS Cloud Practitioner Vocab

5.0(1)
studied byStudied by 3 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/194

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

195 Terms

1
New cards

Traditional Data Centers

Cons:
- Large investment
- difficult demand forecasting
- slow to deploy
- expensive maintenance
- own all security burden

2
New cards

Cloud Computing

on-demand delivery of comp power, db, apps, and IT through internet
Pros:
- variable expense not capital
- economies of scale

3
New cards

Elasticity

ability to acquire and release resources efficiently

4
New cards

IaaS

The full application and dependencies on the cloud

5
New cards

SaaS

cloud services like email

6
New cards

PaaS

Wordpress, Elastic beanstalks

7
New cards

Deployment Models

Public, Private, Hybrid are types of...

8
New cards

Regions, Availability Zones, Edge Locations

The 3 elements of the AWS Global Infrastructure

9
New cards

Regions

22 so far, cluster of data centers

10
New cards

Availability Zones

At least 2 per region; has at least 1 data center in it; creates no single point of failure

11
New cards

country-region-region number followed by availability zone

AZ naming scheme

12
New cards

Edge Locations

AWS endpoints; consists of CloudFront, Content Delivery Network (CDN), and Route 53

13
New cards

Capital Expenditure

upfront investments to obtain fixed asset

14
New cards

operating expenditure

day to day expenses

15
New cards

AWS Cost Explorer

- A tool that enables you to visualize, understand, and manage your AWS costs and usage over time
- breakdown by service or cost tag
- predictions for next three months

16
New cards

AWS Budgets

- gives you the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount
- play and track usage by service

17
New cards

AWS TCO Calculator

- Total Cost Ownership
- calculator for savings from data center to cloud

18
New cards

Resource tags

meta data to group projects when calculating costs

19
New cards

AWS Organizations

- An account management service that enables you to consolidate multiple AWS accounts
- multiple accounts under master for Consolidated Billing

20
New cards

AWS Pricing Calculator

- lets you explore AWS services, and create an estimate for the cost of your use cases on AWS.
- deprecated version known as Simple Monthly Calculator

21
New cards

AWS Support

- has 2 services: AWS Personal Health Dashboard & AWS Trusted Advisor
- resource suppport

22
New cards

AWS Personal Health Dashboard

- service that provides alerts and remediation for impacting events

23
New cards

AWS Trusted Advisor

- service that compares usage against best practice; 7 core checks
- provides personalized recommendations

24
New cards

Trusted Advisor checks

5 checks:
- cost optimization
- performance
- security
- fault tolerance
- service limits

25
New cards

Basic, Developer, Business, Enterprise

4 tiers of support

26
New cards

Support differences

- communication method
- response time
- cost
- type of guidance offered

27
New cards

Basic Support

- support plan with 7 trusted advisor checks, personal health dashboard, docs/support forms
- NO support engineers
- Free

28
New cards

Developer Support

- support plan that includes all in basic support
- 1 primary contact
- business hour email access to support engineers
- starts at $29/mo

29
New cards

Business Support

- support plan that includes all in basic and developer
- Full Trusted Advisor Checks
- 24/7 phone, email, chat access
- unlimited contacts
- third part software support
- starts at $100/mo

30
New cards

Enterprise Support

- support plan that includes all in basic, developer, and business
- designed Technical Account Manager (TAM)
- concierge support team
- starts at $15k/mo

31
New cards

Response Times for Developer Plan

- General Guidance: 24 business hours
- System Impaired: 12 business hours
- Prod System Impaired: NA
- Prod System Down: NA
- Business Critical System Down: NA

32
New cards

Response Times for Business Plan

- General Guidance: 24 total hours
- System Impaired: 12 total hours
- Prod System Impaired: 4 hours
- Prod System Down: 1 hour
- Business Critical System Down: NA

33
New cards

Response Times for Enterprise Plan

- General Guidance: 24 total hours
- System Impaired: 12 total hours
- Prod System Impaired: 4 hours
- Prod System Down: 1 hour
- Business Critical System Down: 15 min

34
New cards

AWS Quick Starts

step by step deployment for common platform

35
New cards

AWS Partner Network Consulting Partners

third party connection tool

36
New cards

AWS Professional Services

- a global team of experts that can help you with your desired business outcomes for AWS
- help directly with AWS resources

37
New cards

Console, CLI, SDK

3 ways to interact with AWS

38
New cards

Console

interaction method good for testing out a service

39
New cards

CLI and SDK

interaction method(s) good for automation

40
New cards

SDK

interaction method for app integration

41
New cards

Root and IAM

2 types of AWS users

42
New cards

Identity Access Management

IAM

43
New cards

Compute Services

service to use cloud based VMs; web, db, data processing

44
New cards

EC2

- IaaS service
- Elastic Compute Cloud

45
New cards

Hosting web server, batch processing, API server, remote desktop

4 use cases for EC2

46
New cards

Instance type

- defines processor, memory, storage
- cannot change without downtime

47
New cards

General purpose, compute, memory, or storage optimized, accelerated computing

3 categories of instance types

48
New cards

Root Device Types

- instance store
- elastic block store (EBS)

49
New cards

Instance Store

ephemeral storage; physically attached to host

50
New cards

Amazon Machine Image

AMI

51
New cards

Amazon Machine Image

- provides the information required to launch an instance
- template for EC2 instance like config, OS, data
- can be shared across accounts
- can be custom; commercial ones in AWS marketplace

52
New cards

on-demand, reserved, savings plan, spot, dedicated

- 5 types of EC2 purchases
- default is on-demand

53
New cards

Reserved

- EC2 purchase type for consistent instances
- discount from on-demand when committing to a specific period of time
- capacity reservation for specific instance type

54
New cards

Savings Plan

- purchase types not limited to EC2
- is used for EC2, Fargate, Lambda
- no reserved capacity
- up to 72% savings compared to on-demand
- 1 or 3 year terms

55
New cards

Spot

- purchase type mostly used for batch processing
- up to 90% savings compared to on-demand
- like stock market for instance
- instances launch with highest bidder; otherwise, kicked off
- 2 minutes notify

56
New cards

Dedicated Host

- most expensive purchase type
- dedicated physical server
- good if you have per server license

57
New cards

Elastic Beanstalk

- service that automates deployment & scaling process on EC2
- leverages existing services; only pay for other services
- handles provisioning, load balancing, scaling, and monitoring
Supports Java, .NET, PHP, Node.js, Python, Ruby, Go, Docker
- EC2 customization feature
- to deploy apps with minimal knowledge of other services
- reduces app maintenance

58
New cards

AWS Lambda

- compute service where you are charged on execution time
- enables event-driven workflows
- primary service for serverless architecture
Advantages: reduced maintenance, fault tolerance, scales based on demand

59
New cards

Amazon Route 53, Amazon VPC, AWS Direct Connect, Amazon API Gateway, Amazon CloudFront, Elastic Load Balancing

6 types of Content and Network Delivery Services

60
New cards

Amazon VPC

- isolated section of the AWS Cloud
- supports IPv4 and IPv6; can configure network settings
- supports public and private subnets
- can utilize Network Address Translation (NAT) for private subnets
- enables connections to data center
- can connect to other VPCs
- supports private connection to other AWS Services

61
New cards

AWS Direct Connect

- service for dedicated network connection from data center to AWS

62
New cards

Amazon Route 53

- highly available and scalable DNS web service
- leverage edge locations
- global service; highly available and rare downtimes
- global resource routing
- can use server fail backups

63
New cards

Elastic Load Balancing

- distributes traffic across multiple targets
- integrates with EC2, ECS (Docker Service), Lambda
- supports one of more AZs in a region

64
New cards

Application Load Balancer, Network Load Balancer, Classic Load Balancer

3 types of load balancers; default is classic (known as ELB)

65
New cards

vertical and horizontal

2 EC2 scaling types

66
New cards

vertical scaling

scaling to better instance types

67
New cards

horizontal scaling

adding more of the same instance type

68
New cards

Amazon CloudFront

- CDN
- leverages edge locations
- for static and dynamic content
- security features: AWS Shield for DDoS
- AWS Web Application Firewall (WAF)

69
New cards

Amazon API Gateway

- fully managed API management service
- can create and manage APIs
- Directly integrates with other AWS services
- API call monitoring and metrics
- Supports VPC and on-premise private applications

70
New cards

AWS Global Accelerator

- networking service that improves user performance up to 60%
- utilizes IP addresses instead of DNS like CloudFront
- once traffic reaches edge locations, traffic is routed through AWS network instead of public internet
- can route to AWS resources like load balancers and EC2 instances

71
New cards

Global Accelerator

performance improvements from this service by:
- minimizing distance between user and endpoint by using edge locations
- optimizing traffic using AWS network
- improvement of first byte latency, jitter, throughput
- superior fault tolerance by not relying on DNS resolution

72
New cards

Global Accelerator

use cases for this network service:
- using non-http protocols
- requiring static IP
- instant failover

73
New cards

Amazon S3, Amazon S3 Glacier, Amazon Elastic Block Store, Amazon Elastic File System, AWS Snowball, AWS Snowmobile

6 types of file storage services

74
New cards

Amazon S3

- storage service used to store files as objects in buckets
- storage classes for different use cases
- stores data across multiple AZs
- URL access for files
- configurable rules for data lifecycle
- can serve as static web host

75
New cards

standard, intelligent-tiering, standard-IA, One Zone-IA

4 types of S3 non-archival classes

76
New cards

Standard

- S3 default non-archival storage class
- used for frequently accessed data

77
New cards

Intelligent-Tiering

- S3 non-archival storage class
- moves data to storage class based on usage based on frequency access

78
New cards

Standard-IA

- S3 non-archival storage class
- for infrequently accessed data
- spread across multiple AZs

79
New cards

One Zone-IA

- S3 non-archival storage class
- for infrequently accessed data
- only in one AZ

80
New cards

Lifecycle Policies

For S3:
- bucket objects can transition or expire based on criteria
- transition based on time not usage
- expiration on age
- policies can account for versions of an object

81
New cards

Transfer Acceleration

optimized data upload using edge location as a part of CloudFront

82
New cards

Glacier & Glacier Deep Archive

- 2 services for archiving data within S3 as separate storage classes
- offers configurable retrieval times
- can send files directly or through lifecycle rules

83
New cards

S3 Glacier

- service for archival data
- 90 day min storage duration change
- retrieved in minutes or hours
- retrieval fee per GB
- 5x LESS expensive than S3 standard storage class

84
New cards

S3 Glacier Deep Archive

- for archival data
- 180 day min storage duration change
- retrieved in hours
- retrieval free per GB
- 23x LESS expensive than S3 standard storage class

85
New cards

Elastic Block Store

- persistent storage; separate from host
- persistent block storage for use with a single EC2 instance
- scales to support PB of data & multiple volume types
- redundancy within AZ
- allows snapshots of data
- offers encryptions

86
New cards

EBS volume types

1. General purpose SSD
2. Provisioned IOPS SSD; high performance for low latency apps
3. Throughput optimized HDD; frequently accessed data
4. Cold HDD; less frequently accessed workloads

87
New cards

Elastic File System (EFS)

- fully managed Network File System (NFS)
- Designed for Linux workloads
- Supports PB of data
- Stores data across multiple AZs
- provides configurable lifecycles rules

88
New cards

Standard, Infrequent Access

2 EBS Storage Classes

89
New cards

Amazon FSx for Windows File Server

- fully managed native Windows file system
- Utilizes SSDs for low latency
- Native Windows features like:
- SMB (Server Message Block) support
- Active Directory Integration
- Windows NTFS

90
New cards

AWS Snowball

- large scale data transfer
- PB scale transfers
- physical device delivered by AWS to office location
- connect Snowball to your network and upload data
- Device is returned by local carrier to AWS
- AWS receives device and loads data into S3

91
New cards

AWS Snowmobile

- large scale data transfer
- EB scale transfers
- shipping container delivered to location
- AWS sets up connection to network
- loads data onto snowmobile
- AWS loads data into S3 when the container is at AWS location
- can do multiple trips

92
New cards

Amazon RDS, Amazon Aurora, Amazon DynamoDB, Amazon Redshift, Elasticache, AWS Database Migration Service

6 database and utility services

93
New cards

Amazon RDS

- fully managed service for relational databases
- handles provisioning, patching, backups, and recovery
- can deploy across multiple AZs
- supports read replicas for some platforms
- launches into VPC
- provides both GP SSD and provisioned IOPS SSDs

94
New cards

MySQL, PostgresSQL, MariaDB, Oracle, SQL Server, Amazon Aurora

6 Amazon RDS supported platforms

95
New cards

Amazon DMS (Data Migration Service)

- service to move data into AWS from existing data
- supports one time and continual migration
- supports popular commercial and open source databases
- only pay for computation in migration process

96
New cards

Amazon DynamoDB

- fully managed NoSQL database service
- provides key-value and document DB
- low latency at any scale
- supports automated scaling based on config
- offers in-memory cache with DynamoDB Accelerator (DAX)
- Handles 20 mil reqs/sec and 10 tril reqs/day

97
New cards

Amazon DynamoDB

- NoSQL database service use cases:
- scaling without excessive maintenance
- serverless applications
- implementations that require low latency
- data models without BLOB (Binary Large Object) storage

98
New cards

Amazon ElastiCache

- fully managed in-memory data store
- supports both Memcached and Redis
- low latency
- enables scaling and replicas to meet demand
- handles common use cases:
- DB layer caching
- session storage

99
New cards

Amazon Redshift

- scalable data warehouse service
- supports PB scale warehousing
- high performance disks and columnar storage
- offers full encryption for content
- provides isolation with a VPC
- enables querying of EB of data in S3 using Redshift Spectrum

100
New cards

Amazon Aurora

- relational DB engine compatible with MySQL and PostgreSQL