Member-only story
In this article i am going to show you how you can simply automate the installation of Nexus on an AWS EC2 instance using an Infrastructure as Code tool called Terraform.
Nexus from Sonatype is a binary and artifact management solution where it can allow you to host your build artifacts for your software projects.
AWS EC2 probably need not much of an introduction these days but it is simply an on-cloud virtual compute service (basically a virtual server) that you can use to host your web applications and websites.
Lastly, as with introduction goes, it only makes sense to also introduce Terraform here as well.
As i already eluded to, Terraform is an Infrastructure as Code tool. It is made by Hashicorp that allows you to define your…