Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

Get $4 OFF in AWS Solutions Architect & Data Engineer Associate Practice Exams for $10.99 each ONLY!

eljohnacebedo

About Carlo Acebedo

Carlo is a cloud engineer and a content creator at Tutorials Dojo. He's also a member of the AWS Community builder and holds 5 AWS Certifications. Carlo specializes in building and automating solutions in the Amazon Web Services Cloud.

SFTP On Your Ubuntu EC2 Instance – Quick and Simple Setup

2023-04-27T03:22:05+00:00

SFTP, which stands for Secure File Transfer Protocol, is a method of transferring files between computers. It operates over SSH (Secure Shell) and uses public-key cryptography for authentication. This means that your login credentials and file transfers are encrypted, making them much more secure than the traditional FTP (File Transfer Protocol). Why SFTP over SCP? SFTP and Secure Copy Protocol (SCP) are both network protocols that you can use for transferring files. They also both run on the same default port (22) for  SSH. However, when it comes to transferring large files securely, SFTP stands out as the better option. [...]

SFTP On Your Ubuntu EC2 Instance – Quick and Simple Setup2023-04-27T03:22:05+00:00

Build Your Own Slack Commands with Lambda Function URL

2023-04-27T03:33:47+00:00

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. This means that instead of using an intermediary service (like Amazon API Gateway), you can directly invoke your function by simply sending an HTTP request to [...]

Build Your Own Slack Commands with Lambda Function URL2023-04-27T03:33:47+00:00

AWS Cloud Development Kit (CDK)

2023-06-22T14:02:45+00:00

AWS Cloud Development Kit Cheat Sheet The AWS CDK is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. It provides a high-level object-oriented abstraction on top of AWS CloudFormation that allows you to use pre-built cloud components called constructs. It uses familiar programming languages such as TypeScript, JavaScript, Python, C#, .Net, Java, and Go and deploys everything as CloudFormation stacks.  Concepts: Stacks  a deployment of AWS resources defined in your CDK app. Each stack is a CloudFormation stack and can contain multiple AWS resources.  Constructs:  pre-built cloud components that can be [...]

AWS Cloud Development Kit (CDK)2023-06-22T14:02:45+00:00

What’s New with the AWS Developer DVA-C02 Exam in 2023?

2023-05-05T01:02:49+00:00

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 27, 2023. The New DVA-C02 Exam Domains The AWS Certified Developer Associate DVA-C02 exam maintains some continuity with its predecessor but also introduces a range of [...]

What’s New with the AWS Developer DVA-C02 Exam in 2023?2023-05-05T01:02:49+00:00

Real-time Monitoring of 5XX Errors using AWS Lambda, CloudWatch Logs and Slack

2023-04-28T01:34:19+00:00

Monitoring is the best friend of every system administrator. It gives visibility into what is happening on your application so that when an issue occurs, you or someone in your team could be alerted and do the necessary measures to mitigate it. However, this can only be as effective as the metrics you're keeping track of.  There are plenty of factors that can affect application performance. And while it’s difficult to stay on top of them all, there are certain metrics that are non-negotiable. Examples of these are CPU utilization, memory usage, disk space, disk usage, network throughput, and so [...]

Real-time Monitoring of 5XX Errors using AWS Lambda, CloudWatch Logs and Slack2023-04-28T01:34:19+00:00

Automatically stop non-production RDS databases with AWS Lambda and Amazon EventBridge

2023-05-26T05:23:48+00:00

Every AWS service offering comes with a pay-as-go pricing model, empowering businesses, small or large, to be flexible at experimenting and making changes as they build their products to market. This pricing model is similar to riding an Uber, where you only pay for the distance covered, or to electric bills where you’re charged based on actual energy consumption. Of course, the more devices you have running, the higher your monthly bill will be. Cloud computing, like any other utility, should be treated the same way.  Just as we are told to unplug appliances when not in use, removing/stopping unused [...]

Automatically stop non-production RDS databases with AWS Lambda and Amazon EventBridge2023-05-26T05:23:48+00:00

How to Create Wait Conditions in a CloudFormation Template

2023-05-02T03:41:59+00:00

Wait Conditions, as the name suggests, is a tool used to control the order of creation of the AWS resources in a CloudFormation stack. It can pause the creation of a stack and wait for a signal to ensure that specific resources and configurations were properly launched before resuming the stack creation process. Use cases: For example, you want to make sure that a specific domain name is working before you can conclude that your application is indeed up and running. Or perhaps, you want to make sure that a particular stack resource can access an external API endpoint (or [...]

How to Create Wait Conditions in a CloudFormation Template2023-05-02T03:41:59+00:00

Specifying Triggers for AWS Config Rules

2023-05-02T03:48:17+00:00

AWS Config allows you to set “rules” to evaluate configuration settings on your AWS resources. The result of these rule evaluations are then displayed on the AWS Config web console. You can control the frequency of rule evaluations by AWS Config by specifying a trigger. A trigger refers to the method of evaluation for your config rules. There are two types of triggers to select from when creating a rule. 1. Configuration Changes When “configuration changes” is enabled, AWS Config will evaluate the config rule when specific resources are created, changed, or deleted. In simple terms, as the name implies, [...]

Specifying Triggers for AWS Config Rules2023-05-02T03:48:17+00:00

Symmetric vs. Asymmetric CMKs

2023-05-02T03:55:07+00:00

Even before the Internet, the security, privacy, and integrity of information have always been the top concern of institutions like banks, hospitals, and universities. Nobody wants their personal information (name, address, credit card number, etc.) to be exposed in public for anyone to use. Imagine signing up on your favorite social media website, and after a few days, somewhere on the globe has been using your profile and pretending to be you without you knowing! Or maybe you’ve been using your credit card for shopping online and suddenly, your bank is sending you email reports for fraudulent activities on your [...]

Symmetric vs. Asymmetric CMKs2023-05-02T03:55:07+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!