#announcements (2018-12)
Cloud Posse Open Source Community #geodesic #terraform #release-engineering #random #releases #docs
This channel is for workspace-wide communication and announcements. All members are in this channel.
Archive: https://archive.sweetops.com
2018-12-01
Have you signed up for our Newsletter? It covers everything on our technology radar. Receive updates on what we’re up to on GitHub as well as awesome new projects we discover.
hey everyone give a warm welcome to @farias.santos.dev! Good to have you here
hey @fernando!
Hi there!
2018-12-02
hey everyone give a warm welcome to @arwin.tugade! Good to have you here
Hey @arwin.tugade !
Let’s continue the discussion in #atlantis
2018-12-03
There are no events this week
hey everyone give a warm welcome to @pablo! Good to have you here
hey @pablo!
welcome we’re here to help answer those questions…
Thanks
2018-12-04
hey everyone give a warm welcome to @rontron! Good to have you here
welcome @rontron
Hey there!
hey everyone give a warm welcome to @haba! Good to have you here
hey @haba!
Hey all again
So I’m just sitting back and brainstorming a way to replicate Heroku review apps on aws.
I think that I don’t want to use ECS as that adds some unnecessary complexity?
oh, we have that
for Kubernetes
so im left to either fargate, or homebrewed ec2 machine to host docker containers..
we don’t use kub8s here. small beans haha
to me, it sounds like the first step is to create a heroku like environment
then review apps is an afterthought
e.g. ECS and Kubernetes afford that.
well we use elastic beanstalk for production
and yeah im starting to think ecs might be
it
Beanstalk is like deploying a cluster for every app, while ECS is like deploying every app on a cluster
exactly why i want to avoid beanstalk. got no business there lol
checkout #airship
@maarten might have some ideas for how to achieve what you want to do
k going there. thanks
hey everyone give a warm welcome to @jonleibowitz! Good to have you here
Hi I’m an angeleno, found this community via meetup.com (I’m also looking for interesting meetups near sfv/sgv/northeast los angeles area)
hey @jonleibowitz
2018-12-05
Today we are excited to announce the public availability of HashiCorp Vault 1.0. Vault is a tool to manage secrets and protect sensitive data for any infrastructure and application…
Btw
Quick question to @here does the Cloudtrail Module support setting the SNS settings? and is that really needed, just have not used it….
let’s move to #terraform
Don’t know if I shared this, but I put together some helm stats a few weeks ago - https://github.com/sstarcher/helm-exporter
Export helm stats into the Prometheus format. Contribute to sstarcher/helm-exporter development by creating an account on GitHub.
that’s cool - thanks for sharing
Export helm stats into the Prometheus format. Contribute to sstarcher/helm-exporter development by creating an account on GitHub.
hey everyone give a warm welcome to @patrickleet! Good to have you here
Hi @patrickleet!
@patrickleet welcome
hey @patrickleet! let’s see if we can fix your terraform issues
@Erik Osterman (Cloud Posse) I can’t scroll on this page. Is it just me?
thanks though for reporting!
please let me know if you find anything else…
no, it’s broken
waiting on my UX guy to give me the fix or any of you CSS whizes
it’s the overflow: auto
rule on the body
element. turning that off seems to fix it.
(…testing…)
that’s totally it @daveyu
I’m working on a Wordpress site that uses X theme from theme.co and the navigation anchor links stopped scrolling down to the appropriate sections. I found that Calendly’s widget.css that you add t…
2018-12-06
Does any one see this metaphor ?
Cloudy metaphor separates the sheep from the goats
yep, definitely
Cloudy metaphor separates the sheep from the goats
hey everyone give a warm welcome to @deftunix! Good to have you here
Really warm welcome to @deftunix ! I invited him here, because you guys can be helpful. :)
thank you very much @antonbabenko
hey everyone give a warm welcome to @eightnoteight! Good to have you here
welcome
hey, so what do you guys think about https://www.pulumi.com/
Pulumi provides a cloud development model for serverless functions, container apps, and data infrastructure for any cloud.
do you think it’s good alternative to terraform, it’s becoming so painful to add any kind of logic to our terraform
welcome
So I would, just based on my terraform history, expect that if adding logic is becoming hard that probably the methodology yiu are using could be the issue
What sorta pain are you running into?
uh, some of the issues are like no count on module, nested modules are getting hard given the fact that terraform doesn’t support passing variables with data type of map[string]interface{}
but only map[string]string
without the nested module, some of the important modules which would other wise be composed of modules had to be written as resources or by playing the composition from the top level instead at module level
mmm, have you got an example you can share?
uh, to be precise this is the exact issue we are facing https://github.com/hashicorp/terraform/issues/18322
There is no way to access map values inside a list of maps when it is passed to a module as a variable. I have tried the following to no avail: ${lookup(element(var.list_of_maps, count.index), &quo…
yo, sorry was in a meeting
Ah I see
current TF does not support objects, but an object (e.g. a map with multiple types) could be split up into a few vars with types that TF supports - annoying but not a game stopper
yeah, time to go home
i had to click two times on some buttons in the UI to get a result
github is SPOF now
Pulumi is pretty interesting. Doesn’t have half the community TF currently has but it is nice to have a proper language rather than HCL…
Adding logic isn’t Terraform strong point
yea pulumi looks nice. wondering how much effort and pain/bugs would it be to use it on real stuff (not just the basic examples like S3 buckets)
I recall the very early days of terraform
before any form of state backend
and locking
and being able to sleep at night
I remember production outages. Applys not doing what the plan said (can still happen) etc
Hacks on hacks having to be unravelled as they added things like lists to variables
good times
.<
hmm, it can even deploy helm
charts using same language https://github.com/pulumi/pulumi-eks
A Pulumi component for easily creating an Amazon EKS Cluster - pulumi/pulumi-eks
that’s actually very nice
on the other hand, I just subscribed to pulumi-community Slack, and I see this:
I think I was oversold on Pulumi capabilities vs Terraform for On-Prem IAC. Finding it very difficult to understand the implementation of Terraform stuff in Pulumi to get the like for like selling point of Pulumi.
Can someone honestly tell me if I can use Pulumi to:
- Use VSPhere for VM Create
- Use Chef to configure VM
- Use F5 for Loadbalancing
- Use Infoblox for DNS
These are all supported Providers and or Provisioners. Vsphere being the only package available for VM Creation in Pulumi.
Not even sure how Terraform provisioners are referenced in Pulumi or if they even will be….
Is there a time frame for such implementations?
@eightnoteight I believe both of those issues are resolved in 0.12
Terraform 0.12 goes a long way toward fixing some of the pains of terraform
it’s not very compelling to upgrade our code base to an unstable version
Certainly it’s not out yet I would not recommend upgrading to it until after it’s been out for a little while.
My point was they understand the issues and are fixing them.
Like making a default nilable, native support for the language, dynamic block structures, etc
Upgrading to Terraform v0.12
a better list - https://www.hashicorp.com/blog/terraform-0-1-2-preview
Terraform 0.12 focuses on major Terraform language improvements and will be released later this summer. We are communicating about Terraform 0.12 prior to release to highlight the…
short circuit conditionals
Aye, looking forward to use when non preview. Hopefully upgrade path isn’t like pulling teeth as we all undo some of our workarounds
ya, we shall see
hey everyone give a warm welcome to @Mark Thomas! Good to have you here
hey @mark! have a look around. let me know if you’re stuck on something.
~Hi @mark~i class=”em em-upside_down_face”></i>
hahah
man, i always do that. autocomplete fail.
hey everyone give a warm welcome to @sohel2020! Good to have you here
hey @sohel2020 thanks for stopping by!
hey everyone give a warm welcome to @chinmaygupta28! Good to have you here
Hey @chinmaygupta28! Welcome Let me know if you’re stuck on any of our projects and we’ll help you get unblocked.
2018-12-07
Hi @chinmaygupta28
No worries
@Erik Osterman (Cloud Posse) created a new channel #kubecon. Join if this sounds interesting!
hey everyone give a warm welcome to @jdolitsky! Good to have you here
whoot! hey @jdolitsky checkout #kubecon
Have we helped you in some way? We’d love to know! If you could leave us a testimonial it would make our day.
Wow where am I
haha only the best place ever.
@dustinvb can fill you in - but this is our slack community for all the cloudposse projects and generally people doing awesome things with terraform, kubernetes, helm, kops, ecs, etc.
as you might have seen, we have a lot of projects on https://github.com/cloudposse; this is where the community for that hangs out.
hell yea!
Welcome @jdolitsky it’s a great community!
Hi! Good, I’ve been looking for a great community
and we got good ‘ol @sarkis here too
patiently bringing terraform to nuna
2018-12-08
hey everyone give a warm welcome to @richwine! Good to have you here
welcome @richwine !
Hey there! (it’s pretty quiet here on the weekends…)
hey guys, thanks for the welcome! and yeah, I figured. I’m normally not in front of a computer on a Sat but special exceptions today hehe
2018-12-09
hey everyone give a warm welcome to @Ken! Good to have you here
@Ken
Hi !! I’m DevOps Engineer.
If you are looking at how to implement AWS CodeBuild I found this repository so I joined the slack team https://github.com/cloudposse/terraform-aws-codebuild
Terraform Module to easily leverage AWS CodeBuild for Continuous Integration - cloudposse/terraform-aws-codebuild
nice to meet you
Hey @Ken glad you stopped by
hey everyone give a warm welcome to @fcohermoso! Good to have you here
2018-12-10
Hi all, I’m not a DevOps engineer, but I’m fascinated about this. I’m sure I’ll enjoy here.
Welcome to the club, @fcohermoso. I’m not DevOps Engineer either, but I really like the DevOps world and this community is so helpful
Welcome, I’m a SRE that implements devops
this is a cool place
There are no events this week
• Are you hiring? Post a link to your job ad in our #jobs channel.
• Looking for work? Let everyone know by promoting what you do in the #jobs channel by sharing your LinkedIn profile and GitHub links.
• Are you a freelancer/consultant? Feel free to engage in self-promotion in the #jobs channel by sharing a link to your website and a tidbit about what you do.
hey everyone give a warm welcome to @codedworks! Good to have you here
Welcome @codedworks
hi
hey @codedworks!
Thanks for the welcome
A Helm Charts as Code tool. Contribute to Praqma/helmsman development by creating an account on GitHub.
See discussion here https://github.com/roboll/helmfile/issues/240
Hi, I would like to know, from your point of view, how you think helmsman and helmfile compare to each other. Thanks.
(we use #helmfile)
also, there’s been a lot of convergence between to the two projects
Plan, View, apply: you can run Helmsman to generate and view a plan with/without executing it.
e.g. this is supported now with helmfile
Cheers
what are people using helm for… understand they use a concept of charts etc
deployments into kubernetes
or do you mean what charts?
helm
is like npm
for kubernetes
or like a module
for terraform
you can represent all the resources required for an application as a cohesive unit that is parameterized and templatized so you can install it multiple times. it also comes with a dependency management system, so you can require other charts.
think of kubernetes like a cluster-aware operating system. so instead of installing an application on just one node, you’re installing it on all nodes. for a traditional OS, we’ve always relied on package managers. helm
solves the equivalent problem but for kubernetes.
a chart
is just a package. under the hood, it’s a gzipped tarball that contains some metadata about the application (name, version, dependencies) and then some go templates of kubernetes resources.
we’ll add this to our FAQ: https://github.com/cloudposse/docs/issues/311
question What are people using helm for? I understand it as a concept of charts, etc… answer TL;DR: deployments into kubernetes helm is like npm for kubernetes or like a module for terraform. You…
do you have any examples of it?
of helm
?
yes sir!
thank you for the description above
that was awesome
yes, we maintain a lot of charts ourselves here: https://github.com/cloudposse/charts/tree/master/incubator
The “Cloud Posse” Distribution of Kubernetes Applications - cloudposse/charts
and the larger community maintains hundreds of apps here: https://github.com/helm/charts
Curated applications for Kubernetes. Contribute to helm/charts development by creating an account on GitHub.
this is awesome!
does katacoda or somthing have a tutorial for it
?
i am not familiar with katacoda
Learn the latest technologies with our hands-on labs
@pericdaniel just a quick Google search led me here: https://www.katacoda.com/courses/kubernetes/helm-package-manager
yea i saw that one… sometimes theyre not too descriptive cause random people create them
CNCF is a great resource.
and so is Bitnami
thank you!
yea i signed up for the CNCF k8 course and cert so my goal is to get that before the end of the month
2018-12-11
hey everyone give a warm welcome to @BhushanPatil! Good to have you here
welcome
hey everyone give a warm welcome to @Andrii! Good to have you here
welcome @BhushanPatil and @Andrii!
Thanks
where are you from @Andrii?
Ukraine, Kharkov
no way! I lived in Kharkov for 10 years
@antonbabenko lived there as well
Wow! Kharkov I’ve just returned from XPDays Kiev.
2018-12-12
hey everyone give a warm welcome to @ikar! Good to have you here
mac pro or windows pc?
?
depends, for general dev work I would always say macbook
devops role
im a windows guy
and im nervous about going into the mac space
even though alot of documentation
out there makes it seem a bit easier
just to run curl commands and whatever
So being a former windows server guy and using windows at home for 3d modeling/gaming/vr
I love osx for work
I recently did exactly that, tested a dev env on windows, linux and osx
and im happily staying osx
yea i just dont want to get stuck with one and then be like oh man
if I could only pick one it would be osx
hello there what’s ur feedback about macos vs linux)
Less time spent fighting things in general too
agree with the last one)
Apple has gone downhill over the last few years
how it’s possible
Nothing particularly notable has been released for a long time. Folks waited years for retina MBA and MBP with 32GB RAM. Touchbar. Poor keyboard. I’ve found their support over the last few years to be laughable and unhelpful, twice being palmed off to a 3rd party fixer who actually made the issue worse. There was a time when folks said buy apple, it doesn’t crash. I have at least a few crashes a month on my 2017 MBP with touchbar.
Finding something better in the market is hard though…not sure about this being the year of the linux desktop/laptop but I’ve heard good things over the last year or so
i’m mbp late 15 so maybe it’s last apples word in quality
in linux world i literally suggest xps and manjaro or mint
used manjaro at least 2 years as work machine
no troubles at all
Da, have heard good things about XPS
i didn’t see any alternatives
Thinkpads also supposed to be nice
pixelbook is an option too lol
windows mac or pixelbook
i like using windows and WSL
can test linux code paths and windows code paths on the same box, pretty sweet
i still prefer apple’s hardware over anything else i’ve tried, so i actually run windows on a macbook using bootcamp
it looks like running minikube and docker and whatnot
would be easier on mac
Let me know if you need help setting that up, i think i have a blog post on setting that up
that would be awesome! can you post it on here please?
im leaning towards the mac just because itll help grow my skills
need to up my linux anyways
try and follow this post http://sharepointoscar.com/2017-04-12-deploy-a-static-site-using-an-nginx-docker-container-to-a-local-kubernetes-minikube-instance/
A simple scenario to get acquainted with Kubernetes Minikube installed on your Macbook Pro (OS X)
thank you!
as @loren mentioned, you can run Windows on mac in parallels or from bootcamp
Oracle filed suit in federal court last week alleging yet again that the decade-long $10 billion Pentagon JEDI contract with its single-vendor award is unfair and illegal. The complaint, which has been sealed at Oracle’s request, is available in the public record with redactions. If all of th…
Is anyone using the Oracle cloud?
Trolls. Only trolls use Oracle cloud
ENTERPRISE!!!
I am in my 20s… Isn’t Oracle the company that has that language which makes all those terrible looking UI Applications? Bet they run their cloud in AWS ha ha…
Just so I don’t lose all my street cred … If you have ever used Oracle Forms Builder you know I am not wrong about terrible UIs. I have always been one for function over form but they need to be careful not to give someone PTSD.
agree
@Erik Osterman (Cloud Posse) created a new channel #kops. Join if this sounds interesting!
How can I know all channels ?
I think if you click on “Channels” in the top-left, you’ll get a directory
thank you
hey everyone give a warm welcome to @HoneyBadger! Good to have you here
hey everyone give a warm welcome to @joppa27! Good to have you here
hey guys! have a look around. #terraform is our most popular channel
hey everyone give a warm welcome to @sahil! Good to have you here
Thank you for your warm welcome
Hey @sahil! what are you working on?
Hi @Erik Osterman (Cloud Posse)! I’m a backend developer at a life sciences start-up. Recently started working with Terraform and reached here
Oh cool! You’re on the right track then…
Yay!
checkout #terraform
Yep, joined!
2018-12-13
hi everyone, I am looking for a kubernetes consultant company in london focused on DevOps and development activities on kubernetes. do you have any suggestion?
hey everyone give a warm welcome to @fii! Good to have you here
hey @fii!
hey everyone give a warm welcome to @jeffrey! Good to have you here
Does anyone run k8 on bare metal? I’ve been working on getting Matchbox and iPXE working without success. If others here play with bare metal provisioning I’d love to start a channel. https://github.com/coreos/matchbox
Network boot and provision Container Linux clusters (e.g. etcd3, Kubernetes, more) - coreos/matchbox
@davidvasandani have a look at https://github.com/gravitational/gravity
Opinionated snapshot-based Kubernetes packaging and management tools. - gravitational/gravity
It was originally designed for extremely secure, airgapped environments
but has since added support for public cloud
and is also now open source (enterprise genesis)
Thanks @Erik Osterman (Cloud Posse) but I’m looking for something that will automatically provision the bare metal host (Matchbox).
ohh - yea, that’s not something I am familiar with.
maybe https://maas.io/?
MAAS (Metal as a Service) offers cloud style provisioning for physical servers. It is open source and free to use, with commercial support available from Canonical.
in a prior life, i had a PXE/DHCP setup working with VMware ESXi, but it was occasionally fragile and i wasn’t confident in our ability to keep it working if we scaled it to prod
#thankyoucloud
I didn’t know Travis CI open sources most/all of their infra code (like Gitlab). Kinda cool of them e.g.
<https://github.com/travis-ci/terraform-config>
<https://github.com/travis-ci/travis-cookbooks>
<https://gitlab.com/gitlab-com/gl-infra>
Any other shops with reasonably medium/biggish fleets that do the same? I actually love looking thru how other folks organize their stuff. Usually learn a few things too
A set of Terraform modules for configuring production infrastructure with AWS - segmentio/stack
this was the repo that made me terraform
A set of Terraform modules for configuring production infrastructure with AWS - segmentio/stack
hey everyone give a warm welcome to @Andrew Best! Good to have you here
welcome @Andrew Best!
2018-12-14
Like Prometheus, but for logs. Contribute to grafana/loki development by creating an account on GitHub.
oh interesting
Like Prometheus, but for logs. Contribute to grafana/loki development by creating an account on GitHub.
is it a frontend like kibana?
“Grafana is Loki’s UI, so you’ll also want to run one of those”
I’m gonna give it a whirl this weekend
hrmm… give us a report next week!
Hey guys! I have a PR describing our proposal for automated integration testing of terraform, kops, helm, helmfile, etc. This is an early draft. Putting this out there to solicit some feedback or learn about things we hadn’t considered. https://github.com/cloudposse/docs/pull/329
what Document the design decisions and considerations that have gone into selecting an automated testing framework why Transparency Bats might be a controversial choice due to it's "bas…
It’s current form, it’s more about describing the “lay of the land” and why we’re learning towards bats. I think no matter what we choose, it will be somewhat controversial.
@maarten @markmutti @Daren @jamie @davidvasandani @tamsky @Jan @michal.matyjek @maarten
@chris
@Daren^^^^
hey everyone give a warm welcome to @shanelhale! Good to have you here
Couple thoughts:
- weigh the benefit of a single test solution vs the cost and limitations of a generalized solution
- often using what is the de-facto framework used by that tools community means you can carry over the same knowledge and skills. You can also leverage the existing test patterns and libraries
Thanks @Daren! I’ve added your comments to the issue
I haven’t looked yet Erik. Does it include the current state of the art?
about “Test Kitchen”?
not sure, but looks to be actively maintained
Test Kitchen plugins for testing Terraform configurations - newcontext-oss/kitchen-terraform
I was meaning your PR!
Not sure if it’s “state of the art” yet
Lol
In my wife’s academic terms ‘state of the art’ doesn’t mean ‘number one, the best, brand new’, it means it ‘considering the current litterateur’ as in with all references considered these are my current opinions.
oh, haha, yea, that’s quite different
I was lazily asking if it was a write up that discussed the current options available
And built on that
yes - in so much as the current options that I am aware of
Cool.
though if there are other things, I’d like to add them
Just landed in Thailand, will look tomorrow
2018-12-15
hey everyone give a warm welcome to @jonathan.otto! Good to have you here
Hi @jonathan.otto the name sounds familiar, have we met before
hello good sir, good to see u in the cyber once again
hey guys! welcome
thank u erik
good to see u as well, in the cyber, after 3 years
2018-12-16
anyone working with Vagrant windows guests? I’m still very new to Vagrant and have a few likely novice questions about shell and provisioning.
on linux, sorry
I’ve only used it with Linux
a few windows users here though, so might get a response later on in the day
Nw @Erik Osterman (Cloud Posse), you may know anyway… I’ll leave the question here for anyone. I’m a *nix man myself as well but the current scenario is with windows. When I vagrant ssh
I’m not sure what “shell” I’m in. CMD or Powershell? Other then that… I’ve some very specific questions around how to learn provisioning of things like Chocolatey etc.
Are you referring to being inside the Vagrant box via SSH?
2018-12-17
There are no events this week
hey everyone give a warm welcome to @samant.maharaj! Good to have you here
hey everyone give a warm welcome to @jurgen! Good to have you here
welcome @samant.maharaj and @jurgen !
have a look around… lots of channels
hey everyone give a warm welcome to @Justin! Good to have you here
hey @Justin! what’s crackin?
hey everyone give a warm welcome to @Trex! Good to have you here
2018-12-18
Hi Everyone! I’ve finished documenting the Airship ECS Modules I’ve created at Blinkist and polished together with @jonboulle and @jamie during my freelancer jobs after.
It’s not kubernetes, it will never be kubernetes But it’s easy to deploy and works great for teams who need to work with Terraform and want to move away from ElasticBeanstalk, and PaaSes.
Also! I’m not a writer by nature, and this is my first website, if you see something you don’t like, let me know!
Home of Terraform Airship
this documentation is epic @maarten @jonboulle @jamie!
the most documented terraform module in the history of the internet!
Well done! It looks amazing
it’s like terraform apps have reached a new milestone where there’s a full fledged application written in HCL.
not just some piece of the puzzle
hey everyone give a warm welcome to @niek! Good to have you here
welcome @niek
Thx
Happy to join the community
good to have ya! what are you working on?
@Erik Osterman (Cloud Posse) Due a lot of travelling not that busy my git last months. But in general my blog (http://040code.github.io), some terraform modules, e.g. the one for gitlab-ci-runners (aws) keeps me busy and speaking a few times a year. In daytime I spend my days in Philips Research. Advocating Cloud, CI/CD practices, IaC, all kind of back-end and front-ends. The few hours left I love to travel and cook. So that is me in just a few words
A developers blog
wow, great bio @niek
I think we should start a new practice like this!
where are you based?
haha, that’s pretty precise
we’ve really picked up quite few folks now in europe
Cool, where are you based?
Just browsing your modules (cloudposse) see many similarities
hey everyone give a warm welcome to @Danie Z.! Good to have you here
hey everyone give a warm welcome to @Joe Presley! Good to have you here
hey everyone give a warm welcome to @pauljbrice! Good to have you here
wow! welcome guys…
2018-12-19
Hi @niek. Good to know that I got two-stars on my talk at FullStackFest 2017 - https://040code.github.io/2017/09/05/fsf-backend/ I’ve improved my skills since then
A developers blog
@antonbabenko Oops So I make a good first impression … Nothing personal as we mentioned And maybe I and my fired where all ready on par for terraform
2018-12-20
hey everyone give a warm welcome to @Sean! Good to have you here
hey everyone give a warm welcome to @rene.eckstein! Good to have you here
Welcome @Sean and @rene.eckstein! Have a look around… we have a lot of topical channels. #terraform is our most popular one.
hey everyone give a warm welcome to @warrenvw! Good to have you here
This is pretty nifty https://itnext.io/building-a-kubernetes-hybrid-cloud-with-terraform-fe15164b35fb
I am taking on a new challenge; how to build a hybrid cloud. There is a ton of buzz in the market for “hybrid clouds”, but what does it…
2018-12-21
hey everyone give a warm welcome to @Kostis (Codefresh)! Good to have you here
hey everyone give a warm welcome to @Oleg Sucharevich! Good to have you here
hey everyone give a warm welcome to @alicia_nickiw! Good to have you here
Everyone welcome @alicia_nickiw who will be helping us keep our #docs up to date
@Erik Osterman (Cloud Posse) thanks Erik and hi everyone!
welcome @alicia_nickiw
@here Just wanted to take a moment and wish everyone in this wonderful community a safe and joyful holiday season! Please, please if you can, take a break from tech, and comeback recharged. This is what life has taught me last 16 years of consulting. It really does work. Happy Holidays!
Well put @OScar! Happy holidays everyone I’m so grateful for everyone’s participation and contributions this year. We’re going to be growing fast! Hold on tight…
hey everyone give a warm welcome to @timo! Good to have you here
hey everyone give a warm welcome to @russell.t.sherman! Good to have you here
hey everyone give a warm welcome to @Sanjay! Good to have you here
Welcome @timo @russell.t.sherman @Sanjay!
Thanks @davidvasandani
hey ya’ll! thanks for stopping by…
Thanks Erik.. I need code review for my terraform module.. Please let me know how to proceed ?
oh, cool
can you share a link to the PR in #terraform
Is this paid service or a free service ?
though generally, we only review contributions to our library
Thanks Erik.. Really love your code.. will pass the URL tomorrow
2018-12-22
hey everyone give a warm welcome to @itaydj! Good to have you here
hey everyone give a warm welcome to @federico.almada! Good to have you here
hey everyone give a warm welcome to @Igor! Good to have you here
hey everyone give a warm welcome to @Sean Holmes! Good to have you here
hey @itaydj @federico.almada @Igor @Sean Holmes! Welcome! It’s pretty quiet here over the weekends and due to the holidays.
Hi thanks @Erik Osterman (Cloud Posse)
Hey, thanks for the welcome @Erik Osterman (Cloud Posse)
2018-12-23
hey everyone give a warm welcome to @Vijay! Good to have you here
hey everyone give a warm welcome to @Kinnaird McQuade! Good to have you here
hey everyone give a warm welcome to @kmcquade! Good to have you here
2018-12-24
There are no events this week
2018-12-25
hey everyone give a warm welcome to @msk! Good to have you here
2018-12-26
Welcome @msk, @Vijay and @Kinnaird McQuade ! Still pretty quiet here as we enjoy the holidays :-)
Thanks @Erik Osterman (Cloud Posse)
hey everyone give a warm welcome to @Chander Prabh Jain! Good to have you here
2018-12-27
hey everyone give a warm welcome to @Shehr! Good to have you here
welcome @Chander Prabh Jain and @Shehr, what are you working on?
Thanks Aknysh, I am working to learn more and more about Terraform now-a-days. Looking forward to use CloudPosse modules
Thnx for the welcome @Andriy Knysh (Cloud Posse).Currently working on how to provision infra for elastic beanstalk environments.
have you seen cloudposse modules for that?
yup
Started from there only
if you have suggestions or improvements, open a PR (or issue), and we’ll review and merge
cool .
2018-12-28
People anyone got affected by this? https://old.reddit.com/r/networking/comments/a9z6tb/centurylink_outage_west_coast/
Wondering if any you have details on the CTL outage. It seems like it is affecting a lot people out west, According to this:…
it looks like EU was ok
We got hit hard by that with our Cisco phone channels
hey everyone give a warm welcome to @jbye! Good to have you here
Hey all! We were looking at Gruntwork and their reference architecture, but I just stumbled across CloudPosse and was curious how it compares.
2018-12-30
hey everyone give a warm welcome to @james! Good to have you here
2018-12-31
hey everyone give a warm welcome to @wannafly37! Good to have you here
There are no events this week