Select Page
by

Anoop Tej Thotapalli

|
last updated on May 31, 2023
Share

Overview

OpsMx is excited to announce the availability of Spinnaker AMI on AWS Marketplace. The Spinnaker AMI will allow users to launch Open Source Spinnaker 1.24.1 with Minio Storage, and it is absolutely free. Try here.

Prerequisites

  • Below are the mandatory configurations to launch OpsMx AMI
    • Launch an m4.2xlarge
    • Setup Spinnaker related security groups
    • Mandatory to have Kubernetes installed and have kubeconfig handy.

Types of AMI’s release by OpsMx

  1. Distributed Spinnaker
    • Easy Installation and configuration of Minikube and Container-Based Spinnaker.
  2. Local Debian Spinnaker
    • Pre-Installed Spinnaker with Minio Storage.

Step by Step Instructions to Launch Distributed Spinnaker AMI

  • Login to AWS Console.
  • Click on Services dropdown -> Click on EC2 -> Click Launch Instance -> Search for Spinnaker-1.24.1 -> Select OpsMx Enterprise for Spinnaker and click Next.
Screenshot - AWS marketplace
AWS marketplace
  • Select m4.2xlarge 8cores & 32gb RAM and click on Configure Instance Details.
  • Select a Subnet that provides the No. of IP addresses available from the Subnet Dropdown, also select any IAM role and click on Add Storage.
  • As we are using a bundled AMI, Storage will be mentioned by default from the root volume, now click on Add Tags.
  • Click to Add a Name Tag and name the instance for your reference and Click to Configure Security Group
  • In Security Group, add a new rule and Allow ‘All Traffic’ to ‘0.0.0.0/0’ if permits. In case of restrictions in your organization for All Traffic, you can just execute “kubectl get svc -n spin” and add the Node Port which has five digits for the “spin-deck” and “spin-gate” services. Click on Review and Launch
  • Click on Launch to Select the pemkey and finalize Launch Instances
  • The newly launched Spinnaker Instance should now successfully reflect in the EC2 Dashboard.
  • Now, login to the server using the pem key, by executing the below command
    ssh -i “your.pem” ubuntu@
  • While the instance is launching the installation might continue in the back end. If you would like to check the progress of the installation, try “tail -f install.log”
  • To complete the installation and have an active Spinnaker to access it might take 15mins. In the “Install.log” upon successful completion of Installation, you will get the URL to access your Spinnaker.
  • The URL will be http://:

Step by Step Instructions to Launch Local Debian Spinnaker AMI

  • Login to AWS Console
  • Click on Services dropdown -> Click on EC2 -> Click Launch Instance -> Search for OpsMx Enterprise for Spinnaker with Minio Storage -> Select and Click Next.
Launch Local Debian Spinnaker AMI
Launch Local Debian Spinnaker AMI
  • Select t2.2xlarge 8cores & 32gb RAM and click on Configure Instance Details
Using Spinnaker in AWS stores Instance Type
Using Spinnaker in AWS stores Instance Type
  • Select a Subnet that provides the number of IP addresses available from the Subnet dropdown, also select any IAM role and click on Add Storage
  • As we are using a bundled AMI, Storage will be mentioned by default from the root volume, now click on Add Tags.
  • Click to Add a Name tag and name the instance for your reference and click to Configure Security Group
  • In this section, click on add a new rule to add and expose all the spinnaker related ports, refer to the below screenshot to find all the Spinnaker related ports, and click on Review and Launch
  • Click on Launch to Select the pemkey and finalize Launch Instances.
Public Key in AWS stores
Public Key in AWS stores
  • The newly launched Spinnaker Instance should now successfully reflect in the EC2 Dashboard.
  • Now, login to the server using the pem key, by executing the below command
    ssh -i “your.pem” ubuntu@
  • Execute an ‘ifconfig’ and capture the ‘inet addr’ to start the minio service.
  • Execute the below command to start up minio service, with the port number that minio will be listening. Upon successful startup of script, refer to the below screenshot for the output
				
					sudo ./minio server --address :9001 /data &
				
			
  • Create/Copy, kubeconfig file from Kubernetes installation and ensure to update it from the following location ‘~/.kube’
  • Click here for ‘V2’ Service account creation.
  • Execute the below commands to publish the deck and gate port
				
					hal config security ui edit \
--override-base-url http://:9000
hal config security api edit \
--override-base-url http://:8084
				
			
  • To access Spinnaker Console, restart the Spinnaker services by executing the below command.
				
					sudo hal deploy apply
				
			

 


If you want to know more about Spinnaker or request a demonstration, please book a meeting with us.

OpsMx is a leading provider of Continuous Delivery solutions that help enterprises safely deliver software at scale and without any human intervention. We help engineering teams take the risk and manual effort out of releasing innovations at the speed of modern business. For additional information, contact us

0 Comments

Submit a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.