In this video, we share how we made a quiz skill that has a database integration so that your progress can be saved. These are the components of an Alexa skill: Interaction model (acts like a front-end interface) Logic (Code… Read more »
Posts By: Joshua
Amazon AWS Lambda Tutorial – Schedule to Stop EC2 Instances
Lambda is an event-driven compute service. We have functions that execute when a trigger is triggered. In today’s lab, we will set up a trigger with Cloud watch Events. On top of that, we will need an IAM role that gives our lambda function permissions to Stop EC2 Instances. We will also add Cloud… Read more »
Amazon AWS EFS Elastic File System and ELB
Amazon AWS EFS with ELB EFS (Elastic File System) Features EFS is storage option for EC2, that can be attached to more than one EC2, remember Volume can only be attached to one EC2 EFS is Elastic, and it is scalable ( The storage capacity will increase or decrease as you add… Read more »
Amazon AWS EBS and Instance and Volume and Snapshot Part 1 and 2
EBS Vs Instance Store, Snapshot, and Volume Instance Store Volumes are sometimes called Ephemeral Storage. Instance Store volumes cannot be stopped. If the underlying host fails, you will lose your data. EBS backed instances can be stopped. You will not lose the data in this instance if it is stopped. You can… Read more »
Amazon SNS notification with S3
Simple Notification Service (SNS) SNS is integrated into many AWS services. We are able to use it to receive notifications when events occur in our AWS Environment. With CloudWatch and SNS a full environment monitoring solution could be created that notifies administrators of alerts, capacity issues, downtime, changes in the environment, and more!… Read more »
Amazon AWS Application Elastic Load Balance (ELB)
Follow @ASM_Educational Step 1) Create Target Group 1 (Pic) and Target Group 2 (video) Step 2) Associate /Register the above group with EC1(Pic1) and EC2 (Pic2) with group 1 click target Tab ( Make sure click to add to register , then Save ) Step 3) Associate /Register the above… Read more »