Hi,
I am creating pipeline to run bash script in ec2 instance, What is the easiest way to execute on Ec2 instance.
the ec2 instance is in private IP not public. I can pull code from ec2 instance. Not sure how can i run bash script from bibucket pipeline.
Mostly seen documentation for code deploy. is this only solution?
Hi @Saxea _Flowie_
I didn't understand how this will work on my private ec2 instance from https://bitbucket.org/org/repo/pipelines/
The private subnet will not accessible from out side of the network.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @chilkoti
My bad, I misread the private access. In this case you would need an approach that pulls the artifacts, and Code Deploy is likely your best bet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.