amazon web services

Setting Up Redirects on Amazon S3 for a Custom Domain Registered with Amazon Route 53

2023-11-06T08:50:20+00:00

This article will guide you on creating redirects on Amazon S3 for a website with a custom domain registered with Amazon Route 53. The following services will be used: Amazon Route 53 for domain registration and routing internet traffic, Amazon S3 for bucket creation, uploading a redirection script, configuring permissions for public access, and configuring the buckets for website hosting. In this example, we will redirect a custom domain registered with Amazon Route 53 instead of using this lengthy URL. - https://aws.amazon.com/developer/community/community-builders/community-builders-directory/?cb-cards.sort-by=item.additionalFields.cbName&cb-cards.sort-order=asc&awsf.builder-category=*all&awsf.location=*all&awsf.year=*all&cb-cards.q=Nestor%2BMayagma%2BJr.&cb-cards.q_operator=AND STEPS Step 1: Go to Amazon S3 → Buckets → Create bucket Follow the configurations below: Follow this [...]

Setting Up Redirects on Amazon S3 for a Custom Domain Registered with Amazon Route 532023-11-06T08:50:20+00:00

Navigating DNS Management: Unveiling Amazon Route 53 Inbound and Outbound Resolver Endpoints

2023-09-25T06:10:21+00:00

The DNS, or Domain Name System, forms the backbone of internet communication, translating user-friendly domain names into IP addresses that computers use to locate resources online. Amazon Route 53 Resolver is a service provided by Amazon Web Services (AWS) that allows you to manage DNS (Domain Name System) resolution within your Amazon Virtual Private Cloud (VPC) and connect your VPC to on-premises networks. Amazon Route 53 Resolver enables DNS communication between resources within your VPC and outside your VPC, including on-premises infrastructure. In this article, we will delve into the Amazon Route 53 Inbound and Outbound Resolver Endpoints, unraveling their [...]

Navigating DNS Management: Unveiling Amazon Route 53 Inbound and Outbound Resolver Endpoints2023-09-25T06:10:21+00:00

AWS Cloud Adoption Framework – AWS CAF

2023-12-04T10:55:27+00:00

Bookmarks What is the Cloud Adoption Framework? The Perspectives of the AWS Cloud Adoption Framework What is the AWS Cloud Adoption Framework? The AWS Cloud Adoption Framework, or AWS CAF for short, is simply a framework provided by AWS to assist you in adopting cloud computing for your enterprise infrastructure. It is a framework that contains various perspectives that are based on years of extensive experience and best practices in AWS. This can help you digitally transform and accelerate your digital transformation as well as business outcomes through the innovative use [...]

AWS Cloud Adoption Framework – AWS CAF2023-12-04T10:55:27+00:00

Managing AWS Organizations and Accounts with AWS Control Tower

2023-08-10T00:32:54+00:00

Introduction As organizations embrace the power of the cloud and scale their operations on Amazon Web Services (AWS), managing multiple AWS accounts can become a complex and daunting task. Challenges such as decentralized governance, inconsistent security controls, and manual provisioning processes can hinder an organization's ability to harness the full potential of AWS. To address these issues, AWS Control Tower steps in as a comprehensive solution that streamlines multi-account management and governance within AWS Organizations. AWS Control Tower provides a centralized, secure, and automated approach to managing AWS accounts, enabling organizations to maintain control and compliance across their entire AWS [...]

Managing AWS Organizations and Accounts with AWS Control Tower2023-08-10T00:32:54+00:00

Cloudfront Function URL Demo

2023-10-03T19:03:42+00:00

In this article, we will guide you through the process of setting up a CloudFront Function for your CloudFront distribution. We'll walk you through a scenario where we use CloudFront Functions to redirect users to different content based on their device type. By the end of this guide, you'll gain a clear understanding of how CloudFront Functions can benefit your specific use case. Creating an S3  Bucket This bucket will simply serve as a mock origin for the CloudFront distribution that we'll be creating. If you have some test buckets lying around, you may use them instead and skip this [...]

Cloudfront Function URL Demo2023-10-03T19:03:42+00:00

AWS Lambda Response Streaming Demo

2023-07-13T20:17:08+00:00

Introduction Response streaming is a new invocation method that enables your functions to progressively stream response payloads back to the clients. Instead of waiting for the entire data to be ready, your applications can now receive chunks of data as soon as they become available. This means faster loading times and a more responsive user experience. Response Streaming vs. Non-Streaming (Buffering) To quickly get an idea of how it works, we need to see it in action. Below, we show two functions that have the simple task of displaying a message in HTML. The non-streaming function introduces a delay of [...]

AWS Lambda Response Streaming Demo2023-07-13T20:17:08+00:00

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

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

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

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!