Amazon Alexa Skills Development Tutorial

Posted by & filed under Amazon AWS.

                             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 »

Amazon AWS EFS Elastic File System and ELB

Posted by & filed under Amazon AWS.

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 SNS notification with S3

Posted by & filed under Amazon AWS.

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)

Posted by & filed under Amazon AWS.

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 »