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
Last updated
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
Last updated
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