Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Discover Amazon Web Services (AWS), the world’s most comprehensive and widely adopted cloud platform. Find tutorials, guides, best practices, and case studies that will help you maximize the potential of AWS for your computing, storage, database, machine learning needs, and more.
Efficient data lifecycle management in Amazon S3 is crucial for optimizing costs and performance in the cloud. In this article, we’ll explore how to implement the AWS S3 lifecycle in an automated way using Lambda functions, which can be useful when the Lifecycle offered…
In this post, we’ll take a practical look at configuring Terraform in a multi-account scenario. If you want to optimize your cloud infrastructure through multiple accounts, this guide is for you. We’ll uncomplicate the process and provide you with the essential steps for an…
Kubernetes is a powerful orchestration platform, but sometimes pods get stuck in the ContainerCreating status. In this article, we’ll explore common reasons for this issue and provide practical solutions to get your pods up and running smoothly. If you’ve ever faced this frustrating situation,…
Managing multiple accounts and maintaining security can become a considerable challenge in the increasingly complex world of Amazon Web Services (AWS). This is where Granted is a tool changing the game for DevOps/SRE professionals and developers. If you’ve ever found yourself struggling with complicated…
Accurate and precise timekeeping in Linux is of utmost importance in production servers for several critical reasons. First and foremost, many applications and services rely on precise time synchronization to function correctly, preventing failures and inconsistencies. Additionally, records and logs are often used for…
The world of technology is brimming with essential tools that often go unnoticed by the majority of users. One of these lesser-known tools is the Network Time Protocol (NTP) and its modern successor, Chrony. While time is a fundamental part of our everyday life,…
Tópicos Introduction Enabling ALB Logs Costs Problem Solution Requisitos Creating the Lambda Adjusting Role and Bucket policies Bucket Policy Policy for Role Configuring automation Support material Conclusion Introduction Enabling ALB Logs This week I needed to enable ALB logs on AWS, to troubleshoot an…