From 16f52b7bef745097f7076dde76715db378b54343 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:56:26 +0000 Subject: first commit --- .../notes/aws-solutions-architect/11.ec2-instance-store.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/notes/aws-solutions-architect/11.ec2-instance-store.md (limited to 'content/notes/aws-solutions-architect/11.ec2-instance-store.md') diff --git a/content/notes/aws-solutions-architect/11.ec2-instance-store.md b/content/notes/aws-solutions-architect/11.ec2-instance-store.md new file mode 100644 index 0000000..4e6aab2 --- /dev/null +++ b/content/notes/aws-solutions-architect/11.ec2-instance-store.md @@ -0,0 +1,13 @@ +--- +title: 11 - ec2 instance-store +course: ["aws solutions architect"] +--- + +Hardware disk attached to EC2 instance, _not_ a network drive, like EBS Volumes. + +> EC2 instance stores are higher performance storage for EC2 instance that are attached to the instance and aren't network drives + +- Better I/O performenace +- EC2 instance termination will lose the disk (ephemeral) +- Not for long term storage, instead use EBS +- Backups are your responsibility -- cgit v1.2.3