Deploying Web API to AWS from Azure DevOps/VSTS

Issak Mohamed Infaaz
3 min readJan 13, 2019

--

https://www.onezerotech.io/

01. Below MS document will be helpful to create a restful web api using c#.

02. Set up the project on Azure DevOps/VSTS.

create Azure DevOps project.

create branches according your organization policy/standard.

push the code

03. Enable “AWS Tools” for VSTS.

04. Create an AWS account and preferably an associated IAM user account. Make sure this user has all the permission to “AWS elastic beanstalk”- “AWSElasticBeanstalkFullAccess” (in this tutorial we are going to deploy the API on AWS elastic beanstalk).

05. Create the service connection between Azure DevOps & AWS by providing the Access Key ID & Secret Access Key that you have created on step 04.

06. Follow below link to create the build & Release pipeline.

07. we’re ready to deploy to Elastic Beanstalk. If you queue a build now, you should see output similar to this for the deployment.

For more info please ping on Fiverr,
https://www.fiverr.com/inzi25

--

--