Zero to cloud faster than a cup of coffee
Which is faster? Getting started with Infrastructure as Code or brewing a cup of French press coffee? I race against myself in this video. I deploy infrastructure to AWS and Azure from a single cloud agnostic blueprint in less than 10 minutes.
Tuono is eliminating the heavy lifting required to get started with cloud automation. It can take days or weeks to get started with Infrastructure as Code and the required ecosystem of supporting tools with other technologies. In this demo video, I log into a brand new Tuono account, just as a customer does, and have infrastructure deployed in under 10 minutes. There are no tricks here. Tuono simply makes it less complicated. There is nothing to download, install, or upgrade. We only need 3 things in order to deploy infrastructure in AWS or Azure.
- Cloud credentials
- Blueprint that defines the infrastructure
- Environment to link the Blueprint to the cloud venue
Check out the Zero to cloud demo
I decided to grind the coffee by hand. I did not want anyone to think I extended the time by grinding manually, so I made sure I finished before the water boiled. The effort you see in the video is real and, yes, I need a better hand grinder. Also, I filmed this in the evening and after drinking the coffee I made, I was awake until 1am. Note to self: Enjoy my French press earlier in the day.
This is a full copy of the code used in the demo. It comes as a sample Blueprint in every new Tuono portal account.
location: region: my-region: country: USA area: northwest folder: confab-tutorial: region: my-region networking: network: testing: range: - 10.0.0.0/16 - 10.100.0.0/16 public: true subnet: public: range: 10.0.0.0/16 network: testing firewall: only-ssh-access public: true private: range: 10.100.0.0/16 network: testing isolated: true protocol: ssh: ports: - port: 22 proto: tcp firewall: only-ssh-access: rules: - protocols: ssh to: self compute: image: bionic: publisher: Canonical product: UbuntuServer sku: 18.04-LTS venue: aws: image_id: ami-003634241a8fcdec0 vm: example: admin_username: adminuser cores: 2 memory: 4 GB disks: data: size: 256 GB tags: you_can_put: tags_on_disks_like_this log: size: 512 GB type: hdd image: bionic nics: external: ips: - private: type: dynamic public: type: static firewall: only-ssh-access subnet: public internal: ips: - private: ip: 10.100.0.4 type: static subnet: private ssh_public_key: "{{ ssh_public_key }}" tags: wicked: cool
If you are interested in seeing a more complete demo of the Tuono product, check out this video.
If anyone out there is coffee obsessed, I highly recommend DOMA Coffee. They are a small roaster in Idaho. I had the opportunity to meet the team when I drove across the US in 2019 and they are a great group of people.