Skip to content

Instantly share code, notes, and snippets.

@adboot
adboot / aws_ec2_start_stop.json
Created March 17, 2023 15:30 — forked from amitavroy/aws_ec2_start_stop.json
AWS EC2 Start Stop Lambda
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:Start*",
"ec2:Stop*",
"ec2:DescribeInstanceStatus"