AWS Services

84 videos in this category

Masking sensitive data in logs with CloudWatch Data Protection

Masking sensitive data in logs with CloudWatch Data Protection

Whenever you handle sensitive information like addresses, names, emails. social security numbers or even AWS secret keys in your code this has the potential to make this information available in the l

aws cloud CloudWatch logging logs mask monitoring personal information protect sensitive data
Getting started with Generative AI on AWS with Amazon Bedrock

Getting started with Generative AI on AWS with Amazon Bedrock

If you’re looking to get started with Generative AI on AWS then AWS Bedrock is the service you’re looking for! In this video I am going to look at this service and show you around in the console, expl

ai amazon bedrock aws cloud foundational models generative ai image generation large language models text generation
Are AWS Certifications worth it ? Should you get AWS certified ?

Are AWS Certifications worth it ? Should you get AWS certified ?

Thinking about an AWS certification? This video breaks down everything you need to know before taking the plunge. Discover the value of these certifications, why they can boost your career, and also w

associate aws certified cloud cloud practitioner developer professional should i get certified solution architect sysop administrator worth it
How to set up S3 Lifecycle Rules to save on S3 costs

How to set up S3 Lifecycle Rules to save on S3 costs

AWS S3 Lifecycle Rules is a powerful feature that automates the process of managing your S3 objects, optimizes your data storage and it allows you to save on S3 costs. In this video, we’ll explore eve

aws cloud cost savings lifecycle rules lower cost S3 storage classes transition objects
How to use a custom domain name with API Gateway

How to use a custom domain name with API Gateway

By default your AWS API Gateway URL’s are pretty long and hard to remember and also confusing for your customers. What if you could use your own domain name for the API ? Something like api.yoursite.c

API Gateway aws Certificate Manager cloud custom domain https Route53
Protecting your endpoints with AWS Web Application Firewall (WAF)

Protecting your endpoints with AWS Web Application Firewall (WAF)

In this video I will explore the AWS Web Application Firewall (WAF) and show how it can help you protect your endpoints from unwanted traffic. With the rise of cyber threats and attacks, it’s crucial

API Gateway aws cloud custom rules endpoint protection managed rules security waf web application firewall
Introduction to EventBridge Pipes

Introduction to EventBridge Pipes

EventBridge Pipes was released at the 2022 re:Invent and it allows you to connect different types of sources with targets and helps you build event driven architectures in an easier way by reducing th

aws cloud enrichment EventBridge eventbridge pipes filtering Lambda pipes sqs
Integrating AWS API Gateway with SQS

Integrating AWS API Gateway with SQS

Implementing the Queue-Based Load Leveling pattern In some cases you might want to process the requests that are coming into API Gateway in an asynchronous way. That could be happening for many reason

API Gateway application integration aws cloud patterns queue-based load leveling simple queue service sqs
AWS Application Composer – Demo and review

AWS Application Composer – Demo and review

AWS released Application Composer about one and a half months ago at AWS re:Invent 2022. It is a tool that allows you to visually design and build serverless applications. You can just drag and drop c

application composer aws AWS SAM cloud cloudformation developer tools development Serverless
The Top AWS services every developer should know

The Top AWS services every developer should know

Often I am being asked by developers about the AWS services and one of the most common questions is: what should I start with? After all there are so many services in AWS that it’s hard to know for a

API Gateway aws AWS SAM CDK cloud cloudformation CloudWatch Cognito DynamoDB EventBridge IAM Lambda Microservices S3 Serverless sns sqs step functions Top10 X-Ray
Assign permissions to EC2 instances with IAM Roles

Assign permissions to EC2 instances with IAM Roles

By default your EC2 instance has no access to other services such as S3. But what if you want to access S3 from EC2 ? You could use access keys and secret keys but that’s prone to security issues if t

access key assume role aws EC2 IAM IAM Role S3 secret key temporary credentials
How to install PHP 7.2/7.3/7.4/8.0 on Amazon Linux 2

How to install PHP 7.2/7.3/7.4/8.0 on Amazon Linux 2

So I’ve tried installing PHP on an Amazon Linux 2 EC2 instance today and what I found is that even though we are in 2021 Amazon Linux 2 still comes with PHP 5.4.x. Which is maybe understandable becaus

amazon linux 2 amazon-linux-extras aws install php php 7.2 php7.3 php7.4 php8.0
React continuous deployments from Github to S3

React continuous deployments from Github to S3

Creating a deployment pipeline for React apps from Github to S3 static buckets is easy with AWS CodePipeline and AWS Codebuild – this video shows you how to do it step by step and even demonstrates ho

aws bucket bucket policy Certificate Manager cloudfront codebuild codepipeline continuous deployment custom domain name iam policy IAM Role Route53 S3 ssl certificate
How to share S3 Buckets across AWS accounts with IAM Roles

How to share S3 Buckets across AWS accounts with IAM Roles

If you need to share S3 buckets across AWS accounts to provide access to your objects stored in these S3 buckets you can do that multiple ways. In this tutorial we will use the method with IAM roles b

assume role aws bucket cloud cross-account IAM IAM Role role S3 sharing
How to run Amazon Linux 2 on premises (locally) as a VM

How to run Amazon Linux 2 on premises (locally) as a VM

If you want to run Amazon Linux 2 on premises (on a local computer) for development and testing purposes then you can do that by using the virtual machine (VM) images provided by Amazon. This video sh

amazon linux aws linux local development on premises virtualbox vm
Using Amazon EFS (Elastic File System) with AWS Lambda

Using Amazon EFS (Elastic File System) with AWS Lambda

EFS or Elastic File System is an AWS service offering a fully managed elastic and shared file system that can be integrated with other AWS services. Up until now it was not possible to use EFS with La

aws AWS Lambda EFS Elastic File System file system Lambda NodeJS persistence Serverless
AWS re:Invent 2019 – keynote  announcements 1

AWS re:Invent 2019 – keynote announcements 1

AWS re:Invent 2019 started on Monday the 2nd of December. We are on day 2 and the keynote by Andy Jassy – CEO of AWS has brought us a whole bunch of new features for existing products but also a coupl

announcements aws conference events keynote re:Invent
How to query CSV files on S3 with Amazon Athena

How to query CSV files on S3 with Amazon Athena

Amazon Athena is a serverless interactive query service, it supports multiple formats for the data, there is no infrastructure to manage and you pay only for what you use, in this case what you query

amazon athena amazon s3 aws CSV interactive query service query S3 Serverless sql
How to set up VPC peering in AWS

How to set up VPC peering in AWS

A VPC Peering connection is a networking connection between two VPC’s that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses. While VPC’s are isolated from each

aws EC2 networking Peering connection Private connection VPC
Getting started with AWS SAM | SAM Series #1

Getting started with AWS SAM | SAM Series #1

AWS Serverless Application Model or SAM is an open-source framework for creating serverless applications. It provides a foundation for building simple or complex applications with many different parts

API API Gateway aws AWS SAM AWS SAM CLI aws-cli Lambda Open Source SAM Serverless
Working with AWS CLI profiles

Working with AWS CLI profiles

Often when working with the AWS CLI you need to use different AWS profiles on your local machine depending on the situation. Switching between profiles is very easy and conveninent. This video will sh

aws aws-cli IAM profiles users
Remote logins with AWS Systems Manager – Session Manager

Remote logins with AWS Systems Manager – Session Manager

What if you could connect to your EC2 instance without a private key or a password ? You can do this with AWS Systems Manager – Session Manager. Even more, you can do this for Linux or Windows instanc

bastion host EC2 remote login session manager SSH systems manager
How to install wkhtmltopdf on Amazon Linux

How to install wkhtmltopdf on Amazon Linux

wkhtmltopdf (and its sibling wkhtmltoimage) are often used to generate pdf files or images from html. However when you install wkhtmltopdf on Amazon Linux you can run into a small issue which is not t

amazon linux install libpng15 library wkhtmltopdf
Impressions from AWS Summit London 2019

Impressions from AWS Summit London 2019

So I’m just back from the AWS Summit London 2019. The capital of the UK is one of my favorite cities in the whole world. I visited it in numerous occasions but this was only the second time I attended

2019 aws conference london summit
AWS re:Invent 2018 keynotes

AWS re:Invent 2018 keynotes

Below you can find the recordings for the keynotes from AWS re:Invent 2018 Monday Night live with Peter DeSantis   Global Partner Keynote with Terry Wise Keynote with Andy Jassy Keynote with Werner Vo

2018 aws keynote re:Invent
How to create a Billing Alarm in AWS

How to create a Billing Alarm in AWS

In order to monitor your costs in AWS it’s advisable to create billing alerts. These will notify you immediately when your costs go above a certain user defined threshold. This video will show you how

aws billing alarm cost control
How to replace a lost EC2 key pair

How to replace a lost EC2 key pair

Sometimes it can happen that you lose an EC2 key pair. That would mean that you can no longer login to the instance. However this problem has an easy solution. In this video I will show you how to rep

aws EC2 key pair SSH
Welcome to Majestic.cloud

Welcome to Majestic.cloud

Welcome! With this post I’m releasing to the world the new Majestic.cloud website/blog. What is Majestic.cloud you might ask. Well, that’s a good question. Majestic.cloud wants to be a new resource to

cloud majestic