EC2 Flashcards

1
Q

What is EC2?

A

A Linux-based/Windows-based/Mac-based virtual server that you can provision

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

What purchasing limits exist for EC2?

A

You are limited to running On-Demand Instances per your vCPU-based On-Demand Instance limit, purchasing 20 Reserved Instances, and requesting Spot Instances per your dynamic Spot limit per region.

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

What is AWS Nitro System?

A

AWS Nitro System is the underlying platform of the next generation of EC2 instances. Traditionally, hypervisors protect the physical hardware and bios, virtualize the CPU, storage, networking, and provide a rich set of management capabilities. With the Nitro System, these functions are offloaded to dedicated hardware and software, thereby reducing the costs of your instances in the process. Hence, the Nitro Hypervisor delivers performance that is indistinguishable from bare metal and performs better than its predecessor: the Xen Hypervisor.

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

What are EC2 servers called?

A

Server environments are called instances.

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

Amazon Machine Image

A

Package OS and additional installations in a reusable template called Amazon Machine Images.

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

What are Instance Types?

A

Various configurations of CPU, memory, storage, and networking capacity for your instances, known as instance types.

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

What instance type is used for general purpose?

A

t-type and m-type for general purpose.

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

What instance type is used for compute optimized?

A

c-type for compute optimized

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

What instance type is used for memory-optimized?

A

r-type, x-type, z-type for memory-optimized

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

What instance type is used for storage optimized?

A

d-type, h-type, i-type for storage optimized

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

What instance type is used for accelerated computing?

A

f-type, g-type, and p-type for accelerated computing

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

Key Pairs.

A

Secure login information for your instances using key.

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

Instance Store Volumes

A

Storage volumes for temporary data that are deleted when you STOP or TERMINATE your instance.

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

What storage volumes are used for persistent storage?

A

Persistent storage volumes for your data using Elastic Block Store volumes (see AWS storage services).

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

Security Groups

A

A firewall that enables you to specify the protocols, ports, and source IP ranges that can reach your instances.

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

Tags

A

Metadata, known as tags, that you can create and assign to your EC2 resources

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

User-Data

A

A script that will be run on instance boot called user-data.

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

Host Recovery for Amazon EC2

A

Automatically restarts your instances on a new host in the event of an unexpected hardware failure on a Dedicated Host.

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

EC2 Hibernation?

A

EC2 Hibernation is available for On-Demand and Reserved Instances running on freshly launched M3, M4, M5, C3, C4, C5, R3, R4, and R5 instances running Amazon Linux and Ubuntu 18.04 LTS. You can enable hibernation for your EBS-backed instances at launch. You can then hibernate and resume your instances through the AWS Management Console, or through the AWS SDK and CLI using the existing stop-instances and start-instances commands. Hibernation requires an EC2 instance to be an encrypted EBS-backed instance.

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

True/False. You can allow automatic connection of one or more EC2 instances to an RDS database.

A

True.

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

What are the instance states?

A

Start, Stop, Hibernate, Terminate

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

How do you prevent accidental termination?

A

Enable Termination Protection.

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

How do you prevent an instance from being accidentally stopped?

A

By enabling instance stop protection, you can prevent an instance from being accidentally stopped.

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

What does the root device volume contain?

A

The root device volume contains the image used to boot the instance.

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

How can you replace the volume of a running EC2 instance?

A

-Initial launch state
-Snapshot
-AMI

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

True/False. Any data on the instance store volumes are retained when the instance is terminated (stoped of failed).

A

False. You should also back up critical data from your instance store volumes to persistent storage on a regular basis.

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

True/False. An Amazon EBS-backed instance can be stopped and later restarted without affecting data stored in the attached volumes.

A

True.

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

What can be modified on a stopped EC2 instance with EBS storage?

A

When in a stopped state, you can modify the properties of the instance, change its size, or update the kernel it is using, or you can attach your root volume to a different running instance for debugging or any other purpose.

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

What happens to an EBS volume when the EC2 instance it is attached to is deleted?

A

By default, the root device volume for an AMI backed by Amazon EBS is deleted when the instance terminates.

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

True/False. You cannot launch encrypted EBS-backed EC2 instances from unencrypted AMIs directly.

A

False. You CAN launch encrypted EBS-backed EC2 instances from unencrypted AMIs directly.

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

What makes up an AMI?

A

-A template for the root volume for the instance (OS, application server, and applications)
-Launch permissions that control which AWS accounts can use the AMI to launch instances
-A block device mapping that specifies the volumes to attach to the instance when it’s launched

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

What does Backed by Amazon EBS mean?

A

Root device for an instance launched from the AMI is an Amazon EBS volume. AMIs backed by Amazon EBS snapshots can use EBS encryption.

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

Can AMIs backed by Amazon EBS snapshots use EBS encryption?

A

Yes.

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

What does Backed by Instance Store mean?

A

Root device for an instance launched from the AMI is an instance store volume created from a template stored in S3.

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

What is the boot time for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - usually less than 1 minute
Instance store -usually less than 5 minutes

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

What is the size limit for a root device for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - 64TB
Instance Store - 10GB

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

What is data persistence for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - By default, the root volume is deleted when the instance terminates. Data on any other EBS volume persists after instance termination by default.

Instance Store - Data on any instance store volume persists during the life of the instance.

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

What modifications can you make to an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - instance type, kernel, RAM, disk, user data can be changed while the instance is stopped.

Instance Store - Instance attributes are fixed for the life of an instance.

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

What are charges for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - You’re charged for instance usage, EBS volume usage, and storing your AMI as an EBS snapshot.

Instance Store - You’re charged for instance usage and storing. your AMI in Amazon S3.

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

What is required for AMI creation/building for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - Uses a single command/call

Instance Store - Requires installation and use of AMI tools.

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

What is the stopped state for an EBS-backed AMI and Instance Store-backed AMI?

A

EBS - Can be in a stopped state. Even when the instance is stopped and not running, the root volume is persisted in Amazon EBS

Instance Store - Cannot be in stopped state, instances are either running or terminated.

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

True/False. You can copy AMIs to different regions.

A

True.

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

What is the Recycle Bin used for?

A

Restoring deleted AMIs.

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

True/False. You cannot set lock retention rules to protect against modifications and deletions.

A

False. You CAN set lock retention rules to protect against modifications and deletions.

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

By default, how many years from the creation date of a public AMI is it considered deprecated?

A

After 2-years from the creation date.

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

True/False. When an AMI changes state, an event is automatically generated, and you can use Amazon EventBridge to detect and respond to these events.

A

True.

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

True/False. With UEFI Secure Boot, you can ensure that an instance only boots software signed with cryptographic keys.

A

True.

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

True/False. You cannot configure an AMI to use Instance Metadata Service Version 2 (IMDSv2) when requesting instance metadata.

A

False. You CAN configure an AMI to use Instance Metadata Service Version 2 (IMDSv2) when requesting instance metadata.

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

What is elastic compute cloud pricing for On-Demand?

A

Pay for the instances that you use by the second, with no long-term commitments or upfront payments.

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

What is elastic compute cloud pricing for Reserved?

A

Make a low, one-time, up-front payment for an instance, reserve it for one or three year terms, and pay a significantly lower hourly rate for these instances. It has two offerings, Standard and Convertible.

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

What is the standard reserved class?

A

Provides the most significant discount but you can only modify some of its attributes during the term. It can also be sold in the Reserved Instance Marketplace.

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

What is the convertible reserved class?

A

Provides a lower discount than Standard Reserved Instances, but can be exchanged for another Convertible Reserved Instance with difference instance attributes. However, it cannot be sold in the Reserved Instance Marketplace.

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

What is the average discount of Standard RI and Convertible RI?

A

Standard RI - 1 year (40%), 3 years (60%)
Convertible RI - 1 year (31%), 3 years (54%)

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

Which RI can Change Availability Zone, Instance size (for Linux OS), Networking type?

A

Both Standard and Convertible.

55
Q

Which RI can change instance families, operating system, tenancy, and payment option

A

Convertible.

56
Q

Which RI can benefit from price reductions?

A

Convertible.

57
Q

True/False. When purchasing a Reserved Instance, you’ll need to determine its scope.

A

True. The scope is regional or zonal.

58
Q

True/False. Regional RI and Zonal RI both have the ability to reserve capacity.

A

False. Only a Zonal RI can reserve capacity.

59
Q

What is the availability zone flexibility of Regional RI and Zonal RI?

A

Regional - The discount is valid for instance usage in any Availability Zone within the specified Region.

Zonal - The discount only applies to instance usage in the specified Availability Zone.

60
Q

What is the instance size flexibility of Regional RI and Zonal RI?

A

Regional - The discount applies to instance usage within the instance family.

Zonal - The discount only applies to instance usage for the specified instance type and size.

61
Q

True/False. Only a Regional RI can queue a purchase.

A

True.

62
Q

What is a spot instance?

A

Request unused EC2 instances, which can lower your costs significantly. Spot Instances are available at up to a 90% discount compared to On-Demand prices.

63
Q

What is a spot Fleet?

A

A Spot Fleet is a collection of Spot Instances and optionally On-Demand Instances. The service attempts to launch the number of Spot Instances and On-Demand Instances to meet your specified target capacity. The request for Spot Instances is fulfilled if there is available capacity and the maximum price you specified in the request exceeds the current Spot price. The Spot Fleet also attempts to maintain its target capacity fleet if your Spot Instances are interrupted.

64
Q

What is a Spot Capacity Pool?

A

A Spot Capacity pool is a set of unused EC2 instances with the same instance type, operating system, Availability Zone, and network platform.

65
Q

True/False. You can start and stop your Spot Instances backed by Amazon EBS at will.

A

True.

66
Q

True/False. You cannot modify instance types and weights for a running EC2 Fleet or Spot Fleet without having to recreate it.

A

False. You CAN modify instance types and weights for a running EC2 Fleet or Spot Fleet without having to recreate it.

67
Q

What are the allocation strategies for Spot Instances?

A

-LowestPrice – The Spot Instances come from the pool with the lowest price. This is the default strategy.
-Diversified – The Spot Instances are distributed across all pools.
-CapacityOptimized – The Spot Instances come from the pool with optimal capacity for the number of instances that are launching.
-InstancePoolsToUseCount – The Spot Instances are distributed across the number of Spot pools that you specify. This parameter is valid only when used in combination with the lowest Price.

68
Q

What are Spot Blocks?

A

Spot Instances with a defined duration (also known as Spot blocks) are designed not to be interrupted and will run continuously for the duration you select. This makes them ideal for jobs that take a finite time to complete, such as batch processing, encoding and rendering, modeling and analysis, and continuous integration.

69
Q

Dedicated Hosts

A

Dedicated Hosts – pay for a physical host that is fully dedicated to running your instances, and bring your existing per-socket, per-core, or per-VM software licenses to reduce costs.

70
Q

Dedicated Instances

A

Dedicated Instances – pay, by the hour, for instances that run on single-tenant hardware.

71
Q

On-Demand Capacity Reservations

A

On-Demand Capacity Reservations – reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. Unlike Reserved instances, you don’t need to have a one-year or three-year term commitment.

72
Q

What do you specify when creating a Capacity Reservation?

A

-The Availability Zone in which to reserve the capacity
-The number of instances for which to reserve capacity
-The instance attributes, including the instance type, tenancy, and platform/OS

73
Q

True/False. Your Savings Plans and regional Reserved Instances can be applied with your capacity reservations to receive discounts. Without these, your capacity reservations do not have billing discounts.

A

True.

74
Q

True/False. Capacity Reservations can be created in placement groups and can be used with Dedicated Hosts

A

False. Capacity Reservations can be created in placement groups. Capacity Reservations CAN’T’ be used with Dedicated Hosts

75
Q

How do you monitor capacity reservation usage?

A

Amazon Cloudwatch.

76
Q

Is there a data transfer charge when copying AMI from one region to another?

A

Yes.

77
Q

Is EBS pricing different from Instance pricing?

A

Yes.

78
Q

True/False. AWS imposes a small hourly charge if an Elastic IP address is not associated with a running instance, or if it is associated with a stopped instance or an unattached network interface.

A

True.

79
Q

True/False. You are not charged for any additional Elastic IP addresses associated with an instance.

A

False. You ARE charged for any additional Elastic IP addresses associated with an instance.

80
Q

How is data charged between two instances in different AWS regions?

A

If data is transferred between these two instances, it is charged at “Data Transfer Out from EC2 to Another AWS Region” for the first instance and at “Data Transfer In from Another AWS Region” for the second instance.

81
Q

How do you control access to your instances?

A

Use IAM to control access to your instances (see AWS Security and Identity Service).
-IAM policies
-IAM roles

82
Q

What are security groups?

A

A security group acts as a virtual firewall that controls the traffic for one or more instances.

-Create different security groups to deal with instances that have different security requirements.
-You can add rules to each security group that allows traffic to or from its associated instances.
-You can modify the rules for a security group at any time.
-New rules are automatically applied to all instances that are associated with the security group.
-Evaluates all the rules from all the security groups that are associated with an instance to decide whether to allow traffic or not.
-By default, security groups allow all outbound traffic.
-Security group rules are always permissive; you can’t create rules that deny access.
-Security groups are stateful

83
Q

Are security groups stateful or stateless?

A

Security groups are stateful

84
Q

How do you create rules that deny access with security groups?

A

Security group rules are always permissive; you can’t create rules that deny access.

85
Q

What happens if you do not specify a security group for your EC2 instance?

A

If you don’t specify a security group when you launch an instance, the instance is automatically associated with the default security group for the VPC,

86
Q

What are the rules of a default security group?

A

-Allows all inbound traffic from other instances associated with the default security group
-Allows all outbound traffic from the instance.

87
Q

True/False. You can replicate the network traffic from an EC2 instance within your Amazon VPC and forward that traffic to security and monitoring appliances for content inspection, threat monitoring, and troubleshooting.

A

True.

88
Q

What key formats can you pick when creating a new key pair?

A

.pem and .ppk

89
Q

True/False. Querying of the public key and creation date of an EC2 key pair is not supported.

A

False. Querying of the public key and creation date of an EC2 key pair IS supported.

90
Q

True/False. For EC2 Instance Connect and EC2 Serial Console, ED25519 keys are now supported.

A

True.

91
Q

What is an Elastic IP address?

A

An Elastic IP address is a static IPv4 address designed for dynamic cloud computing. With it, you can mask the failure of an instance or software by rapidly remapping the address to another instance in your account.

92
Q

True/False. If you have not enabled auto-assign public IP address for your instance, you need to associate an Elastic IP address with your instance to enable communication with the internet.

A

True.

93
Q

Are Elasltic IP addresses locked to region or availability zones?

A

Region.

94
Q

By default, how many Elastic IP addresses is an AWS account limited to?

A

5 per region

95
Q

True/False. You cannot transfer Elastic IP addresses from one AWS account to another.

A

False. You CAN transfer Elastic IP addresses from one AWS account to another.

96
Q

True/False. By default EC2 instances come only with a private IP when created in a private subnet, and public and private IP when created in a public subnet.

A

True.

97
Q

What is an elastic network interface?

A

An elastic network interface is a logical networking component in a VPC that represents a virtual network card, which directs traffic to your instance

98
Q

What is the default network interface called on the primary network interface?

A

Every instance in a VPC has a default network interface, called the primary network interface (eth0). You cannot detach a primary network interface from an instance.

99
Q

True/False. You can create and attach additional network interfaces. The maximum number of network interfaces that you can use varies by instance type.

A

True.

100
Q

True/False. You can attach a network interface to an instance in a different subnet as long as its within the same AZ

A

True.

101
Q

How are default interfaces terminated?

A

Default interfaces are terminated with instance termination.

102
Q

How do you scale and distribute traffic amount EC2 instances?

A

Scale with EC2 Scaling Groups and distribute traffic among instances using Elastic Load Balancer.

103
Q

How can you access your VPC instances for management using SSH or RDP protocols?

A

You can configure EC2 instances as bastion hosts (aka jump boxes) in order to access your VPC instances for management, using SSH or RDP protocols

104
Q

What is Enhanced Networking?

A

Enhanced Networking – It provides higher bandwidth, higher packet per second (PPS) performance, and consistent lower inter-instance latencies, which are being used in Placement Groups. It uses single root I/O virtualization (SR-IOV) to provide high-performance networking capabilities. SR-IOV is a method of device virtualization that provides higher I/O performance and lower CPU utilization when compared to traditional virtualized network interfaces.

105
Q

What is Elastic Fabric Adapter (EFA)?

A

Elastic Fabric Adapter (EFA) – This is a network device that you can attach to your EC2 instance to significantly accelerate machine learning applications and High Performance Computing (HPC). It empowers your computing resources to achieve the application performance of an on-premises HPC cluster, with the elasticity and scalability provided by AWS. Compared with a TCP transport that is traditionally used in cloud-based HPC systems, EFA provides lower and more consistent latency and higher throughput as it enhances the performance of inter-instance communication.

106
Q

What items should you monitor on an EC2 instance?

A

-CPU utilization, Network utilization, Disk performance, Disk Reads/Writes using EC2 metrics
-Memory utilization, disk swap utilization, disk space utilization, page file utilization, log collection using a monitoring agent/CloudWatch Logs

107
Q

What automated monitoring tools are included with EC2?

A

-System Status Checks – monitor the AWS systems required to use your instance to ensure they are working properly. These checks detect problems with your instance that require AWS involvement to repair.
-Instance Status Checks – monitor the software and network configuration of your individual instance. These checks detect problems that require your involvement to repair.
-Amazon CloudWatch Alarms – watch a single metric over a time period you specify, and perform one or more actions based on the value of the metric relative to a given threshold over a number of time periods.
-Amazon CloudWatch Events – automate your AWS services and respond automatically to system events.
-Amazon CloudWatch Logs – monitor, store, and access your log files from Amazon EC2 instances, AWS CloudTrail, or other sources.

108
Q

What frequency does EC2 send metric data to CloudWatch by default?

A

By default, EC2 sends metric data to CloudWatch in 5-minute periods.

109
Q

True/False. You can also enable detailed monitoring to collect data in 1-minute periods.

A

True.

110
Q

What is instance metadata?

A

Instance metadata is data about your instance that you can use to configure or manage the running instance.

111
Q

True/False. Instance metadata and user data are protected by cryptographic methods.

A

False. Instance metadata and user data are NOT protected by cryptographic methods.

112
Q

How do you access instance metadata from within a running instance?

A

View all categories of instance metadata from within a running instance at http://169.254.169.254/latest/meta-data/

113
Q

What two types of user data can be sent to EC2?

A

You can pass two types of user data to EC2: shell scripts and cloud-init directives.

114
Q

What is the size limit on user data?

A

User data is limited to 16 KB.

115
Q

True/False. If you stop an instance, modify its user data, and start the instance, the updated user data is not executed when you start the instance.

A

True.

116
Q

How can you retrieve user data from within a running instance?

A

Retrieve user data from within a running instance at http://169.254.169.254/latest/user-data

117
Q

True/False. An instance tag can be accessed from the instance metadata.

A

True.

118
Q

True/False. When using Auto Scaling groups, the instance metadata does not contain information about an instance’s target lifecycle state.

A

False. When using Auto Scaling groups, the instance metadata contains information about an instance’s target lifecycle state.

119
Q

What are placement groups?

A

Determines how instances are placed on underlying hardware.

120
Q

What is a cluster placement group?

A

clusters instances into a low-latency group in a single Availability Zone. Recommended for applications that benefit from low network latency, high network throughput, or both, and if the majority of the network traffic is between the instances in the group.

121
Q

What is a spread placement group?

A

spreads instances across underlying hardware. Recommended for applications that have a small number of critical instances that should be kept separate from each other. Note: A spread placement group can span multiple Availability Zones, and you can have a maximum of seven running instances per Availability Zone per group.

122
Q

What is a partition placement group?

A

Partition placement groups is an Amazon EC2 placement strategy that helps reduce the likelihood of correlated failures for large distributed and replicated workloads such as HDFS, HBase, and Cassandra running on EC2. Spreads EC2 instances across logical partitions and ensure that instances in different partitions do not share the same underlying hardware. In addition, partition placement groups offer visibility into the partitions and allow topology aware applications to use this information to make intelligent data replication decisions, increasing data availability and durability.

123
Q

True/False. The name you specify for a placement group must be unique within your AWS account for the region.

A

True.

124
Q

True/False. You can merge placement groups.

A

False. You CAN’T merge placement groups.

125
Q

True/False. An instance can be launched in one placement group at a time; it cannot span multiple placement groups.

A

True.

126
Q

True/False. Instances with a tenancy of host can be launched in placement groups.

A

False. Instances with a tenancy of host CANNOT be launched in placement groups.

127
Q

EBS Overview.

A

-Provides durable, block-level storage volumes that you can attach to a running instance.
-Use as a primary storage device for data that requires frequent and granular updates.
-To keep a backup copy of your data, create a snapshot of an EBS volume, which is stored in S3. You can create an EBS volume from a snapshot, and attach it to another instance.

128
Q

Instance Store Overview

A

-Provides temporary block-level storage for instances.
-The data on an instance store volume persists only during the life of the associated instance; if you stop or terminate an instance, any data on instance store volumes is lost.

129
Q

EFS Overview

A

-Provides scalable file storage for use with Amazon EC2. You can create an EFS file system and configure your instances to mount the file system.
-You can use an EFS file system as a common data source for workloads and applications running on multiple instances.

130
Q

FSx Overview.

A

-Amazon FSx for Windows File Server is a fully-managed file storage built on Windows Server.
-Amazon FSx for Lustre is a fully-managed file storage built on the world’s most popular high-performance file system, Lustre.
-Amazon FSx for NetApp ONTAP is a fully managed shared storage solution based on NetApp’s ONTAP file system.
-Amazon FSx for OpenZFS is a fully managed shared storage solution that is based on the OpenZFS file system.

131
Q

S3 Overview

A

-Provides access to reliable and inexpensive data storage infrastructure.
-Storage for EBS snapshots and instance store-backed AMIs.

132
Q

True/False. With torn write prevention (block storage feature), you can improve the performance of your I/O-intensive relational database workloads and reduce latency without compromising data resiliency.

A

True.

133
Q

What is included with EC2 resources?

A

EC2 resources include images, instances, volumes, and snapshots. When you create a resource, AWS assigns the resource a unique resource ID.