Automating Amazon EBS snapshots with AWS Lambda
Description
Amazon Elastic Block Store (EBS) is scalable and high-performance block storage for use with Amazon EC2 instances. AWS Lambda is a serverless compute offering that you can use to run your code whether it's part of an application or performing an administrative task.
In this lab, you will automate the process of creating Elastic Block Store (EBS) snapshots using AWS Lambda functions and Amazon EventBridge.
Learning objectives
Upon completion of this lab, you will be able to:
- Create AWS Lambda functions to take the EBS snapshots
- Invoke an AWS Lambda function on a schedule using Amazon EventBridge
Intended audience
- DevOps Engineers
- Data Engineers
- Anyone looking to learn about AWS Lambda and Elastic Block Store
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Basic AWS Lambda concepts
- Amazon Elastic Block Storage (EBS) volumes and snapshots
- Node.js
The following content can be used to fulfill the prerequisites:
- Understanding AWS Lambda to Run and Scale Your Code
- Introduction to Amazon Elastic Block Store (EBS)
- Introduction to Node.js - What Is Node.js?
Lab environment
Before completing the Lab instructions, the environment will look as follows:
After completing the Lab instructions, the environment should look similar to:
Updates
May 31st, 2023 - Updated instructions to utilize EventBridge Scheduler
March 1st, 2023 - Updated screenshots to reflect latest user interface changes
May 11th, 2022 - Updated the instructions and screenshots to reflect the latest UI
January 18th, 2022 - Updated the instructions and screenshots to reflect the latest UI
March 9th, 2021 - Updated AWS Lambda instructions and screenshots to reflect the latest user-interface changes
January 10th, 2019 - Added a validation Lab Step to check the work you perform in the Lab
June 15, 2018 - Complete update (easier to follow instructions, updated screenshots, updating to Node.js 8.10 runtime)