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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则