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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠