Majestic.cloud
Majestic.cloud
  • 79
  • 503 139
New feature in CodeWhisperer: AI based code remediation for security vulnerabilities
AWS announced at the last re:Invent that Amazon CodeWhisperer now has an AI based code remediation feature for security vulnerabilities. First you have to run a Security Scan on your code - something that CodeWhisperer was able to do for a while, then you will get some suggestions with actual code that might fix the identified security vulnerabilities. I have taken this feature for a test ride so I can form an opinion on how it works.
If you liked this video please click on the like button! There's a new video on Majestic.cloud once a week so if you want to stay updated and don't want to miss any new videos then please subscribe to the channel!
Visit the site: majestic.cloud
Follow me on Twitter:
lacisoft (László)
cloud_majestic (Majestic.cloud)
Follow on Facebook: majesticcloudcomputing/
Переглядів: 140

Відео

Use CodeWhisperer to automatically generate IaC code from Visual Studio Code
Переглядів 1806 місяців тому
Amazon CodeWhisperer recently rolled out its latest feature, now supporting Infrastructure as Code (IaC). While not entirely a game-changer, it is still a significant productivity boost for builders like us. Let's see together how you can use CodeWhisperer in Visual Studio Code to enhance your productivity and generate Infrastructure as Code. If you liked this video please click on the like but...
Masking sensitive data in logs with CloudWatch Data Protection
Переглядів 5718 місяців тому
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 logs. That is usually not a good thing so you might want to mask this information in the logs. CloudWatch Data protection allows you to do that. In this video I will show you how to use this feature...
Getting started with Generative AI on AWS with Amazon Bedrock
Переглядів 4178 місяців тому
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, explain a few things about it and then also run a small python script that interacts with the models and generates a response to a prompt. If you liked this video please click on the like button! There...
Machine to Machine authorization using Client Credentials flow in AWS Cognito and with API Gateway
Переглядів 5 тис.10 місяців тому
If you need to do machine to machine authorization with the Client Credentials flow with AWS Cognito then this video is for you. I am going to explain what the client credentials flow looks like and what is it used for. Then we're going to go through the whole process of setting this up with a Cognito User Pool and demo it with API Gateway and Postman. If you liked this video please click on th...
Secure API Gateway with a Lambda authorizer - Implementing a custom authorizer
Переглядів 9 тис.Рік тому
A Lambda authorizer (or custom authorizer) is an API Gateway feature that uses a Lambda function to control access to your API. You can use this to implement a custom authorization scheme. With this when a request comes in to the API the API Gateway will first call the authorizer and checks if the token is valid and then it returns an IAM policy which either allows or denies the request. This v...
API Gateway calling Step Functions - a direct integration from an API to a state machine workflow
Переглядів 4,8 тис.Рік тому
If for whatever reason you want to trigger a Step Functions state machine workflow through API Gateway by exposing a HTTPS endpoint you can do that by creating a direct integration between API Gateway and AWS Step Functions. In this video I am going to show you step by step how to set up the Step Functions state machine, create the necessary IAM role and set up API Gateway to invoke the state m...
What AWS Solutions Architects do - key responsibilities and prerequisites
Переглядів 159Рік тому
If you ever wondered what are the responsibilities of an AWS Solutions Architect then this video is for you! Tune in to learn what solutions architects do on a daily basis and also find out some of the prerequisites to become a solutions architect. If you liked this video please click on the like button! There's a new video on Majestic.cloud once a week so if you want to stay updated and don't ...
Implement AWS Cognito login and registration (Sign In and Sign Up) in React JS
Переглядів 23 тис.Рік тому
In this video I am going to show you how to implement AWS Cognito login and registration in React JS. This is an essential use case whenever you are using AWS Cognito together with React to build a web application. The video will show you step by step how to create the necessary infrastructure as well, so we're going to deploy a Cognito User Pool (with App Client), a CloudFront distibution with...
Getting started with AWS Step Functions - simplifying workflow orchestration with state machines
Переглядів 251Рік тому
In today's video I will be telling you about AWS Step Functions which is a fully managed service that allows you to coordinate and orchestrate your microservices and serverless applications. It provides an intuitive way to design, visualize, and execute workflows using a declarative JSON-based language. With AWS Step Functions, you can easily build robust, scalable, and resilient workflows that...
Are AWS Certifications worth it in 2023 ? Should you get AWS certified ?
Переглядів 873Рік тому
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 when it might be better to hold off. Tune in to make an informed decision about your future in cloud computing. If you liked this video please click on the like button! There's a new video on Majest...
What are Lambda versions, aliases and weighted aliases and how to reference them from API Gateway
Переглядів 290Рік тому
Lambda versions, aliases and weighted aliases are useful features if you need to publish different versions of your Lambda functions. In this video I am going to explain what they are, how to use them but also how to reference specific versions or aliases from API Gateway. If you liked this video please click on the like button! There's a new video on Majestic.cloud once a week so if you want t...
TOP 3 mistakes that can affect your AWS account's security, cost and data
Переглядів 53Рік тому
Whenever you start using a new AWS account you should take some steps to prevent data loss, security breaches and unwanted costs. But many people tend to forget about these or not even know that they need to do these things. So in this video I am talking about a few of the mistakes that might result in security breaches, data loss or cost increases. I will also give you some of the solutions so...
Upload large files to S3 with API Gateway and Lambda: Overcoming Size Limitations using Signed URLs
Переглядів 10 тис.Рік тому
In this tutorial video, I guide you through the process of uploading large files to Amazon S3 using API Gateway and Lambda functions, while overcoming the default size limitations. By leveraging the power of signed URLs, we can bypass the 10 MB limitation of API Gateway and the 6 MB limitation of AWS Lambda. I'll start by explaining the challenges faced when dealing with large file uploads and ...
Passing the AWS Certified Solutions Architect - Professional certification exam in 2023
Переглядів 7 тис.Рік тому
Passing the AWS Certified Solutions Architect - Professional certification exam in 2023
AWS CloudShell: The browser-based terminal for your AWS account
Переглядів 874Рік тому
AWS CloudShell: The browser-based terminal for your AWS account
How to prevent direct access to CloudFront origins with custom headers and AWS WAF
Переглядів 2,4 тис.Рік тому
How to prevent direct access to CloudFront origins with custom headers and AWS WAF
How to set up S3 Lifecycle Rules to save on S3 costs
Переглядів 10 тис.Рік тому
How to set up S3 Lifecycle Rules to save on S3 costs
How to use S3 Versioning to store multiple versions of your files
Переглядів 2 тис.Рік тому
How to use S3 Versioning to store multiple versions of your files
How to use a custom domain name with API Gateway
Переглядів 5 тис.Рік тому
How to use a custom domain name with API Gateway
Secure the AWS API Gateway with Cognito User Pools & Cognito Authorizer
Переглядів 19 тис.Рік тому
Secure the AWS API Gateway with Cognito User Pools & Cognito Authorizer
Deploy your serverless app with AWS SAM Pipelines & Github Actions (also using OpenID Connect)
Переглядів 1,9 тис.Рік тому
Deploy your serverless app with AWS SAM Pipelines & Github Actions (also using OpenID Connect)
Protecting your endpoints with AWS Web Application Firewall (WAF)
Переглядів 1,9 тис.Рік тому
Protecting your endpoints with AWS Web Application Firewall (WAF)
Never miss another event with EventBridge Archive and Replay: Here's How
Переглядів 606Рік тому
Never miss another event with EventBridge Archive and Replay: Here's How
Building Serverless Event-Driven Architectures: A Beginner's Tutorial with EventBridge & API Gateway
Переглядів 3,7 тис.Рік тому
Building Serverless Event-Driven Architectures: A Beginner's Tutorial with EventBridge & API Gateway
EventBridge Scheduler - how to run scheduled tasks at scale!
Переглядів 1,5 тис.Рік тому
EventBridge Scheduler - how to run scheduled tasks at scale!
Introduction to EventBridge Pipes
Переглядів 1,3 тис.Рік тому
Introduction to EventBridge Pipes
API Gateway integration with SQS - implementing the Queue-based Load Leveling Pattern
Переглядів 8 тис.Рік тому
API Gateway integration with SQS - implementing the Queue-based Load Leveling Pattern
How to set up S3 Replication - including Cross Region Replication
Переглядів 7 тис.Рік тому
How to set up S3 Replication - including Cross Region Replication
AWS Application Composer - Demo and review
Переглядів 1,5 тис.Рік тому
AWS Application Composer - Demo and review

КОМЕНТАРІ

  • @jroseme
    @jroseme 10 днів тому

    DUDE, I don't know how long it would have taken me to figure out the last step on my own. Worked first time!!! SUb'd

  • @hokuspookus
    @hokuspookus 11 днів тому

    I think your resolution of your screen is a bit to large for youtube, it's difficult to read text, even in 1080p

  • @gioivanmaniego301
    @gioivanmaniego301 12 днів тому

    how about https access?

  • @stayingaliveable
    @stayingaliveable 13 днів тому

    thank you so much!

  • @killiankavanagh3854
    @killiankavanagh3854 20 днів тому

    great video

  • @francistony7110
    @francistony7110 20 днів тому

    but how can this client secret be kept secure...

  • @heavenly.secrets3498
    @heavenly.secrets3498 21 день тому

    It worked fine with Postman or other api testers but cors error from frontend. please

  • @kbanikis
    @kbanikis 25 днів тому

    So helpful - thank you!

  • @Hlangwaneamukelani
    @Hlangwaneamukelani Місяць тому

    Great example

  • @ranjeetbadhe
    @ranjeetbadhe Місяць тому

    Thanks for posting the content.Will try it today

  • @aws_online_training
    @aws_online_training Місяць тому

    what if the object reside in the prefix? for example S3://bucketname/prefix1/prefix2/object. Thanks

  • @sanjitshaw2441
    @sanjitshaw2441 Місяць тому

    Thank you so much for the video. It was very helpful. I have a question. I want to get notified via email when ever any PII data detected in logstream. Could you please guide on that too?

  • @maticase
    @maticase Місяць тому

    This is a great video. There are not a lot of resources on this topic. Thanks...!

  • @DuyHuynhTran
    @DuyHuynhTran 2 місяці тому

    verry clearly anh helpfull. Tks u

  • @vishnupriya47659
    @vishnupriya47659 2 місяці тому

    Very useful

  • @johnlowe6894
    @johnlowe6894 2 місяці тому

    Really pleased I found this video, it's been a huge help.

  • @vaibhavsrivastava4645
    @vaibhavsrivastava4645 2 місяці тому

    Good

  • @bishop339
    @bishop339 2 місяці тому

    Good.

  • @gmailsmart8298
    @gmailsmart8298 3 місяці тому

    Is there any to set the domain name same in route 53 and in custom domain section ?

  • @IssamZeinoun
    @IssamZeinoun 3 місяці тому

    can we do this with GovCloud? Amplify is not available on GovCloud, would the amplify libraries still work? I'm working hard to get this to work and having several issues, one of which is running the "amplify init" which doesn't like any key I give it :( even if the key points to a commercial AWS account.

  • @govindanpotti5005
    @govindanpotti5005 3 місяці тому

    I followed this completely per the instruction and but the node client.js command fails with 403 (forbidden). Any insights? Error getting pre-signed URL: AxiosError: Request failed with status code 403

  • @mantrax314
    @mantrax314 3 місяці тому

    Thanks!

    • @Majesticcloud
      @Majesticcloud 3 місяці тому

      You're welcome and thank you too!

  • @CC-wc4ku
    @CC-wc4ku 3 місяці тому

    What will happen to the objects from destination bucket if the source bucket will be deleted?

  • @vijaykumarmotupalli6912
    @vijaykumarmotupalli6912 3 місяці тому

    I did exactly same but i have multiple app clients for same userpool, one of the client using client credentials flow. If i use same user pool as authorizer it only accepting ID token but not access token so third client generated access token not working

  • @karmendra1984
    @karmendra1984 3 місяці тому

    Hi, great explanation, thanks! I have a query regarding managing millions of logs. Suppose the data protection log identifies a few occurrences in the log group "piidetected". How can I efficiently search for the specific log stream and log line in the log group where the PII is reported?

  • @glenwang1746
    @glenwang1746 4 місяці тому

    Thank you so much. Your content helped me

  • @ruhionthego8233
    @ruhionthego8233 4 місяці тому

    If we have multiple files in the S3 bucket 🪣 with same columns names can the above process work ?

  • @yasithhhs
    @yasithhhs 4 місяці тому

    I’m having a cloud computing assignment, and was searching for such a video. Thanks so much!

  • @PenguinSpdSlayeR
    @PenguinSpdSlayeR 4 місяці тому

    Great video! But only showing auth through postman, people may struggle with a 'machine to machine' requests as the premice of the video made we expect.

  • @KarimFayed-oy5oo
    @KarimFayed-oy5oo 4 місяці тому

    Great Video! Thanks a lot, but how can I have the data used in registration ex email be used and saved in the backend which is also a lambda

  • @ngkimyong7344
    @ngkimyong7344 4 місяці тому

    Thanks. Is there a lock-in period for objects in Glacier?

  • @KanmaniVenniudaiyar
    @KanmaniVenniudaiyar 4 місяці тому

    Thanks a lot. It worked 😊

  • @KanmaniVenniudaiyar
    @KanmaniVenniudaiyar 4 місяці тому

    Thanks a lot. It worked 😊

  • @rajnishsagar7307
    @rajnishsagar7307 4 місяці тому

    Hey I am looking for domain redirection but here in my case both are subdomains and its not working as guided by you.. Can you assist me plss.. Thanks

  • @fatmascorner
    @fatmascorner 4 місяці тому

    Isn't it the same process with creating a cognito custom domain ? Do you have a video for that?

  • @vivekgowda1576
    @vivekgowda1576 5 місяців тому

    thanks for sharing, How to configure the SSO saml using react amplify

  • @bluedotfund
    @bluedotfund 5 місяців тому

    YES. thank you.

  • @yuchuga8341
    @yuchuga8341 5 місяців тому

    how do you create the template.yaml file with the correct values specific to your project ?

  • @jimmelbermudez
    @jimmelbermudez 5 місяців тому

    Thank you master!

  • @rpatil1169
    @rpatil1169 6 місяців тому

    which is cost effective, using s3 or lambda function + api gateway?

  • @ilovepizza8263
    @ilovepizza8263 6 місяців тому

    great video

  • @fraserf-j986
    @fraserf-j986 6 місяців тому

    Great Video!! Helped alot.

  • @user-fg9bm4wb5u
    @user-fg9bm4wb5u 6 місяців тому

    How can i have similar authoriser for Websocket API on API GW?

  • @pedroprado8295
    @pedroprado8295 6 місяців тому

    Thank you for this video!

  • @iaroslavdavydiak6439
    @iaroslavdavydiak6439 6 місяців тому

    Thanks for great explanation!!!

  • @niteshashok9941
    @niteshashok9941 7 місяців тому

    Very detailed video, covered maximum scenarios helps us understand the concept in depth. Thank you.

  • @riariddhima
    @riariddhima 7 місяців тому

    Can you post a video with IAM user disabling after 45 days of inactivity as well?

  • @user-ty9tk8br5n
    @user-ty9tk8br5n 7 місяців тому

    Hi Lazlo, nice tutorial!!! I did all the steps and worked OK upto the s3 sync, but when accessing the cloudfront link i got this message response on the browser: This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <code>Access Denied</>. Any idea what I missed?

  • @osada96
    @osada96 7 місяців тому

    After successfull initial replication if I delete a file in the source bucket it will be also deleted automatically in the destination bucket?

  • @user-vh6iz3ox1d
    @user-vh6iz3ox1d 7 місяців тому

    I followed this to the letter and I'm getting {"message": "Internal server error"} as my response. Any hints on how to debug this? I see the request in the logs for API Gateway, but nothing in the SQS logs. The logs in API Gateway literally just say error 500, which is not of any help.