Skip to content

automate provisioning of Artifactory on AWS EC2 instances using Terraform

Notifications You must be signed in to change notification settings

colinbut/artifactory-on-aws-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artifactory on AWS EC2

This sample repository shows the automated provisioning of JFrog's Artifactory on AWS EC2 instances using Terraform.

Setup

terraform init

Provision

terraform apply --auto-approve

Access Artifactory

Once provisioned, navigate to the external IP address of the provisioned EC2 instance to access Artifactory by using this link:

http://[AWS_EC2_INSTANCE_EXTERNAL_IP]:8081

The default username and password is admin/password as explained in the Artifactory's documentation wiki.

About

automate provisioning of Artifactory on AWS EC2 instances using Terraform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published