Terraform Code Refactoring – State Manipulation | terraform state mv
Today a quick post about code refactoring and Terraform. Let’s assume that you have an AWS account with several projects in which you use IaC. You created a lot of resources, but decided to clean up...
View ArticleState manipulation – removal | terraform state rm
Today a quick post about deleting resource from Terraform state using terraform state rm. I had a situation like this several times where someone manually deleted resources from the cloud without...
View ArticleHow to pass a variable to AWS Lambda via CloudWatch event
Article on how to pass a variable to an AWS Lambda function using the CloudWatch event. With CloudWatch event you can pass different variables and run different code. You can have just one Lambda...
View ArticleWhy It’s Worth Leaving Your Comfort Zone
Hi there! Today, I’d like to share my thoughts on stepping out of our comfort zones in all areas of life. Recently, I discovered how fascinating and inspiring it can be to venture into the unknown and...
View ArticleA Comparison of Security Groups and Network Access Control Lists in AWS
Understanding Network Security in the Cloud: A Comparison of Security Groups and Network Access Control Lists in AWS cloud. In the ever-evolving landscape of cloud computing, ensuring robust security...
View ArticleWhat does DevOps technical recruitment look like – podcast
Hi, I recently participated as a guest in the podcast “Technical Recruitment for DevOps”. I was invited by Mateusz Bogolubow from Devmentor.pl. Below you will find a small introduction for less...
View ArticleMore secure than a hardware MFA key? | AWS cloud
Today, a quick reminder on what is better security in the AWS cloud than adding a hardware MFA key? Adding several MFA keys. Remember that you can add up to 8 hardware or virtual keys. You can do this...
View ArticleHow to Fix – KMS Access Denied Exception | AWS Lambda
Hi, some time ago when I was using the lambda function, I received a “KMS Access Denied Exception” error. This was strange because everything was working fine until I increased the permissions for the...
View ArticleCombining alarms in the AWS cloud – Composite Alarm
Hi, in this article you will find a lot of information about alarms, notifications and similar things in the AWS cloud. You probably know that the CloudWatch service, which is an integral part of AWS,...
View ArticleAWS Community Day Poland 2024
On April 11, 2024, one of the most anticipated conferences in the world of cloud technologies took place in Poland – AWS Community Day 2024. This year’s event attracted not only experienced AWS...
View Article