I'm new to AWS. Our system administrator provided me AWS-EC2 instance.
I'm using it to automate UI testing. I can remote login -windows remote desktop- and do anything (administrator access to the instance )
I like to fully automate via command line. Eg:- from my office pc send command to AWS-EC2 instance to copy some files. re-install SQL server from back up and run testing scripts.
Is it possible to do? when I investigate found this , this and this
All these says need "Systems Manager permission" on IAM role, which is reserved for our system administrator.
(fair enough ..I'm not going to administrate pool of AWS instances )
How could I send windows command (or powershell if really needed) to AWS-EC2 instance without remote desktop?