whoami
connecting_them_all
One lab a day through the AWS console and CLI, plus the IoT builds that started it. Written down so the next person does not have to guess.
Latest
-

100 Days in Cloud Challenge
100 days in Cloud – One lab a day with AWS cloud services. Idea is to cover as many AWS architectures and services as…
-

Reading tips: Building the Web of Things: With examples in Node.js and Raspberry Pi, Dominique Guinard, Vlad Trifa
Great inspirational reading for both beginners and experienced developers of Internet of Things. Authors covers lots of subject, starting with definitions, devices that would…
-

Blue/Green deployment in Elastic Beanstalk – Lab 74
This lab goes through the steps of setting up a Blue/Green deployment in Elastic Beanstalk. It incudes launching a sample PHP application and realising…
-

Create EC2 Instance and Connect to a Windows machine using RDC – Lab 75
Lab 75 Create and connect to a EC2 Instance running a Windows Server 2019 AMI. Then connect to it it from your machine using…
-

Create Elastic Network Interface – Multiple IPs on an EC2 – Lab 76
Lab 76 The lab goes through a process of creating an Amazon EC2 Instance, Security Groups, Elastic IP and additional Elastic Network Interface. The…
-

Install Python module for Lambda using Cloud9 – Lab 77
100 days in Cloud Lab 77 Install Python module for Lambda using Cloud9 Services Covered Lambda Cloud9 Lab description For a Lambda function to…
-

Create and deploy the application on Elastic Container Service using CodeDeploy and CloudShell – Lab 78
Using the CloudShell CLI create a ECS Cluster and deploy an app onto it using CodeDeploy. Create an Application Load Balancer to distribute traffic…
-

Create and deploy application using CodeDeploy and Codepipeline – Lab 79
Lab 79 This labs walks through a process of creating a two-stage pipeline that uses sample application. Services Covered Amazon EC2 CodeDeploy CodePipeline Lab…
-

Using CDK deploy Lambda function to send images to Amazon Rekognition and log results in DynamoDB – Lab 80
Lab 80 In this lab a CDK stack will be created to provide a rekognition service and log result in DynamoDB. JavaScript will be…
-

Soil moisture sensor data over LoRa using Raspberry Pi HAT
Devices: Raspberry Pi 4 Seeed Raspberry Pi LORA/GPS HAT 868 Mhz Arduino Uno Rev. 3 Dragino LoRa Shield 868 Mhz for Arduino Capacitive Soil…
-

Using SAM update Lambda functions with CodeDeploy – Lab 81
Using SAM deploy new version of Lambda using CodeDeploy. The CodeDeploy Canary Deployment will shift 10% of traffic for 10 minutes to new alias…