In this video we will change the EC2 instance type using the Node lambda function :-
Node Code used in this video :-
https://github.com/shivm04/ec2-instance-node-type-change/tree/main
Code added in the test event section change the ec2 instance ID / region /size below :-
{
"instanceRegion": "ap-south-1",
"instanceId": "i-07010f188bba51f72",
"instanceType": "t2.micro"
}
Download
0 formats
No download links available.
Automatically change AWS EC2 instance size with node js lambda function #aws #lambda | NatokHD