#aws (2024-12)

aws Discussion related to Amazon Web Services (AWS)

aws Discussion related to Amazon Web Services (AWS)

Archive: https://archive.sweetops.com/aws/

2024-12-02

Zing avatar

anyone here using codeartifact? we’ve been using artifactory since the beginning of time, and we’re about to pull the trigger on migrating to codeartifact. just wondering on people’s experience with it

Samuel Than avatar
Samuel Than

Yeah, our team has been using it for a few years. It’s very stable, we like the control and permission CodeArtifact allows, i.e who can consume the artifact at AWS account level…

Samuel Than avatar
Samuel Than

The biggest workflow change for us when we first adopted CodeArtifact was how to build the docker image that reference library from CodeArtifact. Once we got that worked out… it has been running with minimum support ..

Zing avatar

oh that’s awesome

Zing avatar

im gonna give it a shot. we use github actions, so i’m assuming we just do an assume role to use artifacts from codeartifact

Samuel Than avatar
Samuel Than

there are few ways to approach that, assuming role is one of them.

Samuel Than avatar
Samuel Than

for our own use case, we want to allow anyone from the organization to use our library in codeartifact, we’ve set it up to allow any aws account as long as the AWS account is under a specific organization id

    keyboard_arrow_up