RRobertoTorinoincloudit.hashnode.dev·Mar 12, 2024 · 2 min readAWS IaC GeneratorIaC Generator, a new feature from AWS inside CloudFormation. Now everything what is clicked together in the AWS console can be easily and quickly transformed to managed IaC resources. I made a little demo video that takes approximately 4 minutes to w...00
RRobertoTorinoincloudit.hashnode.dev·Feb 18, 2024 · 4 min readUsing SOPS (Secrets OPerationS) with AWS KMS and the AWS CDKSOPS = Secrets OPerationS, is a command-line tool that encrypts and decrypts YAML/JSON files using a symmetric key. It supports encryption algorithms and integrates seamlessly with AWS. https://github.com/getsops/sops/releases AWS KMS (Key Management...00
RRobertoTorinoincloudit.hashnode.dev·Jan 29, 2024 · 19 min readAWS: find Lambda’s with deprecated runtimes and visualize that in a table.Lambda offers managed runtimes for new language versions exclusively upon reaching the long-term support (LTS) phase within the language’s release cycle. As an illustration, in the case of the Node.js release cycle, this occurs when the release reach...00
RRobertoTorinoincloudit.hashnode.dev·Jan 24, 2024 · 3 min readMore Examples of Using AWS CDK AspectsUpdated on 2024-01-28; check out the repo again, latest AWS CDK version and some minor improvements. Aspects remain integral for applying an operation to all constructs within a designated scope. The application of an aspect may involve modifying con...00
RRobertoTorinoincloudit.hashnode.dev·Jun 28, 2023 · 3 min readHow To Create And Support A Cloud Environment For A Development TeamYou have a development team that wants to deploy solutions in the cloud, so they need the proper tooling and a good foundation to work with. This is a general short story on how to accomplish that based on a multi-AWS account strategy. Form a Site Re...00