Do Cloud Better.

How to work from home with G Suite and Hangouts Chat

Posted by Ryan Allred on Mar 16, 2020 3:20:14 PM

As G Suite continues to grow, so has the demand for a mobile workforce. Given the current COVID pandemic, Observian wanted to share some tips for enabling your workforce from home. One of the least utilized apps in G Suite is Hangouts Chat. This lesser known tool combines the functionality of instant messaging and file sharing capabilities of Google Drive. The combination provides a streamlined collaboration environment wherever your employees work. Hangouts Chat can help you support video calls, chat communications and file sharing from a central location within minutes.

Read More

Tags: Tools, Google Cloud, G Suite

How Google Cloud Platform Stands Out from the Rest

Posted by Jason Knott on Oct 24, 2019 3:31:43 PM

With more public and private clouds popping up, it can be difficult for enterprises of any size to determine which cloud is best for them.  As the technology develops, each cloud provider boasts improved functionality and new integrations to make management and monitoring easier and provide users more flexibility in network and infrastructure configurations.  While AWS was the first cloud environment launched and Azure has the backing of industry powerhouse Microsoft, Google is finding its niche. 

Read More

Tags: GCP, Networking, Security

Professional Collaboration Engineer Exam Guide

Posted by Ryan Allred on Oct 14, 2019 9:18:38 AM

I took (and failed) the GCP Professional Collaboration Engineer certification earlier this week. I want to share my experience so that others can avoid the same mistakes. I have been administering over G Suite domains for two years and have obtained several Google certifications, most recently the GCP Professional Cloud Architect. I am sharing my past experiences to give context to the mistakes when preparing for the exam.

Read More

Tags: GCP, Google Cloud, G Suite

Top G Suite Announcements from Google Next 19

Posted by Ryan Allred on Apr 12, 2019 3:58:50 PM

 

Read More

Tags: GCP, G Suite

How to make dotnetcore work with GCP CloudRun

Posted by Dan Taylor on Apr 11, 2019 9:10:56 AM

This is what the .NET community needed to fully embrace GCP

Yesterday at Google Next, they announced something I've been wanting for a long time. As a google partner, sometimes I get to hear about things when they're in alpha and this was one of them. Serverless containers is the ultimate awesome in my mind, especially for webapps and APIs, because everyone knows the biggest headache for containers is orchestration. Well this announcement kinda abrogates the need for orchestration at all. If these things auto-scale then I don't have to manage a K8s cluster at all. I mean, yeah for internal services there is some significant networking work to do, but DUDE. Auto-scaling CONTAINERS that are SERVERLESS. Can life better? I submit that it CANNOT!

Read More

Tags: GCP, .Net Core, CloudRun

Security, Cloud, and Containers - QA with AlertLogic's Peter Baumbach

Posted by Dan Taylor on Feb 13, 2019 3:04:29 PM

Recently I had the opportunity to engage in a Q&A session with Peter Baumbach from AlertLogic.  

Read More

Tags: Security, Containers, Alert Logic

Google VPC is Global by default

Posted by Aravind Marthineni on Feb 5, 2019 1:44:29 PM
Virtual Private Cloud (VPC)

 

Read More

Tags: GCP, Networking, VPC

Install the AWS CodeDeploy service with CloudFormation

Posted by Jaaromy Zierse on Oct 22, 2018 4:08:02 PM

When creating an AWS EC2 instance, there is a User Data section where you can include scripts that will be run immediately upon instance creation. I was attempting to use AWS CloudFormation to define the infrastructure of my current project and ran into the issue of how to include the User Data section in the CloudFormation JSON definition.

Read More

Tags: AWS, CloudFormation, DevOps

How do I deploy my Docker stuff??

Posted by Dan Taylor on May 29, 2018 8:35:00 AM

Docker Deployment

DevOps is harder than it sounds

If you're like me, when you learned about containers, you got SUPER excited. There is something about wrapping up your code in a nice little package where it has everything it needs to run in a happy little space where it's nice and warm. BUT; how'm I supposed to get my happy warm little container out into the real world where it can actually do some good? This is harder question to answer.

Read More

Tags: AWS, DevOps, Docker

CloudFormation, Pi-Hole, and you

Posted by Dan Taylor on May 21, 2018 8:04:00 AM

A CloudFormation script to get a docker instance of pi-hole running in your AWS account

What is pi-hole?

Read More

Tags: AWS, CloudFormation, Docker