Deploy ASP.NET Application to AWS from Visual Studio Team Service -


i need advice continuous deployment within visual studio team service. honest, quite new in area, forgive silly question because can't find reference aws azure.

my idea can deploy asp.net application aws ec2 built vsts source control.

my current scenario is:

  1. i had source control contain asp.net application code inside vsts.
  2. i created build definition build source code , produce artifact.
  3. i created release definition, copy artifact remote aws ec2 instance.
  4. ....

i don't have idea continue next step, give advice should next ? or better scenario ?

thank you.

currently don't see tasks can directly deploy aws, way seems possible if create own task or use powershell or bash along aws cli deploy artifact. process this

  1. download artifact in release. default if link artifact.
  2. make sure agent machine using has aws cli powershell or aws shell if using bash.
  3. you can write powershell or bash script utilize aws cli deploy artifact aws.

Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -