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…
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…
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…
Using Terraform launch a NGINX server on EC2 with Elastic IP – Lab 72
I want to learn Terraform since that many say that it’s widly used in Cloud community even though that AWS has it’s IaC solution SAM.…
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…
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…
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…