AWS Cloud Practitioner Vocab

studied byStudied by 3 people
5.0(1)
Get a hint
Hint

Traditional Data Centers

1 / 194

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

195 Terms

1

Traditional Data Centers

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

New cards
2

Cloud Computing

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

New cards
3

Elasticity

ability to acquire and release resources efficiently

New cards
4

IaaS

The full application and dependencies on the cloud

New cards
5

SaaS

cloud services like email

New cards
6

PaaS

Wordpress, Elastic beanstalks

New cards
7

Deployment Models

Public, Private, Hybrid are types of...

New cards
8

Regions, Availability Zones, Edge Locations

The 3 elements of the AWS Global Infrastructure

New cards
9

Regions

22 so far, cluster of data centers

New cards
10

Availability Zones

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

New cards
11

country-region-region number followed by availability zone

AZ naming scheme

New cards
12

Edge Locations

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

New cards
13

Capital Expenditure

upfront investments to obtain fixed asset

New cards
14

operating expenditure

day to day expenses

New cards
15

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

New cards
16

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

New cards
17

AWS TCO Calculator

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

New cards
18

Resource tags

meta data to group projects when calculating costs

New cards
19

AWS Organizations

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

New cards
20

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

New cards
21

AWS Support

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

New cards
22

AWS Personal Health Dashboard

- service that provides alerts and remediation for impacting events

New cards
23

AWS Trusted Advisor

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

New cards
24

Trusted Advisor checks

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

New cards
25

Basic, Developer, Business, Enterprise

4 tiers of support

New cards
26

Support differences

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

New cards
27

Basic Support

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

New cards
28

Developer Support

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

New cards
29

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

New cards
30

Enterprise Support

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

New cards
31

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

New cards
32

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

New cards
33

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

New cards
34

AWS Quick Starts

step by step deployment for common platform

New cards
35

AWS Partner Network Consulting Partners

third party connection tool

New cards
36

AWS Professional Services

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

New cards
37

Console, CLI, SDK

3 ways to interact with AWS

New cards
38

Console

interaction method good for testing out a service

New cards
39

CLI and SDK

interaction method(s) good for automation

New cards
40

SDK

interaction method for app integration

New cards
41

Root and IAM

2 types of AWS users

New cards
42

Identity Access Management

IAM

New cards
43

Compute Services

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

New cards
44

EC2

- IaaS service
- Elastic Compute Cloud

New cards
45

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

4 use cases for EC2

New cards
46

Instance type

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

New cards
47

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

3 categories of instance types

New cards
48

Root Device Types

- instance store
- elastic block store (EBS)

New cards
49

Instance Store

ephemeral storage; physically attached to host

New cards
50

Amazon Machine Image

AMI

New cards
51

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

New cards
52

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

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

New cards
53

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

New cards
54

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

New cards
55

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

New cards
56

Dedicated Host

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

New cards
57

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

New cards
58

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

New cards
59

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

6 types of Content and Network Delivery Services

New cards
60

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

New cards
61

AWS Direct Connect

- service for dedicated network connection from data center to AWS

New cards
62

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

New cards
63

Elastic Load Balancing

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

New cards
64

Application Load Balancer, Network Load Balancer, Classic Load Balancer

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

New cards
65

vertical and horizontal

2 EC2 scaling types

New cards
66

vertical scaling

scaling to better instance types

New cards
67

horizontal scaling

adding more of the same instance type

New cards
68

Amazon CloudFront

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

New cards
69

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

New cards
70

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

New cards
71

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

New cards
72

Global Accelerator

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

New cards
73

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

6 types of file storage services

New cards
74

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

New cards
75

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

4 types of S3 non-archival classes

New cards
76

Standard

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

New cards
77

Intelligent-Tiering

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

New cards
78

Standard-IA

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

New cards
79

One Zone-IA

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

New cards
80

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

New cards
81

Transfer Acceleration

optimized data upload using edge location as a part of CloudFront

New cards
82

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

New cards
83

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

New cards
84

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

New cards
85

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

New cards
86

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

New cards
87

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

New cards
88

Standard, Infrequent Access

2 EBS Storage Classes

New cards
89

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

New cards
90

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

New cards
91

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

New cards
92

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

6 database and utility services

New cards
93

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

New cards
94

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

6 Amazon RDS supported platforms

New cards
95

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

New cards
96

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

New cards
97

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

New cards
98

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

New cards
99

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

New cards
100

Amazon Aurora

- relational DB engine compatible with MySQL and PostgreSQL

New cards

Explore top notes

note Note
studied byStudied by 16 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 7775 people
Updated ... ago
4.8 Stars(52)
note Note
studied byStudied by 33 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 39 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard37 terms
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard57 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard56 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard23 terms
studied byStudied by 17 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard110 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard26 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard95 terms
studied byStudied by 10 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard89 terms
studied byStudied by 71 people
Updated ... ago
5.0 Stars(1)