シェア
構成構成はこんな感じ。 client側はAWSCLIでLambdaを呼び出す。 Lambdaはboto3でsnapshot操作…
ソースコード(定期削除)import boto3import datetimedef lambda_handler(event, context): …