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 »
Monthly Archives:: November 2017
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 »