Hello team,
I want to automate running a series of linux commands on a linux environment, either a newly launched ec2 instance with amazonlinux2 ami or a container with amazonlinux2 image. I won’t be deploying an application. Is this something I can accomplish with Jenkins? I basically need Jenkins to launch a new ec2 instance or a container and run some commands, and even possibly terminate the instance/container once it finishes running the commands (this last part is optional). Thank you.