The purpose of this lab is to create a chain of events. Messages send to a SQS Queue will trigger a Lambda function that will…
Provisioning EC2 Instances using CloudFormation – Lab 83
Create an Amazon EC2 instance running the Amazon Linux AMI. The AMI is chosen based on the region in which the stack is run. This…
Hosting a blog with AWS – Lightsail vs Amazon S3 vs EC2
In order to create this blog I needed to go through some thinking. Where to host it, which platform to use and obviously the pricing.…
React App on S3 with Static Hosting and CloudFront – Lab 94
Purpose of this lab is to create an React app hosted in S3 bucket that’ll be a static website for cloudofthings.net. Services Covered S3 Route…
Build a real-time data streaming system with Amazon Kinesis Data Streams – Lab 97
An application uploads text files to S3 Bucket. Whenever a file is uploaded to the bucket a Lambda function get triggered. Lambda function reads the…