Services Covered DynamoDB AWS Lambda Lab description The company you work for are developing a system that collects data events from client applications on different…
Creating a new EC2 Instance using Snapshot – Lab 62
Services Covered EC2 EBS Lab description This lab walks you through creation of an snapshot of EC2 instance and how to launch a new EC2…
Mount file system to EC2 instances – Lab 63
Services Covered EC2 EFS Lab description In this lab I will create an Elastic File System that will span across an entire region, mount it…
Amazon EC2 Auto Scaling Groups and Application Load Balancer – Lab 64
In this lab I will create an Auto Scaling Group and place it behind an Application Load Balancer. Instances will be deployed within a Target…
Cloud Resume Challenge – Final thoughts
Background I stumbled upon the Cloud Resume Challenge while preparing myself for the AWS Certified Solution Architect exam. I already passed the Cloud Practitioner and…
Amazon S3 triggering AWS Lambda on events – Lab 65
Event-based trigger on an Amazon S3 bucket to run an AWS Lambda function and perform file processing. When a CSV file is uploaded, each line…
Efficiently Storing Data in S3 for Data Analytics Solutions and Athena – Lab 66
In this lab I will measure diffrent upload types into S3, comparing sequentiall, parallel and sync. Data will be converted so that it’ll be used…
CloudFront Website for Cloud Resume Challenge Part Two
Finishing up my website using AWS SAM Lab 67 Services Covered AWS SAM Lab description Second part of my Cloud Resume Challenge SAM deployment. I’ve…
Storing ELB Access Logs in S3 bucket – Lab 68
This lab walks you through the steps of creating Application Load Balancer for two Instances with Apache server on them. The ELB will create Access…
Highly Available Web Application and Bastion Host on EC2 – Lab 69
As good practice says Bastion server and web facing Instances should be separated. Here I will create a Private and Public Subnet and a Application…