continuous integration with aws

0

Repo hosted on awscommit. I'm looking at setting up a continuous integration solution in AWS. I don't have much knowledge on AWS code deploy and aws pipeline. Can anyone please help me out?

已提問 5 年前檢視次數 186 次
2 個答案
0
已接受的答案

Step 1 : Open code pipeline in aws developer console

 Make pipeline with source repo as of code commit and if any need connect           
 code build and at the end you can add code deploy   

On the change in code commit and on the commit code pipeline will fetch code from code commit and build in code build as per the spec of the code build yaml file.

With code deploy simple add the end point Elastic bean stalk or ec2 or s3 anything you can add

Code pipeline : Work to connect end and transfer code form one end to another end

Code Build : Build and code and as output give and provide artifacts

Code deploy : Deploy final code to aws services

OR :

From using code pipeline you can direct send code artifacts to elastic beanstalks and also

Flow will be like : Code pipeline >>> Elastic beanstalk or anything (s3)

OR :

From using code pipeline to code build you can send artifaces direct to elastic beanstalk

Flow will be like : Code pipeline >>> Code Build >>> Elastic beanstalk or anything

已回答 5 年前
0

can you pleasealso mentation with jenkin if possible

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南