Cloud Watch Flashcards
CloudWatch Default Host-Level Metrics Consist of
- CPU
- Network
- Disk
- Status Check
True or False: RAM Utilization requires a custom metric?
True
CloudWatch Metrics minimum granularity
1 minute; however, to see 1-minute intervals, you must enable detailed monitoring
CloudWatch Standard intervals
5 minutes
CloudWatch Detailed intervals
1 minute
True or False: CloudWatch Detailed intervals cost more than standard.
True, although there is a free tier for small use cases, there is a higher cost for detailed metrics.
True or False: Default host-level metrics for Disk include available storage.
False. To see storage available on the disk requires a custom metric.
the four different EBS volume types consist of:
General Purpose (SSD) - gp2 Provisioned IOPS (SSD) - io1 Throughput Optimized (HDD) - st1 Cold (HHD) - sc1
EBS General Purpose SSD (gp2) use cases
- Recommended for most workloads
- System boot volumes
- Virtual Desktops
- Low-Latency interactive apps
- Dev/Test environments
EBS Provisioned IOPS SSD (io1) use cases
- Critical applications that require sustained IOPS of more than 10,000 IOPS, or 160 MiB/s throughput per volume
- Large database workloads such as MongoDB, Cassandra, MS SQL
EBS Throughput Optimized HDD (st1) use cases:
- Streaming workloads that require consistent throughput at low cost
- Big Data
- Data warehouses
- Log processing
Can a Throughput Optimized HDD (st1) be used as a boot volume?
No
Cold HDD (sc1) use cases
- Throughput-oriented storage for large volumes of data.
- Infrequently accessed data
- When cost is important
Can Cold HDD (sc1) be used as a boot volume?
No
EBS General Purpose SSD maximum volume size
16,384 GiB
EBS General Purpose SSD maximum IOPS
10,000 IOPS. Use provisioned IOPS for applications requiring more.
Maximum IOPS and throughput - Provisioned IOPS
- 32,000 IOPS
- 500 MB/S throughput
Maximum IOPS and throughput - General Purpose SSD (gp2)
- 10,000 IOPS
- 160MB/s throughput
Maximum IOPS and throughput - Throughput Optimized HDD (st1)
- 500 IOPS
- 500 MB/s Throughput
Maximum IOPS and throughput - Cold HDD (sc1)
- 250 IOPS
- 25 MB/s throughput
EBS baseline IOPS (non-provisioned IOPS)
3 IOPS per GiB. Ex 100GiB EBS volume = 300 IOPS
Minimum EBS volume size (GiB) to achieve maximum 10,000 IOPS for non provisioned IOPS volumes
3,334. Remember AWS baseline IOPS is 3 IOPS per GiB. 3,334 x 3 = 10,002, which provides 10k IOPS.
Should you pre-warm an EBS volume?
No. Pre warming EBS volumes is no longer required to achieve maximum performance.
In order to achieve maximum performace from a snapshot, what needs to be done?
Initialize the volume. Read all the blocks on a restored EBS volume by reading all of the blocks prior to use.