Questions tagged [otto]

Otto is a tool created by Hashicorp that is able to develop and deploy any application on any cloud platform

Background

Otto is created by HashiCorp and was released on September 28, 2015. The code is hosted on Github and the tool is the successor to Vagrant. Otto is able to create an infrastructure and subsequently deploy software. Otto uses other Hashicorp tools to accomplish its goals.

1 questions
3
votes
1 answer

Node.js app deployment on AWS using Otto

When trying to use Otto to deploy a Node.js application, the deployed application is not reachable. I have created a minimal application that simply listens on port 80 and answers status requests: var express = require('express'); var app =…
jpsecher
  • 111
  • 7