Hi fediverse,
https://findmymastodon.com now refreshes the instance data every midnight, thanks to some clever #devops work in Gitlab :D
https://gitlab.com/ayush-sharma/find-my-mastodon/-/blob/master/.gitlab-ci.yml
#mastodon #privacy #tech #socialmedia #fediverse #surveillance
5 key best practices for sane and usable Terraform setups
https://notes.ayushsharma.in/2021/07/5-key-best-practices-for-sane-and-usable-terraform-setups
In this tutorial, I will show you how to automatically create multiple Applications in ArgoCD using ArgoCD!
I recently discovered Checkov, a unit-testing tool for cloud infrastructure build using Terraform. Checkov also has custom policy capabilities, meaning we can define org-specific resource tagging and GCR policies for testing/validation in CI/CD pipelines.
#testing #cloud #security #cybersecurity #infrastructure #cloudsecurity #devops #terraform #iac #cicd #aws #datasecurity #infosec
Working with Terraform for over five years has taught me some key lessons. 5 practices have been critical to having a sane and usable Terraform setup regardless of the size of the team or the nature of the project.
1. Know your target audience.
2. Reuse. Reuse. Reuse.
3. Explicit rather than implicit.
4. Automate everywhere. Your laptop. Your shared VM. Your CI/CD.
5. Have an awesome README.md!
#devops #cicd #terraform #automation #aws #cleancode #security #automation
Creating AWS VPCs in 2 minutes with Terraform Registry
Terraform is the go-to open-source tool for creating resources on the cloud using IaC. It is a cloud-agnostic offering from HashiCorp that can help you build out your infrastructure on AWS, GCP, Azure, and OCI, to name a few. Terraform supports 290 providers as of today.
https://notes.ayushsharma.in/2020/09/creating-aws-vpcs-in-2-minutes-with-terraform-registry
Creating ready-to-use AWS Security Groups using Terraform Registry, Named Groups, and Named Rules
Creating and maintaining AWS security groups using Terraform has become even more accessible, thanks to community-built modules on Terraform Registry. Today I want to show you two particular features of one of the modules called Named Groups and Named Rules.
I put some thoughts down on WFH and my DevOps/SRE job. Not sure everyone would agree, but would love you hear your thoughts.
https://notes.ayushsharma.in/2020/06/working-from-home-and-software-engineering
The Virus 😷 and the Cloud ⛅: Tips on AWS cost-saving in these weird 🤯 times
https://notes.ayushsharma.in/2020/04/the-virus-and-the-cloud-tips-on-aws-cost-saving
Finally wrote this down after procrastinating for weeks. Turns out being locked in at home doesn't automagically make you a prolific writer #whowouldathunk
Replicating Bitbucket Pipelines on your laptop for local debugging
Is there a way to renew LetsEncrypt SSL behind a CDN? My blog is behind StackPath CDN, and I just had to repoint the main domain to my instance, renew, then repoint it to a CDN. And I really don't want to automate this mess.
Has anyone had any success with this?
Hi guys.
I was recently asked to write some scripts in Ansible/Terraform for an interview. I didn't have a lot of time, and had never used Terraform before, so I did what I could. I didn't get selected. But I would love to know what the better way would be. Any help would be appreciated.
https://drive.google.com/drive/folders/1HIKV-OA6KJviD-46iQOt0KesMVn_t9dC?usp=sharing
Some notes on getting started with Terraform for working with cloud resources
https://notes.ayushsharma.in/2017/10/getting-started-with-terraform
#devops #terraform #iac #funwithcomputers #learningnewthings
Posting messages to Slack using incoming webhooks and Python3 Requests API
Using Packer and Ansible to create immutable servers, deploying code, and recycling instances
https://notes.ayushsharma.in/2017/09/using-packer-and-ansible-to-create-immutable-servers-deploying-code-and-recycling-instances
#devops #packer #ansible #aws #programming #iac #infrastructure
The different ways I've deployed code over the years: the road to Immutable Servers
Deploying a Jekyll blog automatically using Bitbucket Pipekines
https://notes.ayushsharma.in/2017/08/deploying-jekyll-blog-automatically-using-bitbucket-pipelines
Wrote something down on complete Nginx monitoring with Collectd and Grafana
https://notes.ayushsharma.in/2017/08/complete-nginx-monitoring-with-collectd-and-influxdb
Just getting started with Mastodon. Created a script to get users and instances and store in local Sqlite3 db.
Just discovered that Vagrant has a manager. Love that its all in the menu bar now. Have a look