Налаштування доступу по SSH до EC2, створених Karpenter в AWS EKS з AWS Session Manager, AWS EC2 Instance Connect та через EC2 User Data вручну та з Terraform| RTFM: Linux, DevOps та системне адміністрування | De...
In the first part, we covered the basics of AWS OpenSearch Service in general and the types of instances for Data Nodes – AWS: Getting Started with OpenSearch Service as a Vector Store. In the second part, we covered access, AWS: Creating an OpenSearch Service Cluster and Configuring Authentication and Authorization. Now let’s write… Read More » The post Terraform: creating an AWS OpenSearch Service cluster and users first appeared on RTFM: Linux, DevOps, and system administration.| RTFM: Linux, DevOps, and system administration
Ephemeral resources and write-only arguments appeared in Terraform a long time ago, back in version 1.10, but there was no opportunity to write about them in detail. The main idea behind them is not to leave “traces” in the state file, which is especially useful for passwords or tokens, because the data only exists during… Read More » The post Terraform: using Ephemeral Resources and Write-Only Attributes first appeared on RTFM: Linux, DevOps, and system administration.| RTFM: Linux, DevOps, and system administration
В першій частині розібрались з основами AWS OpenSearch Service взагалі, і з типами інстансів для Data Nodes – AWS: знайомство з OpenSearch Service в ролі vector store. В другій – з доступами, AWS: створення OpenSearch Service cluster та налаштування аутентифікації і авторизації. Тепер напишемо Terraform code для створення ...| RTFM: Linux, DevOps та системне адміністрування
Приклади використання Ephemeral resources та Write-only attributes в Terraform для безпечної роботи з секретами без їх зберігання у state-файлі Terraform| RTFM: Linux, DevOps та системне адміністрування | De...
Процес апгрейду модуля AWS EKS Terraform module з v20.x на v21.x - основні зміни і можливі проблеми| RTFM: Linux, DevOps та системне адміністрування | De...
AWS EKS Terraform module version v21.0.0 added support for the AWS Provider Version 6. Documentation – here>>>. The main changes in the AWS EKS module are the replacement of IRSA with EKS Pod Identity for the Karpenter sub-module: Native support for IAM roles for service accounts (IRSA) has been removed; EKS Pod Identity is now… Read More » The post Terraform: AWS EKS Terraform module update from version 20.x to version 21. first appeared on RTFM: Linux, DevOps, and system administration.| RTFM: Linux, DevOps, and system administration
Cause and solution for the “no available releases match the given constraints” error in Terraform| RTFM: Linux, DevOps, and system administration | DevOps-engineering, and syst...
Доволі часта помилка при апгрейді версій модулів, коли маємо обмеження на версії модулів чи провайдерів, і вони не співпадають між собою. The Issue В цьому випадку я змержив Pull Requests від Renovate і не звернув увагу на те, що terraform-aws-modules/terraform-aws-lambda потребує hashicorp/aws provider версії 6: І зме...| RTFM: Linux, DevOps та системне адміністрування
Building a Grafana dashboard for AWS VPC Flow Logs and Kubernetes using VictoriaLogs. Migrating Grafana Loki and LogQL queries to VictoriaLogs and LogsQL| RTFM: Linux, DevOps, and system administration | DevOps-engineering, and syst...
Створення Grafana dashboard з AWS VPC Flow Logs та Kubernetes з використанням VictoriaLogs. Міграція запитів Grafana Loki та LogQL в VictoriaLogs та LogsQL| RTFM: Linux, DevOps та системне адміністрування | De...