In this section, we focused primarily on generating read-only credentials and how to use them to connect to the database. Generate Database Credentials The Mission Control tool generates read-only database credentials for a targeted instance, which remain active for 30 minutes. These credentials allow users to run select or read-only queries, making it easier to […]
Cloud
AI’s Hidden Thirst: The Water Behind Tech
Have you ever wondered what happens if you ask AI to create an image, write a poem, or draft an email? Most of us picture “the cloud” working its magic in a distant location. The twist is that the cloud is physical, real, and thirsty. Data centers require water, sometimes millions of gallons per day, […]
Automated Code Review with AWS Bedrock and Lambda
In today’s fast-moving world of software development, keeping our code clean, secure, and efficient is more important. While manual code reviews are great for catching issues, they can take a lot of time & even then, some problems might slip through. This blog shows how to build a lightweight, automated code review system using AWS […]
End-to-End DevSecOps in CI/CD Pipelines: Build Secure Apps with Sast, Dast and Azure DevOps
Introduction to DevSecOps DevSecOps is the evolution of DevOps with a focused integration of security throughout the software development lifecycle (SDLC). It promotes a cultural and technical shift by “shifting security left,” integrating security early in the CI/CD pipeline instead of treating it as an afterthought. While DevOps engineers focus on speed, automation, and reliability, […]
Acquia Source: What it is, and why you should be learning to use it
Meet Acquia Source Acquia Source powered by Drupal is Acquia’s SaaS solution to streamline building, managing, and deploying websites at scale, representing a fundamental shift in how organizations approach digital experience creation. This innovative platform combines the power of Drupal with a modern component-based architecture, delivering a unique hybrid approach that bridges traditional CMS capabilities […]
Optimizely Mission Control – Part I
Optimizely provides powerful tools that make it easy to build, release, and manage cloud infrastructure efficiently. Optimizely Mission Control Access To use this tool, an Opti ID is required. Once you have an Opti ID, request that your organization grants access to your user account. Alternatively, you can raise a ticket with the Optimizely Support […]
Creating Data Lakehouse using Amazon S3 and Athena
As organizations accumulate massive amounts of structured and unstructured data, consequently, the need for flexible, scalable, and cost-effective data architectures becomes more important than ever. Moreover, with the increasing complexity of data environments, organizations must prioritize solutions that can adapt and grow. In addition, the demand for real-time insights and seamless integration across platforms further […]
Why Real-Time Voice Translation Is a Game-Changer for Global Contact Centers
The digital world isn’t slowing down, and neither are your customers. They expect fast, around-the-clock support in their language. For global businesses, meeting that demand can be costly. Hiring multilingual agents in every region adds up quickly. That’s why more companies are turning to real-time translation tools. They offer a more scalable, cost-effective way to […]
Document Summarization with AI on Amazon Bedrock
Objective Enable automated document summarization by allowing us to upload TXT, PDF, or DOCX files, extracting content, summarizing it using Amazon Bedrock, and delivering the summary either via API response or by storing it for future retrieval. Why This Is Needed Organizations face information overload with a large number of documents. Manual summarization is time-consuming […]
Configuring Adjustment Period in Data Exchange
An “adjustment period” refers to any accounting period used to adjust balances before the year-end closing. These periods are adjusted to “per12” and consequently are referred to as “per13”. The dates within the adjustment period overlap with regular accounting periods. In Data Exchange, adjustments are processed in Period Mappings where the mapping of adjustment period between source and target […]
Why Databricks SQL Serverless is not PCI-DSS compliant
Databricks supports a wide range of compliance standards to meet the needs of highly regulated industries, including: HIPAA (Health Insurance Portability and Accountability Act) PCI-DSS (Payment Card Industry Data Security Standard) FedRAMP High & Moderate DoD IL5 IRAP (Australia) GDPR (EU) CCPA (California) However, I was surprised to read that Databricks Serverless workloads are not covered for PCI-DSS (Databricks PCI […]
AI-Driven Auto-Tagging of EC2 Instances Using Amazon SageMaker
Managing cloud infrastructure effectively requires consistent and meaningful tagging of resources. Manual tagging is prone to errors and difficult to scale. In this blog, I’ll show you how to use Amazon SageMaker and Python to automatically apply intelligent tags to your EC2 instances using either rule-based logic or AI-powered enhancements. What You Will Learn How […]