2 Answers
- Newest
- Most votes
- Most comments
2
Not directly with the API. You will need to update your Lambda function to DescribeInstances
and filter on the tag key/value combination you desire and pass the returned instance ID to the relevant StartInstances
/StopInstances
method.
answered 3 years ago
1
if you want to make it easier for yourself, look at this:
https://aws.amazon.com/solutions/implementations/instance-scheduler/?nc1=h_ls
answered 3 years ago
Relevant content
- asked a year ago