DDevOpsBuddiesindevopsbuddies.hashnode.dev·Apr 27, 2024 · 3 min readHow to Encrypt Terraform State with OpenTofuEncrypting Terraform State with OpenTofu ( 1.7.X versions) Terraform state files should be encrypted to protect sensitive information like credentials, API keys, and infrastructure details from unauthorized access or tampering. Encryption adds a laye...00
DDevOpsBuddiesindevopsbuddies.hashnode.dev·Apr 7, 2024 · 2 min readGitLab Runner AutoscalingYou can use GitLab Runner autoscaling to automatically scale the runner on public cloud instances. When you configure a runner to use an autoscaler, you can manage increases in CI/CD job load by leveraging your cloud infrastructure to run multiple jo...00
DDevOpsBuddiesindevopsbuddies.hashnode.dev·Apr 6, 2024 · 4 min readAnsible Tower [ AWX ] Installation on k8'sAWX is the Ansible Tower's open source edition,AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX. Basic Install After cloning this reposit...00
DDevOpsBuddiesindevopsbuddies.hashnode.dev·Apr 5, 2024 · 3 min readGitLab- Pulling Images From ECRIn this blog post, we'll explore the seamless process of pulling Docker images from Amazon ECR using GitLab, streamlining your CI/CD workflows and enhancing your development pipeline. Understanding GitLab and Amazon ECR Integration: GitLab simplifies...00
DDevOpsBuddiesindevopsbuddies.hashnode.dev·May 18, 2023 · 5 min readAmazon S3 [Simple Storage Service]s3 is global, then why it asks for the region-related info at bucket creation? While Amazon S3 (Simple Storage Service) is a global service that allows you to store and retrieve data from anywhere on the internet, it still requires you to specify a ...00