1 Answer
- Newest
- Most votes
- Most comments
1
This is a broad question with no one right answer. It depends on your situation, budget and security requirements. At a minimum, check https://aws.amazon.com/devops/ which talks about how to started a DevOps process.
You need to consider the following options at a minimum.
- Select a source control - GitHub, GitLab... (You need to consider private / public options)
- Based on the source control, you can build a pipeline that will deploy to AWS. (You may consider hosting the pipeline runners in AWS)
You can also select AWS CodePipeline, CodeBuild that gets triggered from your source control.
Relevant content
asked a year ago
asked 3 years ago
