Storage - S3, EBS, EFS, Cloudfront, Storage GW, Snowball, ++ Flashcards
All things storage.
-Use if you need more than 10,000 IOPS -Can provision up to 20,000 IOPS per volume
- General purpose SSD
- Provisioned IOPS
- Throughput optimized HDD (ST1)
- Cold HDD (SC1)
- Magnetic Standard - Legacy
- Provisioned IOPS
Designed for IO intensive apps such as large relational or NoSQL databases a) General purpose SSD b) Provisioned IOPS c) Throughput optimized HDD (ST1) d) Cold HDD (SC1) e)Magnetic Standard - Legacy
b) Provisioned IOPS
T or F If a spot instance is terminated by EC2, you will not be charged for a partial hour of usage. However, if you terminate the instance yourself, you will be charged for the complete hour in which the instance ran.
True
_____ allows you to create storage volumes and attach them to EC2 instances
EBS - elastic block storage
once attached, you can create a filesystem on top of these volumes, run a database, or use them in any other way you would use a block device.
EBS volumes
____ volumes are placed in a specific availability zone, where they are auto replicated to protect you from the failure of a single component.
EBS volumes
EBS volumes types
-General purpose SSD -Provisioned IOPS -Throughput optimized HDD (ST1) -Cold HDD (SC1) -Magnetic Standard - Legacy
ratio of 3 IOPS per GB with up to 10,000 IOPS and the ability to burst up to 3,000 IOPS for extended period of time for volumes at 3334 GB and above. a) General purpose SSD b) Provisioned IOPS c) Throughput optimized HDD (ST1) d) Cold HDD (SC1) e)Magnetic Standard - Legacy
a) General purpose SSD
Lowest cost per GB of all EBS volume types that is bootable. Ideal for workloads where data is accessed infrequently and applications where the lowest storage cost is important. a) General purpose SSD b) Provisioned IOPS c) Throughput optimized HDD (ST1) d) Cold HDD (SC1) e)Magnetic Standard - Legacy
e) Magnetic Storage
-Big data -data warehouses -log processing -can’t be boot volume a) General purpose SSD b) Provisioned IOPS c) Throughput optimized HDD (ST1) d) Cold HDD (SC1) e)Magnetic Standard - Legacy
c) Throughput optimized HDD (ST1)
- Lowest cost storage for infrequently accessed workloads
- file server
- can’t be boot volume
a) General purpose SSD
b) Provisioned IOPS
c) Throughput optimized HDD (ST1)
d) Cold HDD (SC1)
e) Magnetic Standard - Legacy
d) Cold HDD (SC1)
Types of compliance in AWS
- Service Organization Controls (SOC) 1/International Standard on Assurance Engagements (ISAE) 3402, SOC 2, and SOC 3
- Federal Information Security Management Act (FISMA), Department of Defense Information Assurance Certification and Accreditation Process (DIACAP), and Federal Risk and Authorization Management Program (FedRAMP)
- Payment Card Industry Data Security Standard (PCI DSS) Level 1
- International Organization for Standardization (ISO) 9001, ISO 27001, and ISO 27018
What languages does Elastic Beanstalk support?
PHP, Java, Python, Ruby, Node.js, .NET, and Go.
Name some EBS facts
- persistent block-level storage volumes
- each volume is automatically replicated within its Availability Zone
- low-latency performance
How does storage gateway work?
It provides low-latency performance by maintaining a cache of frequently accessed data on-premises while securely storing all of your data encrypted in Amazon S3 or Amazon Glacier.
Why use Dynamo DB?
fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. great fit for mobile, web, gaming, ad-tech, Internet of Things, and many other applications.
What is CloudTrail
web service that records AWS API calls for an account and delivers log files for audit and review.
Common use cases for S3
Backup and archive for on-premises or cloud data Content, media, and software storage and distribution Big data analytics Static website hosting Cloud-native mobile and Internet application hosting Disaster recovery
S3 storage classes
general purpose, infrequent access, and archive.
How does block storage operate?
Block storage operates at a lower level—the raw storage device level—and manages data as a set of numbered, fixed-size blocks.
How does file storage operate?
File storage operates at a higher level—the operating system level—and manages data as a named hierarchy of files and folders.
What protocols do block storage use? SAN - Storage Area Network
iSCSI or Fiber Channel
What protocols does file storage use? NAS - Network Attached Storage
Common Internet File System (CIFS) Network File System (NFS)
What protocol does S3 use?
Application Program Interface (API) built on standard HTTP verbs