Tag DevOps

Moving From EC2 to serverless with AWS CDK

Managing complex infrastructures on the cloud can be troublesome as they tend to make use of many different resources and services. To ease the work of creating, deploying and maintaining these infrastructures we always want to use an IaC framework. AWS…

Sviluppare localmente con DynamoDB

Nell’oramai lontano 2013, AWS aggiunse al proprio servizio DynamoDB un tool che offre la possibilità di eseguire lo stesso servizio database localmente sulla propria macchina. Questo permette di scrivere e testare codice che usa le DynamoDB API anche se si…

Lambda function manager

When we started developing Lambda functions to automate processes, or simply to delegate various jobs, compared to our infrastructure, we faced the problem of how to handle the deploy of functions and maintain the versions of this code. There are…

Mitigare un DDoS con Route53

Negli ultimi anni, gli amministratori di sistema sempre più spesso sentono l’esigenza di trovare strumenti per difendersi da attacchi DoS o DDoS. La diffusione di questo tipo di attacchi in futuro sarà sempre maggiore al crescere della capacità di banda…