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?

asked 5 years ago182 views
2 Answers
0
Accepted Answer

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

answered 5 years ago
0

can you pleasealso mentation with jenkin if possible

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions