diff options
author | JJ <nicetry@noemail.com> | 2025-03-19 14:56:26 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-19 14:56:26 +0000 |
commit | 16f52b7bef745097f7076dde76715db378b54343 (patch) | |
tree | cfcacda8adced2059dcc120d2bc2446d3c4f960a /content/notes/aws-solutions-architect/11.ec2-instance-store.md |
first commit
Diffstat (limited to 'content/notes/aws-solutions-architect/11.ec2-instance-store.md')
-rw-r--r-- | content/notes/aws-solutions-architect/11.ec2-instance-store.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |