- 80
- 536 894
Majestic.cloud
Romania
เข้าร่วมเมื่อ 29 พ.ค. 2018
Hi! My name is László Bodor and I've created Majestic.cloud - a channel where you can find tutorials on cloud technologies, mostly on AWS but there might be also some other topics from time to time. I hope it will be useful for you. If it is then please subscribe and follow me on social media!
Will the new ChatGPT O1-preview model leave you jobless ? I don't think so!
ChatGPT's new o1-preview model has been released to the public. I've seen many people saying that it's a game changer. I would say hold your horses. So far it is failing at elementary things. This is not Artificial Intelligence. It's not even Intelligence if you ask me. But for more, watch the video!
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/
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/
มุมมอง: 272
วีดีโอ
New feature in CodeWhisperer: AI based code remediation for security vulnerabilities
มุมมอง 1749 หลายเดือนก่อน
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 ...
Use CodeWhisperer to automatically generate IaC code from Visual Studio Code
มุมมอง 2019 หลายเดือนก่อน
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
มุมมอง 750ปีที่แล้ว
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
มุมมอง 513ปีที่แล้ว
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
มุมมอง 7Kปีที่แล้ว
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
มุมมอง 10Kปีที่แล้ว
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
มุมมอง 6Kปีที่แล้ว
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
มุมมอง 184ปีที่แล้ว
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
มุมมอง 27Kปีที่แล้ว
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
มุมมอง 288ปีที่แล้ว
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 ?
มุมมอง 892ปีที่แล้ว
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
มุมมอง 430ปีที่แล้ว
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
มุมมอง 56ปีที่แล้ว
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
มุมมอง 12Kปีที่แล้ว
Upload large files to S3 with API Gateway and Lambda: Overcoming Size Limitations using Signed URLs
Passing the AWS Certified Solutions Architect - Professional certification exam in 2023
มุมมอง 8Kปีที่แล้ว
Passing the AWS Certified Solutions Architect - Professional certification exam in 2023
AWS CloudShell: The browser-based terminal for your AWS account
มุมมอง 986ปีที่แล้ว
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.8Kปีที่แล้ว
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
มุมมอง 13Kปีที่แล้ว
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.4Kปีที่แล้ว
How to use S3 Versioning to store multiple versions of your files
How to use a custom domain name with API Gateway
มุมมอง 7Kปีที่แล้ว
How to use a custom domain name with API Gateway
Secure the AWS API Gateway with Cognito User Pools & Cognito Authorizer
มุมมอง 23Kปีที่แล้ว
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)
มุมมอง 2.3Kปีที่แล้ว
Deploy your serverless app with AWS SAM Pipelines & Github Actions (also using OpenID Connect)
Protecting your endpoints with AWS Web Application Firewall (WAF)
มุมมอง 2.1Kปีที่แล้ว
Protecting your endpoints with AWS Web Application Firewall (WAF)
Never miss another event with EventBridge Archive and Replay: Here's How
มุมมอง 714ปีที่แล้ว
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
มุมมอง 4.2Kปีที่แล้ว
Building Serverless Event-Driven Architectures: A Beginner's Tutorial with EventBridge & API Gateway
EventBridge Scheduler - how to run scheduled tasks at scale!
มุมมอง 1.7Kปีที่แล้ว
EventBridge Scheduler - how to run scheduled tasks at scale!
API Gateway integration with SQS - implementing the Queue-based Load Leveling Pattern
มุมมอง 9Kปีที่แล้ว
API Gateway integration with SQS - implementing the Queue-based Load Leveling Pattern
How to set up S3 Replication - including Cross Region Replication
มุมมอง 9Kปีที่แล้ว
How to set up S3 Replication - including Cross Region Replication
i want to set multi env setup how can i do this. which i mean. my aliases named prod and Dev. we have different DBs for dev and prod. when im mapping the alias to version that env should be also set. how to do this????
I have a question how can I use the access token instead of the id token in the api gateway?
Lo mejor que encontre!!! cuanto tiempo puede durar el Token??? se puede revocar el Token cada vez que se invoque al Lambda? Saludos
Thank you that explanation was clear and very helpful to visualize. Well done on a clean explanation
Great video, but this aproach is B2B. M2M is by the "device_code" flow.
Thank you! But its a good practice to send Access Token instead of IdToken. How can we set that up?
did you find out how to use access token instead?
how do i abstract out the step function resource detail from api input as i dont need to share resource details with an integrating client?
Solution: I can hard-code it inside the Body Mapping Template apparently...
Thank you
I followed all steps and was able to get the token however token is not working when invoking API. getting bellow error: { "message": "Invalid key=value pair (missing equal-sign) in Authorization header (hashed with SHA-256 and encoded with Base64): 'fsdfdfdf/XXXXXXXewrwfsdfsdfewesdfsdf='." }
My GOD. You save me a lot of time. Lack of last step made me mad... Thank you so much!
You are really great. Thank you for the awesome content.
Im getting SSL insecure site error. However my site B is SSL secure. Where is the issue?
This is a very good overview. But I would recommend as first cost control. Technically its not the most important, but its what any new user is concerned about. AWS makes it quite difficult to understand costs (thats no accident)
I want to move all my files to intelligent tiering from standard, i setup a lifecycle rule and set the bucket class to intelligent tiering and set the number of days to 0. is it enough to completely transition to intelligent tiering , i dont want standard class to be used in the process.
Great video! Helped heaps. Just a question, how might I be able to set up the exchange of the authorization code for the tokens in my application?
Dude, what's not to like about a model? She literally explained to you how she found Q, which doesn't exist. So, with your question, you simply set the parameters of a new study, using an already created database, which you literally go through, answering the task at hand. Be grateful that GPT does not evaluate your approach to work by evaluating the quality of your "cognitive" contribution to the solution of the problem "set" by you!
Dude, the point is that if someone doesn't know a subject ChatGPT will be of no help. I knew that there is no Q there but someone else might genuinely be clueless or might have wrong information. And then ChatGPT will still not help him/her, even worse it will serve false information. Is that the future we want or we want artificial intelligence which is actually intelligent? And btw who is "she"?
@@Majesticcloud "SHe" - is intelligence of itself. That living among of anything that humanity could spot and inspect for their knowledge. SHe is the movement of the progressions, we only could be allowed to get some power for embracing chaos around our planet
very nice video .
Thank you very much. This is a clear tutorial with good explanation. ♥
Glad it was helpful!
I got this error "An error occurred (InvalidParameterException) when calling the AdminInitiateAuth operation: Auth flow not enabled for this client' When I tried to run your command to get token.
is it possible to extend the Cognito configuration to use OIDC (e.g. Azure AD) for machine to machine authorization using JWT token?
2:04 - EC2 Launch Template
Precise to the point fully packed 16 mins. I like the fact that you did not waste time on creating lambda integration :)
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
I think your resolution of your screen is a bit to large for youtube, it's difficult to read text, even in 1080p
how about https access?
thank you so much!
great video
but how can this client secret be kept secure...
It worked fine with Postman or other api testers but cors error from frontend. please
So helpful - thank you!
Great example
Thanks for posting the content.Will try it today
what if the object reside in the prefix? for example S3://bucketname/prefix1/prefix2/object. Thanks
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?
This is a great video. There are not a lot of resources on this topic. Thanks...!
verry clearly anh helpfull. Tks u
Very useful
Really pleased I found this video, it's been a huge help.
Good
Good.
Is there any to set the domain name same in route 53 and in custom domain section ?
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.
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
Thanks!
You're welcome and thank you too!
What will happen to the objects from destination bucket if the source bucket will be deleted?
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
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?
Thank you so much. Your content helped me
If we have multiple files in the S3 bucket 🪣 with same columns names can the above process work ?
I’m having a cloud computing assignment, and was searching for such a video. Thanks so much!