Celso Marques·5 hours agoThe Power of Feature Flags and A/B Testing for Product DevelopmentWhen working on a fast-growing company with a strong online presence there is usually lots of experimentation going on at any given time, so in order to keep the pace of development and allow for several deployments to production at any given day, we need something to control what the…AWS4 min readAWS4 min read
Aman Pathak·9 hours agoAutomating AWS Infrastructure with Terraform and Jenkins: A Step-by-Step GuideAutomating AWS Infrastructure with Terraform and Jenkins: A Step-by-Step Guide Introduction: In today’s fast-paced world, automating the provisioning and management of infrastructure is essential for efficient and reliable deployment of services. Terraform, a popular infrastructure as code (IaC) tool, combined with Jenkins, a powerful automation server, provides a robust solution…AWS5 min readAWS5 min read
Alison FourlégnieinVoodoo Engineering·5 hours agoLearn how we automate Infrastructure Governance on AWS at VoodooOnce a month, our Engineering & Data team organize their Tech Talks. This event is a great opportunity to talk about what they’re working on and share their ideas. On this occasion, the Infrastructure Team tackled a very interesting topic: Infrastructure Governance. This team, today formed by 7 top experts…AWS4 min readAWS4 min read
Rajani Ekunde·1 day agoAWS Community Builders Program-All you need to know!!🌻. ✨What is AWS Community Builders program? The AWS Community Builders program is a global initiative by Amazon Web Services (AWS) that aims to encourage technical enthusiasts and emerging thought leaders to share knowledge and connect to the technical community by providing education, networking opportunities, and technical resources. In the article I will be explaining about…AWS5 min readAWS5 min read
KBX Digital·8 hours agoDynamoDB Cost Optimization TechniquesDynamoDB charges for three main things: read consumption, write consumption, and storage. Read consumption is measured in 4 KB increments for each read operation, while write consumption is measured in 1 KB increments for each write operation. …AWS4 min readAWS4 min read
Luca MattiviinTreatwell Engineering·21 hours agoVPN Tunnels: how we used them to migrate our platform to AWSIntro Since the beginning of Uala, we always focused on using the best and latest technology available. We’re proud to said that we used Docker when it was in beta, adopted Rancher since the first version, and later transitioned to Kubernetes once we felt confident in our ability to manage it…AWS7 min readAWS7 min read
Nandan·1 day agoSSRF and IMDS: Understanding the Relationship and IMDSv1 VulnerabilitiesBUT FIRST WHAT IS SSRF ? Understanding Server-Side Request Forgery (SSRF) : Server-Side Request Forgery (SSRF) is a type of web vulnerability where an attacker tricks a website into making requests on their behalf. Here’s an analogy to help understand SSRF: Think of the website as a person who can fetch things for you (i.e. web…AWS3 min readAWS3 min read
Lidor EttingerinITNEXT·6 hours agoThree Approaches To Scaling Up Your Workload With AirflowWhile exploring options for executing complex workflows that contain multiple tasks, we came across Airflow. It proved to be a game-changer for us by effectively boosting the scalability of our machine learning pipelines. Moreover, Airflow is an open-source tool that has strong community support and widespread adoption among various organizations. …AWS6 min readAWS6 min read
Nausheen Anwar·1 day agoAutomated AWS IAM Access Keys RotationIn this article, I will explain a serverless Lambda solution designed to automatically rotate the access keys for IAM users based on the access key age. When access keys are nearing expiration, the solution will automatically create a new access key and send a notification to the subscribed user through…AWS6 min readAWS6 min read
EverythingCloud ☁💭⚡inAWS in Plain English·1 day agoDeployment of 2048 Game via Terraform with User Data2048 is an open source application available on GitHub and it can be downloaded by anyone. Here we have deployed the same using Apache webserver. HashiCorp Terraform is an infrastructure as code (IaC)tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version…AWS8 min readAWS8 min read