I would like to create a Python script and run it on an AWS EC2 instance (t3.micro with Windows). I want the script to start automatically when I turn on the instance. Do you think if I set it to start when the PC boots up, it would start when I start the instance from the AWS control panel or when I connect via RDP???
And if it's the second option, is there a way to start it without having to connect via RDP?
Thank you