AWS DevOps EBS Volumes

Using AWS Cloudwatch combined with AWS lambda along with Python to govern EBS volume types to automatically be updated from Type GP2 to Type GP3 in compliance with org policy

First creating a basic lambda function with ebs_volume_check as the name

Role is still default. I can adjust that in IAM specifically (create basic lambda)

Did a quick test to see that the lambda function is working

Last updated