lightsail instance stop if running out of data transfer qutoa

0

Hello,

Is it possible to let lightsail instance stop if running out of data transfer qutoa? In case occur overusage charge.

bob
asked 5 months ago127 views
1 Answer
0

Hello.

I think it's difficult because Lightsail metrics are independent from CloudWatch.
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-resource-health-metrics

It may be possible to create a Lambda that retrieves metric data called "NetworkOut" every few minutes and stops when the total data exceeds the free data transfer amount.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lightsail/client/get_instance_metric_data.html

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions