AWS CPI Study

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/69

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.

70 Terms

1
New cards

Cloud Computing

Computing done remotely without on premise hardware

2
New cards

Pay as you go

A pricing model where users pay only for the resources they use.

3
New cards

On demand delivery

Resources are available as needed without long-term commitments.

4
New cards

Trade upfront expenses for variable expenses

Switching from fixed costs to costs that vary based on usage.

5
New cards

No need to spend money on running and maintaining data centers

Elimination of costs associated with physical infrastructure management.

6
New cards

Stop guessing capacity

Elimination of the need to estimate resource requirements in advance.

7
New cards

Benefit from massive economies of scale

Reduced costs due to large-scale operations.

8
New cards

Increased speed and agility

Faster deployment and scaling of resources.

9
New cards

Go global in minutes

Ability to deploy services in multiple regions quickly.

10
New cards

Amazon EC2

Virtual servers that allow for computations.

11
New cards

Multitenancy

Sharing underlying hardware between virtual machines.

12
New cards

Instance Types

Different configurations of virtual servers grouped under families.

13
New cards

General Purpose

Instance type with balanced resources.

14
New cards

Compute optimized

Instance type ideal for compute intensive tasks like gaming servers or scientific computations.

15
New cards

Memory optimized

Instance type ideal for high-performance databases and memory intensive tasks.

16
New cards

Accelerated computing

Utilizes hardware accelerators for tasks like FP number calculations and graphics processing.

17
New cards

Storage optimized

Instance type good for high performance on locally stored data.

18
New cards

On-Demand Pricing

Pay for running instances only.

19
New cards

Savings Plan

Low prices in exchange for consistent usage, with terms of 1 or 3 years.

20
New cards

Reserved Instances

Suited for predictable usage with a commitment to a 1-3 year term.

21
New cards

Spot Instances

Request spare EC2 computing with up to 90% discount, can be interrupted at any time.

22
New cards

Dedicated Hosts

Specifically for a host, nobody else can use that host.

23
New cards

Amazon EC2 Auto Scaling

Service to match demand with resources available.

24
New cards

Dynamic Scaling

Responds to changing demand.

25
New cards

Predictive Scaling

Automatically schedules the right number of EC2 instances based on predicted demand.

26
New cards

Elastic Load Balancing

Directing traffic to the right instance to ensure balance.

27
New cards

Amazon Simple Queue Service (SQS)

Send, store, and receive messages between software components.

28
New cards

Amazon Simple Notification Service (SNS)

Used to send out messages and notifications to end users.

29
New cards

AWS Lambda

Allows you to upload code to a lambda function and run it when triggered.

30
New cards

AWS Elastic Container Service (ECS)

Container orchestration tool designed to help run containerized applications at scale.

31
New cards

AWS Elastic Kubernetes Service (EKS)

Container orchestration tool similar to ECS but uses Kubernetes.

32
New cards

Amazon CloudFront

A service that helps deliver data, video, etc with low latency.

33
New cards

AWS Management Console

Browser-based interface for interacting with AWS services.

34
New cards

AWS CLI

Make API calls using the terminal.

35
New cards

AWS SDKs

Allows interaction with AWS through programming languages.

36
New cards

AWS CloudFormation

Infrastructure as code tool that builds resources based on templates.

37
New cards

Amazon Virtual Private Cloud (VPC)

Private network in AWS where services can be placed.

38
New cards

Amazon Route 53

Domain name service for AWS that translates website names into IP addresses.

39
New cards

Amazon Elastic Block Storage (EBS)

Virtual hard drives attached to EC2 instances that are persistent.

40
New cards

Amazon S3

Store and retrieve an unlimited amount of data in buckets.

41
New cards

Amazon RDS

Relational Database Service that supports multiple database engines.

42
New cards

Amazon DynamoDB

Serverless NoSQL database that is highly scalable and performant.

43
New cards

AWS Shared Responsibility Model

Customers are responsible for security in the cloud while AWS secures the cloud.

44
New cards

UDP Flood

To shut down apps ability to function by overwhelming the capacity.

45
New cards

SlowLoris Attack

Attacker pretends to have a slow connection and asks for complicated tasks over and over again to overwhelm the computer.

46
New cards

Elastic Load Balancer

Solution to mitigate SlowLoris Attack.

47
New cards

AWS Web Application Firewall (WAF)

Filters incoming traffic for the signatures of bad actors.

48
New cards

AWS Shield Standard

Automatically protects customers at no cost, detects malicious traffic in real time and automatically mitigates it.

49
New cards

AWS Shield Advanced

Paid service that provides detailed attack diagnostics and can stop sophisticated DDoS attacks.

50
New cards

Encryption at rest

Automatically applied to data that is just sitting there.

51
New cards

AWS Key Management Service (KMS)

For managing the encryption key for the encrypted data.

52
New cards

Secure Sockets Layer (SSL)

Used when client and servers communicate.

53
New cards

Amazon Inspector

Runs automated security assessment against your infrastructure.

54
New cards

Amazon GuardDuty

Analyzes continuous streams of meta data from account and traffic data.

55
New cards

Amazon CloudWatch

Allows monitoring of applications in real time and tracks metrics tied to resources.

56
New cards

Amazon CloudWatch Alarms

Can trigger actions if certain alarms or alerts go off.

57
New cards

CloudTrail Insights

Optional feature that automatically detects unusual API activities in your AWS account.

58
New cards

AWS Trusted Advisor

An automated advisor that evaluates resources under sectors like Cost Optimization, Performance, Security, Fault Tolerance, and Service Limits.

59
New cards

AWS Free Tier

Always Free services like Lambda which is free if there are under 1 million invocations per month.

60
New cards

AWS Pricing Calculator

Lets you explore and create estimates for the cost of use cases on AWS.

61
New cards

Consolidated Billing

A single company will have multiple accounts that can be billed together in one place when in an organization.

62
New cards

AWS Budgets

Allows you to set budgets based on usage or costs and can forecast future costs and send alerts.

63
New cards

AWS Cost Explorer

Console based service that can show and analyze how you are spending money and gives 12 months of historical data.

64
New cards

AWS Support Plans

Includes Basic Support, Developer Support, Business Support, and Enterprise Support with varying levels of service.

65
New cards

AWS Snowcone

Device that holds 14 TB of data, 2 CPUs, and 4GB of memory.

66
New cards

AWS Snowball Edge

Compute Optimized Option with 80-TB usable HDD and 28 TB of NVMe SSD, 104 vCPUs, and 416 GiB of memory.

67
New cards

AWS Snowmobile

Houses 100 PB and is a huge device that has fire resistance and tamper resistance.

68
New cards

Machine Learning

Pretrained models to new models including services like SageMaker and Amazon Lex.

69
New cards

Internet of Things

Includes services like AWS Ground Station and Amazon Q Developer.

70
New cards

Six Pillars of Well-Architected Framework

Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability.