Lesson 1S3 usage patterns: storing uploads, logs, and static assets; lifecycle policies, versioning, and cross-region replication (CRR) considerationsMaster S3 patterns for uploads, logs, and static files. Design bucket setups, turn on versioning, set lifecycle rules, and plan cross-region replication for durability, cost, and rules.
Designing S3 bucket structure and prefixesStoring user uploads and large objectsManaging logs and analytics data in S3Configuring lifecycle and storage classesEnabling versioning and CRR safelyLesson 2Hybrid patterns: streaming logs to S3 via Fluentd/Fluent Bit or CloudWatch Logs, offloading large binary uploads to S3 with presigned URLsSet up hybrid flows linking EC2 to S3 for logs and big uploads. Stream logs with Fluentd, Fluent Bit, or CloudWatch Logs, and send large files to S3 using presigned URLs from apps.
Streaming logs to S3 with FluentdUsing Fluent Bit on EC2 for log shippingForwarding CloudWatch Logs to S3Designing presigned URL upload flowsSecuring presigned URLs and time limitsLesson 3Data locality and performance: using S3 Transfer Acceleration, caching with CloudFront or local caches, and S3 Select for partial readsSee how data location affects speed with S3 and EC2. Use S3 Transfer Acceleration, CloudFront caching, local caches, and S3 Select to speed up partial reads and cut transfer costs.
Choosing S3 regions for low-latency accessConfiguring S3 Transfer Acceleration endpointsUsing CloudFront to cache S3-hosted contentDesigning EC2 local caches for hot dataOptimizing S3 Select for partial object readsLesson 4EBS volume types and selection rationale: gp3 vs gp2, io2/io2 Block Express for high IOPS, st1/sc1 for throughput-heavy workloadsCompare EBS volume types and pick the right one per job. See gp3 vs gp2, io2 or io2 Block Express for high IOPS, and st1 or sc1 for big throughput sequential work.
Comparing gp2 and gp3 capabilitiesWhen to choose io2 or io2 Block ExpressUsing st1 for streaming and big dataUsing sc1 for cold, infrequent accessMixing volume types within one workloadLesson 5IOPS and throughput planning: provisioning IOPS (io2) vs gp3 baseline + provisioned IOPS, burst considerations, and cost tradeoffsPlan IOPS and throughput for EBS by knowing gp3 baselines, provisioned IOPS, and io2 power. Check burst, queue depth, and costs to hit performance without extra spend.
Understanding EBS IOPS and throughput limitsPlanning gp3 baseline and extra IOPSWhen to use provisioned IOPS on io2Modeling burst behavior and creditsBalancing performance needs with costLesson 6Security for storage: encrypting EBS and S3, IAM policies, bucket policies, VPC endpoints for S3, and SSE-KMS vs SSE-S3Secure storage by encrypting EBS and S3, setting IAM and bucket policies, and VPC endpoints. Compare SSE-KMS and SSE-S3, manage keys, and limit network paths.
Enabling default EBS encryptionConfiguring S3 bucket encryption policiesDesigning IAM and bucket policiesUsing S3 VPC gateway endpointsChoosing SSE-KMS versus SSE-S3Lesson 7Separate EBS volumes for application data: logs, temp files, uploads — recommended volume type for each and mount strategiesPut app data on separate EBS volumes for logs, temp files, and uploads. Learn best volume types, mount plans, and how separation boosts speed, durability, and flexibility.
Separating OS, logs, and data volumesChoosing volume types for logs and tempMounting uploads on dedicated volumesUsing labels and fstab for stable mountsRotating and archiving log volumesLesson 8Root volume design: recommended volume type, size baseline, encryption (KMS CMKs vs AWS-managed keys), and snapshotabilityDesign strong root volumes for EC2 with right EBS types, sizes, and encryption. Learn snapshot habits, backup automation, and how root design affects recovery.
Choosing EBS type for EC2 root volumesSizing root volumes for OS and logsEncrypting root volumes with KMS CMKsUsing AWS-managed keys for simplicityCreating and restoring root volume snapshotsLesson 9Instance store usage: when ephemeral instance storage is appropriate and strategies to mitigate data lossSee when to use fast but temporary instance store. Learn patterns for caching, scratch space, temp queues, and ways to copy or save data to lasting storage.
Identifying workloads suited to instance storeMapping instance store to file systemsUsing instance store for caches and scratchReplicating data to EBS or S3 regularlyHandling instance failures and data lossLesson 10Sizing strategy: initial sizing, monitoring growth, lifecycle policies, and using Elastic Volumes to resize live volumesBuild a sizing plan for EBS that covers growth, speed, and cost. Estimate start size, watch usage, set lifecycle rules, and resize live with Elastic Volumes.
Estimating initial EBS size and IOPS needsMonitoring volume usage and growth trendsApplying lifecycle policies to cold dataResizing volumes with Elastic VolumesCoordinating file system expansion onlineLesson 11File system choices and tuning: ext4, xfs, and mount options for performance and recoveryChoose and tune Linux file systems on EBS and instance store. Compare ext4 and XFS, pick mount options for speed and safety, and set journaling, TRIM, alignment for recovery.
Comparing ext4 and XFS for EC2 workloadsCreating and formatting file systems on EBSMount options for performance and durabilityTuning journaling, TRIM, and alignmentFile system checks, repair, and recovery steps