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?

preguntada hace un año199 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas