Description: Software Engineering, AI, DevOps, Cloud and more
software (35153) blog (30164) javascript (14878) ai (10583) engineering (10254) java (6339) python (4147) devops (1862) aws (1408) authority (462)
tags search archives github.com/ao The DevOps Authority 👋 Learn how to Master Software Engineering, DevOps and Cloud From a DevOps Specialist at Amazon Web Services Posts are my own and not the views of my employer How to configure Terraform to use Local Providers from Nexus If your organization has blocked registry.terraform.io and has instead downloaded the provider binaries to Nexus, then you can do the following to still make your Terraform execute correctly. Step 1 - Download the Required Providers I
If you’re running a Fargate task and it’s not able to read secrets from AWS Secret Manager, there are a few things you can check: Verify that the Fargate task has the correct IAM permissions to access the secret. You need to grant the task the secretsmanager:GetSecretValue permission for the specific secret that it needs to access. You can do this by adding the necessary permission to the task execution role, or by creating a separate IAM role and attaching it to the task....
In the world of DevOps, two programming languages are often pitted against each other: Golang and Python. Both languages have their own strengths and weaknesses, and choosing the right one for your DevOps needs can be a tough decision. In this blog post, we will take a closer look at Golang and Python, and compare their capabilities in the DevOps landscape. Golang Golang is a language that has gained immense popularity in recent years, especially in the field of DevOps....