Lesson 1S3 usage patterns: storing uploads, logs, and static assets; lifecycle policies, versioning, and cross-region replication (CRR) considerationsMaster usual S3 patterns for uploads, logs, and static assets. Design bucket layouts, turn on versioning, set lifecycle policies, and plan cross-region replication to match durability, cost, and compliance needs.
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 URLsApply hybrid patterns linking EC2 with S3 for logging and big uploads. Stream logs via Fluentd, Fluent Bit, or CloudWatch Logs, and shift large binaries 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 readsLearn how data locality influences latency and throughput with S3 and EC2. Explore S3 Transfer Acceleration, CloudFront caching, local caches, and S3 Select to optimise partial reads and cut data transfer costs.
Choosing S3 regions for low-latency accessConfiguring S3 Transfer Acceleration endpointsUsing CloudFront to cache S3-hosted contentDesigning EC2 local caches for hot dataOptimising 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 select the best for each task. Understand gp3 versus gp2, io2 or io2 Block Express for high IOPS, and st1 or sc1 for throughput-focused, sequential workloads.
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 volumes knowing gp3 baselines, provisioned IOPS, and io2 features. Assess burst actions, queue depth, and cost balances to hit performance goals without excess spending.
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, crafting IAM and bucket policies, and using VPC endpoints. Learn SSE-KMS vs SSE-S3 differences, key handling, and restricting network paths for safety.
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 strategiesSeparate app data onto dedicated EBS volumes for logs, temp files, and uploads. Learn suggested volume types, mount plans, and how separation boosts performance, durability, and flexibility in operations.
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 by choosing fitting EBS types, base sizes, and encryption plans. Learn snapshot methods, backup automation, and root design effects on instance 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 lossExplore when ephemeral instance store fits high-speed, temporary data. Learn patterns for caching, scratch space, and temp queues, plus 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 volumesCreate a sizing plan for EBS volumes covering growth, performance, and cost. Estimate starting size, track use, apply lifecycle policies, and resize with Elastic Volumes without downtime.
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 recoveryUnderstand choosing and tuning Linux file systems on EBS and instance store. Compare ext4 and XFS, pick mount options for performance and safety, and set journaling, TRIM, and alignment for reliable 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