aws blog

Home » aws blog » Page 4

CloudFront Function URL

2023-07-10T21:58:49+00:00

Introduction CloudFront Functions is a feature of Amazon CloudFront that enables developers to deploy and run lightweight JavaScript functions at AWS’s global edge locations closer to the end-users. This functionality facilitates high scalability and low latency and simplifies operations by allowing developers to run code that customizes the content delivered through CloudFront.  When to Use CloudFront Functions?  CloudFront Functions is ideal for simple tasks requiring high request rates and low latency.  These tasks can include a range of activities. Modifying Cache-keys: CloudFront allows you to change certain parts of your HTTP request (like the URL, headers, cookies, and query strings) [...]

CloudFront Function URL2023-07-10T21:58:49+00:00

Building Serverless APIs with AWS API Gateway and AWS Lambda

2023-08-11T19:49:27+00:00

Are you looking to create robust and scalable APIs without dealing with infrastructure management? In this article, we'll look at how to use AWS Lambda and AWS API Gateway to create serverless APIs. You may build APIs that automatically grow, are simple to manage, and offer a seamless user experience by using these services. Your APIs' front door is AWS API Gateway, and AWS Lambda handles the backend computation. Using this integration, you can create reliable and adaptable APIs without worrying about managing infrastructure or servers. Let's examine the relationship between Lambda and API Gateway in more detail. Two ways [...]

Building Serverless APIs with AWS API Gateway and AWS Lambda2023-08-11T19:49:27+00:00

Lightning-Fast Static Website with Amazon S3 and CloudFront with Origin Access Control (OAC)

2023-07-03T11:41:43+00:00

Harnessing the power of Amazon S3 and CloudFront, with the added advantage of Origin Access Control (OAC), offers many benefits for hosting a static website. With Amazon S3's reliable and scalable storage, with CloudFront's global content delivery network, a website can provide lightning-fast access to users worldwide. Implementing OAC adds an essential layer of security that prevents direct access to the S3 bucket, mitigating potential security risks. OAC is also empowered with fine-grained control over access permissions, enabling us to define specific rules and restrictions. In this step-by-step guide, we will delve into the seamless integration of Amazon S3, CloudFront, [...]

Lightning-Fast Static Website with Amazon S3 and CloudFront with Origin Access Control (OAC)2023-07-03T11:41:43+00:00

Redacting PIIs Using S3 Object Lambda

2023-06-30T01:06:40+00:00

The Challenge Data privacy is a top priority for businesses, especially amid the rising global data regulations. One common challenge is ensuring sensitive data, like personally identifiable information (PII), remains protected when data is accessed or transferred. Imagine you have a bunch of employee profiles stored as CSV files in an S3 bucket. These profiles include sensitive information such as real names, social security numbers, and email addresses, along with non-sensitive data like job titles and office locations. Various teams within your company often need to access these files for their work. For instance, HR may need to understand the [...]

Redacting PIIs Using S3 Object Lambda2023-06-30T01:06:40+00:00

NEW AWS Certified Cloud Practitioner CLF-C02 Exam Version in 2023

2023-07-25T01:33:18+00:00

Heads up! After nearly six years since its pilot release, the AWS Certified Cloud Practitioner CLF-C01 exam is undergoing a long-awaited revamp. The AWS Training and Certification team is introducing a fresh and updated version of the exam, which, naturally, will be called the AWS Certified Cloud Practitioner CLF-C02 exam.  The last date that you can take the CLF-C01 exam version is on September 18, 2023. Meanwhile, you can take the new AWS Certified Cloud Practitioner CLF-C02 exam version beginning on September 19, 2023. You can start registering for this new exam version on August 22, 2023.    If I [...]

NEW AWS Certified Cloud Practitioner CLF-C02 Exam Version in 20232023-07-25T01:33:18+00:00

Setting Up AWS Billing Alerts on Slack

2023-06-16T03:19:15+00:00

Introduction Let's first get familiar with the AWS Cost Explorer. It's essentially a dedicated financial advisor for your AWS expenses, helping you make sense of where your spending goes. With an easy-to-use interface, AWS Cost Explorer provides detailed visual analytics of your past, present, and predicted AWS usage and costs.   Why Slack for AWS bill? We've all been there, trying to stay on top of our monthly bills. AWS does provide budget alerts, which are pretty handy in preventing spending overruns. But those alerts only chime in when you hit certain thresholds. If you want to see how your [...]

Setting Up AWS Billing Alerts on Slack2023-06-16T03:19:15+00:00

Securing Your Repositories with AWS CodeGuru: How Machine Learning Can Improve Your Code Quality and Security

2023-06-12T14:35:26+00:00

Ensuring code quality and security is of utmost importance in the ever-evolving field of software development. However, traditional code review practices can be time-consuming and prone to errors, often resulting in overlooked vulnerabilities. Fortunately, the combination of machine learning (ML) and cloud computing has given rise to innovative solutions like AWS CodeGuru, empowering developers to significantly improve code quality and security. This article explores the capabilities of AWS CodeGuru and how it utilizes ML to safeguard your repositories and enhance your development process.   Understanding AWS CodeGuru AWS CodeGuru is a cloud-based service that employs ML algorithms to analyze code [...]

Securing Your Repositories with AWS CodeGuru: How Machine Learning Can Improve Your Code Quality and Security2023-06-12T14:35:26+00:00

Enhance Your Security Posture: Configure SNS Notifications for AWS Secrets Manager Rotation Events

2023-06-12T03:10:01+00:00

In the ever-changing digital landscape, maintaining robust security measures is crucial for businesses utilizing cloud services like Amazon Web Services (AWS). As the significance of secure data storage grows, it becomes essential to prioritize the management and regular rotation of sensitive information. AWS Secret Manager offers a secure solution for storing and rotating secrets, and by configuring Amazon Simple Notification Service (SNS) notifications for Secrets Manager rotation events, organizations can enhance their security measures significantly.   Securing Secrets with AWS Secret Manager AWS Secrets Manager is a managed service that provides a secure and convenient approach to storing, retrieving, and [...]

Enhance Your Security Posture: Configure SNS Notifications for AWS Secrets Manager Rotation Events2023-06-12T03:10:01+00:00

How to Migrate GoDaddy to AWS Lightsail

2023-06-07T07:11:40+00:00

What is GoDaddy? GoDaddy is a website and domain hosting service that uses WordPress on most of its sites. It is easy to use, but it can also be expensive. On the other hand, AWS LightSail provides me with the opportunity to save $3 off with the first three months free while offering greater control over my site and improved support from AWS. Before we start, you will need to have All-In-One WP Migration and the All-In-One WP Migration Unlimited Extension. It is helpful since you can use the plugin on all your websites at just one price. You can [...]

How to Migrate GoDaddy to AWS Lightsail2023-06-07T07:11:40+00:00

Efficient Log Monitoring: Filter CloudWatch Logs with Metric Filters and Get SNS Notifications

2023-06-05T01:49:15+00:00

Monitoring logs efficiently is essential in today's fast-paced and data-centric world, especially for cloud-based applications and services. Amazon Web Services (AWS) provides a robust solution called CloudWatch Logs, which enables centralized log monitoring, analysis, and management. One of the key functionalities of CloudWatch Logs is the ability to filter logs effectively using metric filters and receive notifications through Amazon Simple Notification Service (SNS). This combination empowers users to streamline log analysis, identify critical events, and take proactive measures to ensure smooth application operation. Understanding CloudWatch Logs Before delving into the details of using metric filters and SNS notifications, let's gain [...]

Efficient Log Monitoring: Filter CloudWatch Logs with Metric Filters and Get SNS Notifications2023-06-05T01:49:15+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!