Stroage CCSF Flashcards
Storage
What is meant by persistent storage, and which storage falls in that category?
Persistent storage retains data even when the associated compute instance is turned off. Amazon Elastic Block Store (Amazon EBS) falls into the category of persistent storage.
POST SMART” Linkedin
Here’s how to associate each letter with a writing aspect:
P - Purposeful Topic: Start with a purposeful topic that aligns with your professional expertise or industry trends. Choose something that provides value or insights to your LinkedIn network.
O - Organized Structure: Ensure your article has a clear and organized structure. Use headings, subheadings, and bullet points to make it easy for readers to follow along.
S - Storytelling: Incorporate storytelling to make your article engaging and relatable. Share personal anecdotes or real-world examples to illustrate your points.
T - Target Audience: Keep your target audience in mind. Write with your LinkedIn connections in mind, addressing their interests, challenges, and needs.
S - Strategic Keywords: Use strategic keywords relevant to your industry or topic. This can improve the discoverability of your article on LinkedIn and through search engines.
M - Meaningful Content: Provide meaningful and valuable content. Offer insights, tips, or solutions that your readers can apply in their professional lives.
A - Authentic Voice: Write in an authentic voice that reflects your personality and expertise. Avoid overly formal language and aim for a conversational tone.
R - Relevant Visuals: Include relevant visuals such as images, infographics, or charts to enhance your article and make it visually appealing.
T - Thoughtful Conclusion: Conclude your article thoughtfully. Summarize key points, invite readers to share their thoughts in the comments, or encourage them to take a specific action.
CEPEASPIMIICIICII
C-EP-EAS-PAI-EMII-CII
C-EP-EAS-PAI-EMII-CII
Cogently, Eloquently, Perspicaciously, Eruditely, Astutely, Sagaciously, Profoundly, Acutely, Incisively, Meticulously, Invariably, Ineffably, Conclusively, Incontrovertibly, Inherently, Inimitably, Ineffaceably, Inscrutably, Inexplicably, Inextricably
Implication Question Falter
CEO RAMI I CSIg I
F - Future: Delve into the potential future consequences.
A - Assess: Assess the possible effects and outcomes.
L - Look into: Look into the ramifications and implications.
T - Think about: Encourage the prospect to think about the impact.
E - Evaluate: Evaluate the consequences and their significance.
R - Reflect on: Prompt the prospect to reflect on the implications.
What is meant by instance store or ephemeral storage, and where is this type of storage found?
HOST LOCAL EC2
Instance store or ephemeral storage is temporary storage that is directly attached to the host computer. It is found on the local instance storage disks of an EC2 instance.
What are the differences between block storage and object storage?
BLOCKS VMI
Block storage manages data in fixed-sized blocks, and it’s typically used for virtual machine instances. Object storage, on the other hand, manages data in variable-sized objects and is suitable for storing and retrieving large amounts of unstructured data.
Which costs more - block storage or object storage?
Object storage typically has lower storage costs compared to block storage.
If you need a boot volume for your EC2 instance, which storage service will you attach?
For a boot volume, you would attach Amazon EBS (Elastic Block Store).
How can you automatically back up your Amazon EBS data to Amazon S3?
KODAK
You can use Amazon EBS snapshots to automatically back up your data to Amazon S3.
What are some typical uses of Amazon EBS?
BV DB LL
Amazon EBS is commonly used for boot volumes, data storage for databases, and low-latency workloads that require consistent and reliable performance.
What are the 4 EBS volume types, and in which situations would each one be used?
GPTC /LL DEV TEST /SSD DB MULTI ATTACH SSD /DATA AND LOG / IFREGUENT
EBS volume types are General Purpose (SSD), Provisioned IOPS (SSD), Cold HDD, and Throughput Optimized HDD. Each type is used for different performance characteristics and workloads.
Can HDDs be used for boot volumes for EC2 instances?
EBS gpTC
Yes, HDDs (Hard Disk Drives) can be used for boot volumes, and they are available in EBS volume types like Cold HDD and Throughput Optimized HDD.
With EBS, is there a charge for inbound data transfer?
No, there is no additional charge for inbound data transfer to Amazon EBS.
With EBS, is there a charge for outbound data transfer across Regions?
Yes, there is a charge for outbound data transfer across Regions from Amazon EBS.
With EBS, is there a charge for the size of the storage volume, and if yes, what is the charge based on or increment?
GB/MONTH
Yes, there is a charge based on the size of the storage volume in GB per month.
How is the likelihood of data loss for Amazon EBS lessened?
KODAK, SNAPSHOTS POINT IN TIME
The likelihood of data loss is lessened by using Amazon EBS snapshots, which provide point-in-time backups of your EBS volumes.
Should the EBS volume be placed in the same EC2 instance Availability Zone or different Availability Zone?
EBS/ EC2 IN SAME AZ /PF LL AZ
It’s recommended to place the EBS volume in the same EC2 instance Availability Zone to optimize performance and reduce latency.
After you create the EBS volume and attach it to an EC2 instance, are you done? Are there any other steps that need to be completed?
INITIALIZE / FORMAT/ MOUNT
After attaching the EBS volume, additional steps may include initializing the volume, formatting it, and mounting it to the file system within the EC2 instance. These steps depend on the use case and requirements.
Is the EBS volume dependent on the life of the EC2 instance?
LIFECYCLE CAN BE DELETED
Yes, the EBS volume is tied to the lifecycle of the EC2 instance. If the instance is terminated, the associated EBS volumes may be deleted based on configuration.
Which EBS volume dependent on the life of the EC2 instance for aws?
STOP EC2 KEEP VOLUME ROOT/WINDOWS
In Amazon Web Services (AWS), Elastic Block Store (EBS) volumes are used as block-level storage devices that you can attach to your Amazon Elastic Compute Cloud (EC2) instances. There are two types of EBS volumes in terms of their lifecycle dependency on EC2 instances:
Root EBS Volumes:
The root EBS volume is the primary storage device for your EC2 instance and contains the operating system.
By default, the root EBS volume is terminated when the associated EC2 instance is terminated.
If you stop an EC2 instance (as opposed to terminating it), the root EBS volume persists, and you can restart the instance later. However, you are still billed for the storage of the root EBS volume.
Which EBS volume dependent on the life of the EC2 instance for aws? 2
NON ROUTE STAY DETACH WITHOUT TERMINATION OF VOLUME
Additional (Non-Root) EBS Volumes:
You can also attach additional EBS volumes to your EC2 instances to provide additional storage space.
Unlike the root EBS volume, additional EBS volumes are not automatically terminated when the associated EC2 instance is terminated. They persist as separate resources.
You can detach additional EBS volumes from an EC2 instance without terminating the instance. This allows you to preserve the data on the volume or attach it to another instance.
What are the minimum and maximum sizes for an EBS volume?
The minimum size for an EBS volume is 1 GiB, and the maximum size is 16 TiB (terabytes).