DEV Community

Roman
Roman

Posted on • Originally published at romankurnovskii.com

AWS CodeArtifact Cheat Sheet

About

AWS CodeArtifact is a fully managed artifact repository service that makes it easy for organizations of any size to securely store, publish, and share software packages used in their software development process.

Amazon CodeArtifact Flow

CodeAr­tifact is a secure storage, publishing, and sharing of software code packages used in a development process organisation's software development. CodeAr­tifact makes it easy for small organisations to store, publish, and share software packages.

CodeArtifact can be configured to automatically fetch software packages and dependencies from public artifact repositories.

CodeArtifact works with commonly used package managers and build tools like Maven, Gradle, npm, yarn, twine, pip, and NuGet making it easy to integrate into existing development workflows.

Price

Pay only for what you use – the size of the artifacts stored, the number of requests made, and the amount of data transferred out of an AWS Region. CodeArtifact includes a monthly free tier for storage and requests

Current price

Use Cases

Type: Developer Tools

Alternatives

  • JFrog Artifactory
  • Docker hub
  • Sonatype Nexus Platform
  • Helm
  • Azure DevOps Services
  • Github

Usage

$ aws codeartifact list-domains --region us-east-1
Enter fullscreen mode Exit fullscreen mode

Practice

Getting started using the console

Top comments (0)