#office-hours (2024-06)
“Office Hours” are every Wednesday at 11:30 PST via Zoom. It’s open to everyone. Ask questions related to DevOps & Cloud and get answers! https://cloudposse.com/office-hours
Public “Office Hours” are held every Wednesday at 11:30 PST via Zoom. It’s open to everyone. Ask questions related to DevOps & Cloud and get answers!
https://cpco.io/slack-office-hours
Meeting password: sweetops
2024-06-05
@here office hours is starting in 30 minutes! Remember to post your questions here.
Links from today’s office hours:
https://aws.amazon.com/about-aws/whats-new/2024/02/aws-systems-manager-parameter-store-cross-account-sharing/ https://github.com/andyk/ht https://github.com/kkb0318/irsa-manager https://github.com/ynqa/jnv https://www.securityweek.com/snowflake-hack-impacts-ticketmaster-other-organizations/ https://thehackernews.com/2024/06/snowflake-warns-targeted-credential.html https://aws.amazon.com/blogs/devops/quickly-adopt-new-aws-features-with-the-terraform-aws-cloud-control-provider/ https://github.com/search?q=terraform-awscc&type=repositories https://blog.plerion.com/things-you-wish-you-didnt-need-to-know-about-s3/ https://cybersectools.com/ https://runs-on.com/ https://www.reddit.com/r/cybersecurity/comments/1d6nf2e/hudsonrock_deletes_post_with_hacker_chats_about/ https://github.com/apache/flink-kubernetes-operator/tree/main/helm/flink-kubernetes-operator
Ticketmaster and other organizations have been affected by a data breach at cloud AI data platform Snowflake.
2024-06-07
Like “ls”, but for images. Shows thumbnails in terminal using sixel graphics.
2024-06-10
MailChimp pricing model is unscalable for startups. Does anyone use or recommends a MailChimp alternative that are pricing is friendlier to free community platforms?
Are these transactional emails? or marketing emails?
For marketing newsletters, we generally send 1-2 emails for 10k-15k community members
We use MailGun for transactional emails, we thought about building a service on top of it
Is that per day 10-15k/emails or per month?
Sorry I meant per month:)
Have you already looked at getting your own server and warming up the IP yourself?
I think the warmup takes 3-4 weeks.
I was looking at doing some cold email campaigns recently and had looked at a number of options. Also have you already looked at AWS SES?
Running my own server is a lot of work; we do this for active marketing campaigns, but our main work is not cold-emailing / newsletters oriented, so maintenance here will be an overhead
I was thinking about Mailgun / AWS SES
But if a platform is providing reasonable pricing, that should be better
We are using Sendgrid for application emails, they also have marketing emails. For newsletters we actually use Hubspot.
I will check out Hubspot and Sendgrid!
2024-06-11
@here We need your help, please vote to support the acceptance of Atlantis in the CNCF as a Sandbox project https://github.com/cncf/sandbox/issues/60#issuecomment-2161214347
2024-06-12
@here office hours is starting in 30 minutes! Remember to post your questions here.
Links from today’s office hours:
https://github.com/cncf/sandbox/issues/60#issuecomment-2161214347 https://github.com/hackerb9/lsix https://forums.docker.com/t/docker-hub-is-not-accessible-from-russia/141678 https://home.treasury.gov/news/press-releases/jy2404 https://github.com/znck/grammarly https://briefer.cloud/blog/posts/self-serve-bi-myth/ https://robindev.substack.com/p/cloudflare-took-down-our-website https://www.youtube.com/watch?v=u7G7OpgKROw https://github.com/github-copilot/signup https://github.com/cncf/sandbox/issues/60#issuecomment-2161214347 https://github.com/emacs-grammarly/lsp-grammarly https://www.pricelevel.com/ https://news.ycombinator.com/item?id=39980222 https://www.danswer.ai/ https://aws.amazon.com/ecs/anywhere/ https://aws.amazon.com/eks/eks-anywhere/ https://linearb.io/platform/gitstream https://github.com/dragonflydb/dragonfly https://www.dragonflybsd.org/ https://perens.com/2024/04/01/post-open-license-new-version/
2024-06-17
2024-06-19
@here office hours is starting in 30 minutes! Remember to post your questions here.
Anyone using provider-defined functions so far? https://www.hashicorp.com/blog/terraform-1-8-improves-extensibility-with-provider-defined-functions
New in Terraform 1.8: Provider-defined functions let users extend Terraform with custom capabilities. Plus, refactoring can now be done across resource types.
Links from today’s office hours:
https://github.com/opentofu/registry/issues/631 https://www.theregister.com/2024/06/11/ibm_hashicorp_lawsuit/ https://github.com/runatlantis/atlantis/releases/tag/v0.28.2 https://github.com/cncf/sandbox/issues/60#issuecomment-2175447559 https://github.com/tlkamp/terraform-provider-validation https://github.com/cloudposse/atmos/releases/tag/v1.81.0 https://blog.sofiane.cc/ssh_honeypot/ https://github.com/lsd-rs/lsd https://github.com/arp242/elles https://davidmdm.github.io/yoke-website/ https://timoni.sh/ https://www.reddit.com/r/Terraform/comments/1deumpk/terraform_provider_for_dotenv_files/?utm_source=share&utm_medium=mweb3x&utm_name=mweb3xcss&utm_term=1&utm_content=share_button https://github.com/hashicorp/terraform/releases https://github.com/hashicorp/terraform/releases/tag/v1.9.0-rc2 https://github.com/hashicorp/terraform/tree/v1.9.0-beta1 https://github.com/opentofu/opentofu/pull/1699/files
2024-06-20
Hey, I hope this is okay to post here, if not you are welcome to delete. Please could you check out some Developer work I have been doing for a startup called GreenCloud. I made an Authentication API with Wrappers using the net/http package in GoLang: https://theclouddude.co.uk/how-i-built-an-authentication-api-in-go this will later be the backbone for a #terraform and Pulimi provider that I will be making for them.
I describe how I built an Authentication API using GO and the NET/HTTP package.
2024-06-24
I want to know how many servers will be running in a company where software development is the actual process. How many servers will be in respect to development, testing and production environment
I usually try and run identical infra across all environments but keep the the non-prod/pre-prod environments scaled down. Regardless of environment, I almost always run 2 or more of each microservice. This way if there is a stateful issue it ideally gets caught in nonprod/testing.
As for the # of servers. If you are using kubernetes something like what I described could just be two pods on a single ec2 instance. If you are using something like beanstalk then it would likely be two ec2 instances.
2024-06-26
@here office hours is starting in 30 minutes! Remember to post your questions here.
Links from today’s office hours:
https://github.com/JFryy/qq https://github.com/glasskube/glasskube https://github.com/zsh-users/zsh-autosuggestions/tree/master https://www.nytimes.com/2024/06/24/us/politics/assange-plea.html https://roadmap.sh/terraform https://atmos.tools https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=cloudposse/atmos&skip_quickstart=true https://atmos.tools/quick-start/mindset https://atmos.tools/quick-start/simple/ https://www.redhat.com/en/topics/linux/centos-linux-eol https://slack.com/intl/en-gb/help/articles/29414264463635-Updates-to-message-and-file-history-on-free-workspaces https://terminaltrove.com/ https://lwn.net/SubscriberLink/978463/608c876c1153fd31/ https://github.com/hashicorp/terraform/releases https://github.com/ajeetdsouza/zoxide https://sansec.io/research/polyfill-supply-chain-attack?utm_source=tldrwebdev https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Top-100-stars.md https://aws.amazon.com/s3/reduced-redundancy/ https://github.com/Linen-dev/linen.dev
S3 RRS will be deprecated and because of this currently the cost is higher than S3 standard. https://mysteriouscode.com/blog/aws-s3-storage-classes-pricing-is-not-what-you-think/