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 an…
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 possible…
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 RDC.…
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 Instance…
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 work…
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 to…
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 description…
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 used…
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 of…
Triggering Lambda function and processing SQS messages to S3 – Lab 82
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…