
IAM LIVE and AWS NUKE: 2 more tools for your Kit
Abstract At the 2022 Reinvent conference, a number of open-source CLI tools were unveiled, including IAM Live. This CLI tool functions as a proxy, intercepting AWS CLI requests and automatically ...
Abstract At the 2022 Reinvent conference, a number of open-source CLI tools were unveiled, including IAM Live. This CLI tool functions as a proxy, intercepting AWS CLI requests and automatically ...
Abstract We all use the standard aws cli for operations from our local/remote machines, scripting, etc. However, using it requires knowledge of command syntax, staying updated with newly added APIs...
Abstract AWS has recently introduced two powerful network tools: the Network Access Analyzer and the Reachability Analyzer. Both of these tools utilize a similar algorithm, producing similarly com...
Abstract Traffic mirroring refers to the process of copying network traffic from one network port or interface to another for analysis, monitoring, or security purposes. There are multiple options...
Abstract In recent years, multiple solutions have emerged on the market that aim to increase the productivity of engineers. These solutions provide features such as highlighting, autocompletion, a...
Abstract In this blog post, we will explore how to use Amazon Elastic Container Service (ECS) Fargate to inventory cluster resources, decrease costs and reduce billing. By implementing a few simpl...
Topic operations: Create topic Change partitions number (can only add more) Delete a topic List all topics Describe all the topics List topics with overrides(configs added to the defau...
Abstract Git provides the possibility to add a signature to each commit. By doing this you instrument you version control system with instructions to verify the identity of the person who performe...
Abstract Apache Kafka provides a variety of ways to connect its topics with external systems (to use as sources or sinks). One of them is Connect API. Here is example how to set up and configure c...
Abstract The Branch is a special labeled marker that allows you to switch back or forward to some particular state of your repository. I.e. branch is just a reference that is pointing to some dedi...