CPC Prep Flashcards

1
Q

What are the AWS Cloud Compute Services?

A

Elastic Cloud Compute (EC2)
Lambda
Elastic Container Service (ECS)
Lightsail

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

Which AWS Compute service do you manage the operating system? This service scales vertically with Autoscaling and is used for traditional applications and long running tasks?

A

EC2

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

Which compute service enables you to manage the container instance and the containers? This service enables you to manually add container instances or use ECS services & EC2 Autoscaling. It is used for microservices and batch use cases where you need to maintain management.

A

ECS (EC2 Launch Type)

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

Which compute service enables you to manage the containers? AWS scales the cluster automatically and is used for microservices and batch use cases.

A

EC2 (Fargate Launch Type)

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

Which AWS compute service enables you to manage the code? The service is serverless and automatically scales concurrent executions. It is used for ETL, infrastructure, automation, data validation, and mobile backends.

A

Lambda

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

Which compute choice operates with EC2? The consumer manages functions, application, runtime, and guest OS. AWS manages the Hypervisor and physical hardware.

A

Infrastructure as a System (IaaS)

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

Which compute choice operates with ECS? The consumer manages functions, applications, and runtime. AWS manages container engine, guest OS & physical hardware.

A

Container as a Service (CaaS)

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

Which compute choice operate with Lambda? The consumer manages the functions. AWS manages application, runtime, container engine, guest OS & physical hardware.

A

Function as a System (FaaS)

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

Which AWS service is great for users who do not have a deep AWS technical expertise and makes it easy to provision compute services?

A

Amazon LightSail

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

Which service includes everything you need to launch projects quickly? It provides preconfigured virtual private servers that include everything required to deploy applications or create a database.

A

Lightsail

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

Which service allows you to deploy a private server without a lot of technical expertise?

A

Lightsail

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

Which service provides serverless computing technology that allows you to run code without provisioning or managing servers?

A

Lambda

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

Which compute service executes code only when needed and scales automatically? You pay only for the compute time you consume.

A

Lambda

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

Which AWS service has the following benefits:
No servers to manage
Continuous scaling
Sub second metering
Integrates with almost all other AWS services

A

Lambda

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

Which AWS service has the following use cases:
Data processing
real-time file processing
real-time stream processing
Build serverless backends for web, mobile, IOT, and 3rd party applications

A

Lambda

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

Which AWS compute service provides a highly-scalable, high performance container management service that supports Docker containers?

A

Elastic Container Storage (ECS)

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

Which service is launched with ECS that enables you to provision instances and provides you granular control over infrastructure?

A

EC2

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

What service is launched with ECS where the control plane asks for resources and is automatically provisioned? This system provides you limited control and the infrastructure is automated.

A

Amazon Fargate

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

What data type is supplied by the user at instance launch?

A

User data

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

What data type provides data about your instance that you can configure or manage the running instance?

A

Metadata

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

Which AMI category is free of charge and generally allows you to select the operating system you want?

A

Community AMIs

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

Which AMI category do you pay to use and generally comes packaged with additional licensed software?

A

AWS Marketplace AMI

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

Which AMI category do you create yourself?

A

My AMIs

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

What service provides the information required to launch an instance?

A

Amazon Machine Image (AMI)

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

Which service provides a template for the root volume of the instance containing one or more EBS snapshots or instance-store-backed AMIs?

A

AMIs

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

What is an EC2 instance made up of?

A

Amazon Machine Image (AMI) + Instance type

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

Which web service in the AWS Compute suite of products provides secure, resizable compute capacity in the cloud?

A

EC2

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

Which EC2 attribute enables you to increase or decrease capacity within minutes and commission one to thousands of instances simultaneously?

A

Elastic Web-scale computing

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

Which EC2 attribute enables you to have complete control root access to each instance and can stop and start instances without losing data and using web service APIs?

A

Completely Controlled

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

Which EC2 attribute allows you to choose multiple instance types, operating systems, and software packages as well as instances with varying memory, CPU, and storage configurations?

A

Flexible Cloud Hosting Services

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

Which web service enables you to request temporary, limited privilege credentials for IAM users or for users that you authenticate?

A

AWS Security Token Service (STS)

32
Q

What makes up Multi-Factor Authentication?

A
  1. User name and password

2. Virtual or physical Authenticator

33
Q

What are the two IAM Authentication Methods?

A
  1. Access Key

2. User & Password

34
Q

Which IAM authentication method is made up of an access key ID and a secret access key?

A

Access Key

35
Q

When is the secret access key returned?

A

Only at the time of creation

36
Q

How can IAM users be given access to change their own access keys?

A

Through IAM policy

37
Q

Which IAM authentication method is used to access AWS Management Console?

A

IAM User and Password

38
Q

Which IAM method enables you to define the permissions that can be applied to users, groups, and/or roles?

A

IAM Policies

39
Q

Which IAM principle does the following:

  • all permissions are implicitly denied by default
  • the most restrictive policy is applied
  • is written in JSON
  • Uses a simulator to help you understand, test, and validate its effects
A

IAM Policy

40
Q

Which IAM service is created and then “assumed” by trusted entities and define a set of permissions for making AWS service requests?

A

IAM Role

41
Q

Which IAM category has the following attributes:

  • Delegate permissions to resources for users and services without using permanent credentials
  • Has no credentials associated with it
  • Users or services can assume it to obtain temporary security credentials that can be used to make AWS API calls
A

IAM Role

42
Q

Which IAM item is a collection of users and have policies attached to them?

A

IAM Groups

43
Q

Which IAM item has the following characteristics:

  • Not an identity and cannot be identified as a principal in an IAM policy
  • Is used to assign permissions to users
  • Uses the principal of least privilege when assigning permissions
  • Cannot be nested within other ones
A

IAM Group

44
Q

Which IAM entity represents a person or service?

A

IAM User

45
Q

Which credentials consist of the email address used to create the account and password?

A

Root User

46
Q

What are the 4 best practices for the root account?

A
  1. Don’t use the root user credentials
  2. Don’t share the root user credentials
  3. Create an IAM user and assign administrative permissions as required
  4. Enable Multi-factor Authentication (MFA)
47
Q

Which accounts consist of a friendly name and an Amazon Resource Name (ARN) which uniquely identifies the user across AWS?

A

IAM User

48
Q

What kind of policy can be defined for enforcing password length, complexity, etc and applies to all users?

A

Password

49
Q

What two access methods can IAM Users be assigned?

A
  1. Access key ID and secret access key for programmatic access
  2. Password for access to the AWS Management Console
50
Q

What describes the prohibited uses of AWS?

A

AWS Acceptable Use Policy

51
Q

What are the three fundamentals of AWS pricing?

A

Compute, Storage, Outbound data transfer

52
Q

Which pricing method is highly flexible with no long-term commitments or upfront payments? This method is used for compute and database capacity

A

On-Demand

53
Q

Which pricing method is available for EC2 where hardware is dedicated to a single customer?

A

Dedicated Instances

54
Q

Which pricing method allows you to purchase spare capacity with no commitments and great discounts at hourly rates? The drawback is AWS can pull the service if a higher paying customer needs it.

A

Spot Instances

55
Q

Which payment method has an up to 75% discount and requires a 1 to 3 year term?

A

Reservations

56
Q

What are the three Reservation payment options?

A
  1. No upfront
  2. Partial Upfront
  3. All Upfront
57
Q

What three entities make up the AWS Global Infrastructure?

A
  1. Regions
  2. Availability Zones
  3. Edge Locations
58
Q

Which AWS Global Infrastructure entity is a geographical area with 2 or more Availability Zones, isolated from others?

A

Regions

59
Q

Which AWS Global Infrastructure entity consists of one or more data centers that are physically separated and isolated?

A

Availability Zones

60
Q

Which AWS Global Infrastructure has direct, low-latency, high throughput and redundant network connections between each other?

A

Availability Zones

61
Q

Which AWS Global Infrastructure is designed as an independent fault zone?

A

Availability Zones

62
Q

Which AWS Global Infrastructure entity is a location with cache content that can be delivered at low latency to users and is used by CloudFront?

A

Edge Locations

63
Q

What are the 6 benefits of Cloud Computing

A
  1. Trade capital expense for variable expense
  2. Benefit from massive economies of scale
  3. Stop guessing about capacity
  4. Increase speed and agility
  5. Stop spending money running and maintaining data centers
  6. Go global in minutes
64
Q

Which cloud computing model is fully managed by you?

A

On-premises (private cloud)

65
Q

Which Cloud Computing Model is the hypervisor and physical hardware managed by the service provider and the customer is responsible for the application, data, runtime, and guest operating system?

A

Infrastructure as a System (IaaS)

66
Q

Which Cloud Computing Model is the hypervisor, physical hardware, guest operating system, & runtime managed by the service provider and the customer is responsible for the application and data?

A

Platform as a System (PaaS)

67
Q

Which Cloud Computing Model is the hypervisor, physical hardware, guest operating system, runtime, data, and application managed by the service provider?

A

Software as a System (SaaS)

68
Q

Which Cloud Computing Deployment Model does an enterprise deploy their own infrastructure and applications into their own data center?

A

Private Cloud

69
Q

Which Cloud Computing Deployment Model does an IT service that you consume are hosted and delivered from a third-party and accessed over the Internet?

A

Public Cloud

70
Q

Which Cloud Computing Deployment Model provides benefits include complete control over the entire stack and high-security?

A

Private Cloud

71
Q

Which Cloud Computing Deployment Model benefits include variable expense, economies of scale, & massive elasticity?

A

Public Cloud

72
Q

Which Cloud Computing Deployment Model is a combination of on-premises, private cloud and public cloud services?

A

Hybrid Cloud

73
Q

Which Cloud Computing Deployment Model includes the following benefits:

  • allows companies to keep the critical application & sensitive data in a traditional data center or private cloud
  • Takes advantages of public cloud resources like SaaS and IaaS
  • Facilitates portability of data, apps and services and more choices for deployment models
A

Hybrid Cloud

74
Q

What are the 3 types of general storage types?

A
  1. Object Storage
  2. Block Storage
  3. File Storage
75
Q

Which type of storage has virtually unlimited scalability and allows the retention of massive amounts of unstructured data? This storage class is accessed use it a REST API and includes the data itself, metadata, and globally unique identifier.

A

Object Storage