Skip to content

automate provisioning of Nexus on AWS EC2 instances using Terraform

Notifications You must be signed in to change notification settings

colinbut/nexus-on-aws-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus on AWS EC2

This sample repository shows the automated provisioning of SonaType's Nexus OSS 3 Repository Manager on AWS EC2 instances using Terraform.

Setup

terraform init

Provision

terraform apply --auto-approve

Access Nexus

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

http://[AWS_EC2_INSTANCE_EXTERNAL_IP]:8081

After accessing the Nexus for the very first time you will need to input the generated password for admin user before going through the first setup wizard.

/home/ec2-user/nexus/sonatype-work/nexus3/admin.password

Releases

No releases published

Packages

No packages published