我想创建返回实例状态的简单Lambda脚本。 例如,对于未运行的实例将返回false,如果实例正在运行,则返回true。
我怎样才能使用lambda?
答案 0 :(得分:2)
假设您使用的是Python,则可以使用boto3' describe-instance-status
函数(http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.Client.describe_instance_status)