Build Your Own Slack Commands with Lambda Function URL
What are Lambda Function URLs? In the past, calling a Lambda function over HTTP required a lot of setup and configuration with API Gateway. The process of setting up API resources and methods, and linking them to the appropriate Lambda function, can be overwhelming, especially for developers who are new to it. With the function URL feature of the AWS Lambda service, you can create a secure HTTPS endpoint dedicated to a Lambda function. [...]
Working With AWS CLI (AWS Command Line Interface)
What is AWS CLI? AWS Command Line Interface (CLI) is a tool used to manage and interact with AWS Services using the command line. Users more comfortable in the command line can leverage the AWS CLI as it offers the exact scope of functionality as the AWS Console. AWS CLI requires minimal configuration before you can use it. Installed it on your local machine running on Linux, Windows, and macOS.  What is the [...]
Event-driven Transfer on Storage Transfer Service for Google Cloud Storage
Last January 7, 2023, Google Cloud announced a new capability for Storage Transfer Service (STS). Now, users can do an event-driven transfer quickly to a Cloud storage whenever there are changes to a source bucket. The event-driven transfer is an execution mode on Storage Transfer Service that allows transfer to a destination using the events from the source as triggers. Google Cloud claims that the transfer rate is near-real-time between the source and its [...]
What’s New with the DOP-C02 AWS Certified DevOps Professional Exam in 2023?
Heads Up! The Amazon Web Services (AWS) Training and Certification team recently announced the third iteration of the AWS Certified DevOps Engineer - Professional (DOP-C02) exam. Mark your calendar – March 7, 2023 is the first day that you will be able to take the latest version of the AWS Certified DevOps Engineer Professional - Professional exam which has an updated exam code of DOP-C02. Remember that the current exam version (DOP-C01) will only [...]
Automatic SSH Key Pair Rotation via AWS Systems Manager Fleet Manager
Automatic SSH Key Pair Rotation via AWS Systems Manager Fleet Manager AWS Systems Manager has an extensive collection of features and capabilities to manage your AWS and hybrid systems. This service allows you to centralize operational data from various AWS services and automate manual tasks on both your on-premises and AWS resources. One of its capabilities is the AWS Systems Manager Fleet Manager, which provides a unified user interface experience to help organizations remotely [...]
Split-view DNS using Amazon Route 53
What is Amazon Route 53? Amazon Route 53 is a highly available and scalable Domain Name System (DNS) service. This allows you to do Split-view DNS or Split-horizon DNS implementation for your applications. It offers additional features that are not present from third-party domain registrars. Route 53 allows you to register domain names, route internet traffic to specific resources under your domain name using different routing policies and check the health status of your [...]
What’s New with the AWS Developer DVA-C02 Exam in 2023?
After almost 5 years since it was first released, the AWS Certified Developer Associate exam is finally getting revamped. The AWS Training and Certification team is launching a new version, with an exam code of DVA-C02, on February 28, 2023, making it the last of the three associate-level exams to receive a major overhaul. You can register for the new exam starting on January 31, 2023, or take the current DVA-C01 exam until February [...]
AWS Console Sign-In Options
In AWS, there are several ways to access and manage your organization's AWS resources, such as: AWS Management Console - a web-based user interface for creating and managing your AWS resources. AWS CLI - a command line interface that allows you to run scripts to control and automate multiple AWS services. AWS SDK - a software development kit containing a collection of libraries that developers can use to access AWS services. In this article, [...]
OpenAI’s ChatGPT vs Amazon Lex
What is ChatGPT? OpenAI’s ChatGPT is an improved version of the GPT3 (Generative Pre-trained Transformer, released in 2020) language model specifically designed to generate human-like text for chatbot applications. ChatGPT is trained on a large dataset of conversation transcripts and is able to generate appropriate responses to a wide range of inputs, including questions and prompts. ChatGPT uses a transformer architecture, which is a type of neural network designed for natural language processing tasks. [...]
AWS Certified Cloud Practitioner Exam Experience
The AWS Certified Cloud Practitioner exam is a popular certification for individuals looking to demonstrate their knowledge of the Amazon Web Services (AWS) cloud platform. This certification is suitable for individuals who are new to the AWS cloud and those who want to validate their understanding of the core AWS services and their use cases. The exam covers a wide range of topics, including the fundamentals of cloud computing, the AWS global infrastructure, the [...]