AWS CCP Flashcards

1
Q

Non-relational databases

A

Type of database is composed of semi-structured data that may or may not distantly resemble tabular data

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

Data warehouses

A

Are specifically architected to store vast amounts of data and enable fast retrieval and analysis of that data**. The design focuses on optimizing read operations, ensuring that even complex queries across large datasets can be executed swiftly.

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

Why might data warehouses not be used for real-time reporting?

A

Data warehouses are designed to handle large volumes of data and support complex queries for analytical purposes. They are typically accessed for batch processing rather than real-time transactions.

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

Key/value store

A

is a type of database that uses a simple data model where each unique identifier, known as a key, is associated with a specific value.

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

A Document Store

A

Is a NoSQL(Non-relational) database that stores documents as its primary data structure

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

DynamoDB

A

It’s a serverless and fully managed NoSQL database service provided by Amazon Web Services (AWS). It supports both key-value and document data structures.

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

What is Relational Database Service (RDS)?

A

RDS is a managed service provided by Amazon Web Services (AWS) that simplifies the setup, operation, and scaling of a relational database in the cloud. It supports various SQL database engines such as MySQL, PostgreSQL, Oracle, SQL Server, and Amazon Aurora.

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

What is Redshift?

A

Redshift is a petabyte-size data-warehouse. Data-warehouses are for Online Analytical Processing (OLAP)​ Data-warehouses can be expensive because they are keeping data “hot”. Meaning that we can run a very complex query and a large amount of data and get that data back very fast.​

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

What is Elastic Compute Cloud (EC2)?

A

It’s a highly configurable virtual server. EC2 is a resizable compute capacity. It takes minutes to launch new instances.

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

Instance families

A

Instance families are different combinations of CPU, Memory, Storage, and Networking capacity Instance families allow you to choose the appropriate combination of capacity to meet your application’s unique requirements.

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

Instance type

A

is a particular instance size and instance family: A common pattern for instance sizes: nano, micro, small, medium, etc

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

Single Sign-On

A

an authentication scheme that allows a user to log in with a single ID and password to different systems and software

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

Security Key

A

It’s a secondary device used in the authentication process to provide an additional layer of security beyond passwords.

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

Is a service that enables users to securely control access to AWS resources. With IAM, users can create and manage AWS users and groups, and define fine-grained permissions to allow or deny their access to various AWS resources.

A

Identity and Access Management (IAM)

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

Identity Provider (IdP)

A

System entity that creates, maintains, and manages identity information for principals and also provides authentication services to applications within a federation or distributed network

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

Active Directory?

A

It gives organizations the ability to manage multiple on-premises infrastructure components and systems using a single identity per user.

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

A Directory Service

A

Service is used to map the names of network resources to their corresponding network addresses

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

Amazon GuardDuty

A

detects suspicious or malicious activity based on CloudTrail and other logs

19
Q

Zero Trust Model

A

Security model is based on the principle “Trust no one. Verify everything.”

20
Q

Savings Plan

A

offers you similar discounts as Reserved Instances (RI) but simplifies the purchasing process

21
Q

What are Dedicated Host Instances?

A

Dedicated Hosts in AWS are physical servers with EC2 instance capacity fully dedicated to your use. These hosts can help you address compliance requirements and reduce costs by allowing you to use your existing server-bound software licenses.

22
Q

Amazon EC2 Spot Instances

A

Provides a discount of 90% compared to On-Demand Pricing for the EC2 Pricing model

23
Q

EC2 Reserved Instance Marketplace

A

Enables you to sell your unused Standard Reserved Instances (RIs) to recover costs for RIs that you no longer need or intend to use

24
Q

Capacity Reservation

A

Is a service of EC2 that allows you to request a reserve of EC2 instance type for a specific Region and AZ

25
Q

What are the Regional Limits of RI?

A

You cannot exceed your running On-Demand Instance limit by purchasing regional Reserved Instances. The default On-Demand Instance limit is 20.

26
Q

What factors, defined by the Class Offering, can influence the final price of a Reserved Instance (RI) in AWS?

A

Instance Type
Region
Tenancy
Platform

27
Q

What are Reserved Instances (RI)?

A

Designed for applications that have a steady-state, predictable usage, or require reserved capacity. Reduced Pricing is based on Term x Class Offering x RI Attributes x Payment Option

28
Q

What is the On-Demand EC2 pricing model?

A

Is a flexible Pay-As-You-Go approach where you pay for compute capacity by the hour or second, depending on the instance type, with no long-term commitments or upfront payments.

29
Q

Reserved EC2

A

Offers significant discounts, up to 75%, for long-term commitments compared to on-demand instance pricing

30
Q

Dedicated Hosts

A

Single-tenant EC2 instances designed to let you Bring-Your-Own-License (BYOL) based on machine characteristics

31
Q

According to the Shared Responsibility Model category “Configuration of Virtual Infrastructure and Systems”, what is the customer responsible for? (Select 3)

A

Network, firewall and SO

32
Q

According to the AWS Shared Responsible Model, what is the customer responsible for the Configuration of Managed Services or Third-Party Software?

A

Platforms, applications and IAM (Identity and access management)

33
Q

For IaaS, what is the Cloud Service Provider responsible for?

A

Virtualization, Servers, Storage, Networking

34
Q

What is the Shared Responsibility Model?

A

is a simple visualization that helps determine what the customer is responsible for and what the CSP is responsible for related to AWS.

35
Q

Which AWS services are Microservices/Containers?

36
Q

What term describes the process of encapsulating applications and their dependencies to run as isolated processes on a single operating system instance?

A

Containers

37
Q

AWS Lambda

A

is a serverless function service provided by AWS. It allows you to run code without the need to provision or manage servers. You upload small pieces of code, specify the amount of memory, and define the maximum runtime for the function.

38
Q

The Nitro System

A

combines dedicated hardware with a lightweight hypervisor to facilitate faster innovation and improve security

39
Q

What is Edge Computing?​

A

refers to the practice of deploying computing resources closer to the data source or destination to reduce latency and enhance performance

40
Q

AWS Compute Optimizer

A

analyzes your historical usage data and provides recommendations to reduce costs and improve performance using machine learning

41
Q

What type of storage service allows objects to be stored with data, metadata, and a unique ID, and scales with no limit on the number of files or storage capacity?

42
Q

What S3 storage class is used for long-term cold storage, retrieval of data can take minutes to hours but offers very cheap storage?

A

S3 Glacier