Which service to use?

0

I am trying to figure out what to use for when my pipeline finishes building the software packages (all of them are tgz zipped) where can I store it? Is a simple s3 bucket the solution or is there something more tailored that allows me an easy integration with my pipeline?

asked a year ago186 views
1 Answer
0

The answer may vary depending on your choice of Build service/tool in your pipeline and your use-case. Generally speaking; S3 is the most common place to store built artifacts and it has native integration with AWS DevOps services, i.e. for AWS CodeBuild & CodePipeline S3 is the only option. Also there are plugins for other popular build management services i.e. TeamCity...
If you use package managers such as npm, yarn, pip, twine, and mvn to publish packages developed within your organization AWS CodeArtifact is a better alternative as central organizational repository.

AWS
tersoy
answered a year 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