AWS Concepts
This article lays out the basic AWS concepts to get a fundamental understanding of the AWS services and their usage. Storage Types S3 Types of S3 S3 – 2+ AZ (Availability Zone) S3 IA (Infrequently Accessed) S3 One Zone IA Reduced Redundancy Storage – 99.99% availability Glacier– Also supports Intelligent Tiering which moves objects around S3 types based on 30 days access. Writing to S3 has immediate consistency, but update/delete has eventual consistency. A random prefix can be used before folder/file names to make better partitioning, which will help in faster read/writes Allow users to read private data on S3, … [Read More]