Below is my custodian policy
policies:
- actions:
- start
filters:
- key: tag:applicationid
type: value
value: '7461'
- key: tag:environment
type: value
value: nonprod
name: ec2-instance
resource: ec2
Logs after executing this policy is as follows enter image description here
But the ec2 instance didnt start meaning the action didnt work. Can anyone help.
I was trying to run cloud custodian policy which didn't give me any errors but the action of starting ec2 instances didnt happen.

To see more verbose logging you could run the custodian binary with increased logging:
Happy to follow-up on the output you get to figure out the issue in the comments.
ref: command-line arguments (source): https://github.com/cloud-custodian/cloud-custodian/blob/main/c7n/cli.py#L67