What is the difference between block storage and object storage in aws?
Block Storage :
Block storage block level operations are possible. Hence one block is changed that contains the changed data.
Example : AWS EBS storage
Object Storage :
Entire file must be removed and new file need to put there
Example : AWS S3 storage
Block Storage :
Block storage block level operations are possible. Hence one block is changed that contains the changed data.
Example : AWS EBS storage
Object Storage :
Entire file must be removed and new file need to put there
Example : AWS S3 storage