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 structures, enable versioning, set lifecycle policies, and plan cross-region replication for durability, cost, and compliance in Eritrean apps.
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 files to S3 using presigned URLs from apps in Eritrea.
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 data locality's effect on latency and speed with S3 and EC2. Use S3 Transfer Acceleration, CloudFront caching, local caches, and S3 Select to improve partial reads and cut transfer costs in Eritrea.
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 select fitting ones for tasks. Understand gp3 vs gp2, io2 or io2 Block Express for high IOPS, and st1 or sc1 for throughput-focused, sequential work in Eritrean storage.
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 features. Assess burst actions, queue depth, and cost balances to hit performance goals without excess spending in Eritrea.
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 limiting network paths in Eritrean setups.
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 strategiesIsolate app data on dedicated EBS volumes for logs, temp files, and uploads. Learn suggested types, mount methods, and how separation boosts performance, durability, and flexibility in Eritrea.
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 EBS types, base sizes, and encryption plans. Learn snapshot methods, backup automation, and root design's role in instance recovery for Eritrea.
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 using ephemeral instance store for fast, temporary data. Learn patterns for caching, scratch areas, and temp queues, plus ways to copy or save data to lasting storage in Eritrea.
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 usage, apply lifecycle policies, and resize live with Elastic Volumes without stops in Eritrea.
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 reliable recovery in Eritrea.
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