AWS CDA Flashcards

1
Q

Which EC2 option allows you to pay a fixed rate by the hour (or by the second) with no commitment?

A

On Demand

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

Which EC2 option provides you with a capacity reservation, and offers a significant discount on the hourly charge for an instance?

A

Reserved

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

Which EC2 option enables you to bid whatever price you want for instance capacity, providing for even greater savings if your applications have flexible start and end times?

A

Spot

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

Which EC2 option is a physical EC2 server dedicated for your use that can help you reduce costs by allowing you to use your existing server-bound software licenses?

A

Dedicated hosts

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

What nature of EC2 allows developers to instantly scale to meet spikes in traffic or demand?

A

The “Elastic” nature

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

What must you do if you wish to run more than 20 On-Demand EC2 instances?

A

Complete the Amazon EC2 instance request form

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

What API call will be run if Amazon EC2 is able to fulfill your request to run instances in the EC2 environment?

A

RunInstances

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

What API call will allow you to check the status of your EC2 instances?

A

DescribeInstances

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

Which API call will allow you to programmatically terminate any number of your instances?

A

TerminateInstances

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

If you have a running instance using Amazon EBS boot partition, what API call can you use to release the compute resources, but preserve the data on the boot partition?

A

StopInstances

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

What API call can you use when you’re ready to restart the instance associated with the Amazon EBS boot partition?

A

StartInstances

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

Data on the root device will persist independently from the lifetime of the instance by using which Amazon cloud service?

A

Amazon EBS

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

What does using Amazon EBS enable you to do, which is similar to shutting down your laptop and restarting it when you need to again?

A

Stop and restart an instance

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

How long does the local instance store persist data for?

A

Only for the life of the instance

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

What is an example of when it is feasible to use the local instance store?

A

When customers run large websites where each instance is a clone to handle web traffic

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

How quickly are systems in EC2 up and running?

A

10 minutes from the issue of RunInstances

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

Once you create a custom AMI, what do you need to do to it?

A

Bundle it

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

If you’re bundling an AMI with a root device backed by Amazon EBS, how and where can you bundle it?

A

Use the bundle command in the AWS management console

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

If you’re bundling an AMI with a boot partition on the instance store, how and where do you bundle it?

A

Use AMI tools to upload it to Amazon S3

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

How can you access your systems?

A

The RunInstances call that initiates execution of your application stack will return a set of DNS names, one for each system being booted; this name can be used exactly as you would if it were in your own data center

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

How is Amazon EC2 used in conjunction with Amazon S3?

A

By instances with root devices backed by local instance storage

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

How many On-Demand instances can you run in Amazon EC2?

A

20

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

How many Reserved instances can you purchase in Amazon EC2?

A

20

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

Are there any limitations in sending email from Amazon EC2 instances?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How can you send larger amounts of emails from EC2 accounts?
Apply to increase email limit
26
How quickly can you scale your capacity both up and down?
Within minutes
27
What API call is used to increase your instances?
RunInstances
28
What kind of memory does Amazon EC2 use?
ECC (error-correcting code) memory
29
True or False: With EC2 instances, you only pay for what you use.
True
30
How will your monthly bill show per-second vs per-hour charges?
Cumulative usage for each instance that ran in a given month in decimal hours; e.g. 1 hour and 10 minutes and 4 seconds will look like 1.1677
31
Amazon EC2 instances are grouped into what 5 family types?
1. General Purpose 2. Compute Optimized 3. Memory Optimized 4. Storage Optimized 5. Accelerated Computing
32
Which EC2 instance family has memory to CPU ratios suitable for most general purpose applications and come with fixed performance (M5, M4) or burstable performance (T2)?
General Purpose
33
Which EC2 instance family (C5, C4) has proportionally more CPU resources than memory and are well-suited for scale out compute-intensive applications and High Performance Computing (HPC) workloads?
Compute Optimized
34
Which EC2 instance family (X1e, X1, R4) offers larger memory sizes for memory-intensive applications, including database and memory caching applications?
Memory Optimized
35
Which EC2 instance family (P3, P2, G3, F1) takes advantage of the parallel processing capabilities of NVIDIA Tesla GPUs for high performance computing and machine/deep learning?
Accelerating Computing
36
In order for developers to compare CPU capacity between different instance types, what did Amazon define?
EC2 Compute Units (ECUs)
37
What provides the relative measure of the integer processing power of an Amazon EC2 instance?
EC2 Compute Unit (ECU)
38
True or False: You cannot get a history of all EC2 API calls made from your account for security analysis and operational troubleshooting purposes.
False
39
How can you receive a history of all EC2 API calls made on your account?
Turn on CloudTrail in the AWS Management Console.
40
Where two places can you get more information about security on AWS?
AWS: Overview of Security Processes white paper & Amazon EC2 Running Windows Security Guide
41
By default, how many Elastic IP addresses are all accounts limited to per region?
5
42
What do you need to do to get more than the default number of Elastic IP addresses?
Apply for more Elastic IP addresses
43
In regards to Elastic IP addresses, what happens when each address is not associated to a running instance?
A small hourly charge is imposed
44
True or False: You need one Elastic IP address for every instance you have running.
False; but by default, every instance comes with a private IP address and an internet routable public IP address
45
How long does it take to remap an Elastic IP address?
Several minutes from when the remap was started
46
True or False: You can configure the reverse DNS record for your Elastic IP address.
True
47
How can you make sure that you're in the same Availability Zone as another developer?
You can't; the ability to coordinate launches into the same Availability Zone across AWS developer accounts is currently unsupported
48
For supported Amazon EC2 instances, higher packet per second (PPS) performance, lower inter-instance latencies, and very low network jitter are all capabilities included in what feature?
Enhanced Networking
49
If your applications benefit from higher packet per second (PPS) performance, lower inter-instance latencies, and very low network jitter, which feature should you be using?
Enhanced Networking
50
In order to enable Enhanced Networking, what must you do?
Launch an HVM AMI with the appropriate drivers.
51
True or False: There is an additional fee to use Enhanced Networking.
False
52
What happens to data when a local instance store is terminated?
The data will disappear forever; data stored on a local instance will persist only as long as that instance is alive.
53
What happens to data stored on an Amazon EBS volume when the system is terminated?
It will persist independently of the life of the instance.
54
"Delete On Terminate Flag" set to "N" does what?
Allows your Amazon EBS volume data to persist outside of the life of the instance
55
For transactional workloads, what kind of performance does Amazon EBS volume offer?
SSD-backed storage
56
For throughput intensive workloads, what kind of performance does Amazon EBS volume offer?
HDD-backed storage
57
Throughput optimized HDD is also known as ____?
st1
58
Cold HDD is also known as ____?
sc1
59
Which volumes are backed by HDDs and provide the lowest cost per GB of all EBS volume types?
SC1 volumes aka Cold HDD
60
Which volumes are backed by HDDs and are ideal for frequently accessed throughput intensive workloads with large datasets and large I/O sizes?
ST1 aka Throughput Optimized HDD
61
Is multiple instances accessing a single volume supported?
No; though multiple volumes can be attached to a single instance
62
True or False: You can access you EBS snapshots using the regular Amazon S3 APIs.
False; they're only available through the Amazon EC2 APIs
63
True or False: Volumes need to be unmounted in order to take a snapshot.
False
64
Though volumes don't need to be unmounted prior to taking a snapshot, why should they be unmounted anyway?
Snapshots only capture data that has been written to your Amazon EBS volume, which might exclude data that has been locally cached by your application or OS.
65
True or False: Users of your Amazon EBS shared snapshots can change your data.
False; users can only modify their own copies of the data, not the original snapshot
66
How can you discover Amazon EBS snapshots that have been shared with you?
Select "Private Snapshots" from the dropdown in the Snapshots section of the AWS Management Console
67
How can you find what Amazon EBS snapshots are shared globally?
Select "Public Snapshots" from the Snapshot section of the AWS Management Console
68
True or False: Encryption is offered on Amazon EBS volumes and snapshots?
True; EBS offers seamless encryption of data volumes and snapshots
69
What 2 places can you find a list of Amazon Public Data Sets?
Public Data Sets Resources Center & from within the AWS Management Console by choosing "Amazon Snapshots" in the Snapshots section
70
Which EC2 option would you use when users want low cost and flexibility without any upfront payment or long-term commitment
On Demand
71
Which EC2 Option: Applications with steady state or predictable usage
Reserved Instances
72
Which EC2 Option: Applications with short term, spiky, or unpredictable workloads that cannot be interrupted
On Demand
73
Which EC2 Option: Applications being developed or tested on Amazon EC2 for the first time
On Demand
74
Which EC2 Option: Applications that require reserved capacity
Reserved Instances
75
Which EC2 option would you use when users are able to make upfront payments to reduce their total computing costs even further?
Reserved instances
76
Which EC2 Option: Applications that have flexible start and end times
Spot
77
Which EC2 Option: Applications that are only feasible at very low compute prices
Spot
78
Which EC2 option would you use for users with urgent computing needs for large amounts of additional capacity?
Spot
79
Which EC2 Option: Useful for regulatory requirements that may not support multi-tenant virtualization
Dedicated Hosts
80
Which EC2 Option: Great for licensing which does not support multi-tenancy or cloud deployments
Dedicated Hosts
81
Which EC2 Option: Can be purchases On-Demand (hourly)
Dedicated Hosts
82
Which EC2 Option: Can be purchased as a Reservation for up to 70% off the On-Demand price
Dedicated Hosts
83
What allows you to create storage volumes and attack them to Amazon EC2 instances that, once attached, you can create a file system on top of these volumes, run a database, or use them in any other way you would use a block device?
Amazon EBS (Elastic Block Storage)
84
Which EBS volume type balances both price and performance and has a ratio of 3 IOPS per GB with up to 10,000 IOPS and the ability to burst up to 3000 IOPS for extended periods of time for volumes at 3334 GiB and above?
General Purpose SSD (GP2)
85
Which EBS volume type is designed for I/O intensive applications such as large relational or NoSQL databases and can provision up to 20,000 IOPS per volume; used when you need more than 10,000 IOPS.
Provisioned IOPS SSD (IO1)
86
True or False: You can mount 1 EBS volume to multiple EC2 instances.
False
87
Because you can't mount 1 EBS volume to multiple EC2 instances at ones, what should you use instead?
AWS Elastic File System (EFS)
88
True or False: Termination Protection is turned on by default.
False
89
True or False: On an EBS-backed instance, the default action is for the root EBS volume to be deleted when the instance is terminated.
True
90
True or False: EBS Root Volumes of your DEFAULT AMI's can be encrypted.
False
91
If you want to encrypt an EBS Root Volume, what must you do?
Use a third party tool or do it when creating AMI's or using the API
92
When do changes to your security groups in EC2 go into effect?
Immediately
93
True or False: All inbound traffic is allowed by default in an EC2 instance.
False
94
True or False: All Outbound Traffic is allowed by default in an EC2 instance.
True
95
How many EC2 instances can you have within a security group?
Any number
96
How many security groups can be attached to EC2 instances?
Multiple
97
"If you create an inbound rule allowing traffic in, that traffic is automatically allowed back out again" - what aspect of Security Groups does this refer to?
Stateful-ness
98
Since you can't block specific IP addresses using Security Groups, what do you do instead?
Network Access Control Lists
99
True or False: Snapshots of encrypted volumes are encrypted automatically.
True
100
True or False: You can share encrypted snapshots.
False
101
What service is Amazon EFS (Elastic File System) storage service for?
Amazon EC2
102
How can you get away from using User Access Keys?
By using roles instead
103
In the AWS CLI, depending on what region your S3 bucket is based, what might you have to use to access its contents?
Region flag
104
When should you use the region flag, regardless of whether you need it or not?
Always
105
Every time a user sends a request to API gateway and that's forwarded to lambda, what is invoked?
A new lambda function
106
Lambda scales ___ not ____
Out; up
107
Lambda functions are independent; 1 event = ?
1 function
108
True or False: Lambda is not serverless.
False
109
What is Lambda's duration time?
Max 5 minutes
110
True or False: You will always use the DNS name for your Elastic Load Balancer.
True
111
True or False: One subnet equals one availability zone.
True
112
Instances monitored by ELB are reported as InService or OutofService depending on what?
The healthiness of the instances
113
What does RRS stand for?
Reduced Redundancy Storage
114
What does ACL stand for?
Access control list
115
What does CORS stand for?
Cross-Origin Resource Sharing