7 Ways to Deploy Containers on AWS
17:14
AWS Lambda + Bedrock Tutorial
12:00
AWS CDK Crash Course for Beginners
1:07:31
AWS Workspaces Setup Tutorial
24:59
AWS API Gateway Introduction
27:48
The Big Problem With "Serverless"
6:34
Пікірлер
@NirmalKumar-i7z
@NirmalKumar-i7z 7 сағат бұрын
Excellent explanation, very easy to understand. Thank you very much!
@NirmalKumar-i7z
@NirmalKumar-i7z 13 сағат бұрын
Excellent explanation , very easy to understand. Thank you very much!
@MurdexChannel
@MurdexChannel 20 сағат бұрын
Here's the code for those who need it: import boto3 import json def lambda_handler(event, context): bedrock = boto3.client( service_name='bedrock-runtime', region_name = 'us-east-1' ) input = { 'modelId':'cohere.command-text-v14', 'contentType':'application/json', 'accept':'*/*', 'body': "{\"prompt\":\"What is AWS? \",\"max_tokens\":400,\"temperature\":0.75,\"p\":0.01,\"k\":0,\"stop_sequences\":[],\"return_likelihoods\":\"NONE\"}" } response = bedrock.invoke_model(body=input['body'], modelId=input["modelId"], accept=input["accept"], contentType=input["contentType"]) response_body = json.loads(response['body'].read()) print(response_body)
@kt4760
@kt4760 Күн бұрын
Thanks for this. I had previously always bound events to a lambda functions. Binding to an SQS queue saves the extra resource definition. I noticed only standard queues are supported (when binding directly to SQS).
@janik6n
@janik6n Күн бұрын
I wish one day these tutorials will do the IAM properly without the hand-of-god option.
@MurdexChannel
@MurdexChannel Күн бұрын
I guess it's because they are meant for beginners. Changing the action on the access policy to SQS: SendMessage will provide limited access to S3 to follow principle of least privilige.
@janik6n
@janik6n 18 сағат бұрын
@@MurdexChannel I think especially when you are beginner, you should understand the importance of IAM, even though it means additional layer of complexity to understand. As a consultant I see way too much AdminAccess and stars in real environments.
@OrsonChen-sg1yb
@OrsonChen-sg1yb Күн бұрын
So clear and the demonstration is easy to understand, THANK YOU!
@SagarSawant
@SagarSawant Күн бұрын
How to handle 410 gone exception?
@maidul13
@maidul13 2 күн бұрын
thanks, this was super helpful
@romanyfayiez3829
@romanyfayiez3829 2 күн бұрын
Thanks a lot or this awesome video!, great crash VPC content
@Haapavuo
@Haapavuo 2 күн бұрын
How to do this for an Android app instead of a Web app?
@TestDonCqmDJorr-qKDdKENPg
@TestDonCqmDJorr-qKDdKENPg 2 күн бұрын
0:05
@Tiparium_NMF
@Tiparium_NMF 2 күн бұрын
I love this breakdown, but it does somewhat leave me wondering when Sharding would be a good vs a bad idea. The cons seem pretty hefting in comparison to the pros. It would have been nice to run through a few specific different use cases and when one strategy would be better than another.
@ppppp524
@ppppp524 3 күн бұрын
I hate how you don't camel case your variable names. Hate it. I love the content tho, still gave a like
@marcusjackson9194
@marcusjackson9194 3 күн бұрын
hey, the both messages were "ObjectCreated:Put". Did you show us the same message twice by accident?
@itsmeshaheryar
@itsmeshaheryar 3 күн бұрын
Really like the explanation
@yotu9670
@yotu9670 3 күн бұрын
Which One is the Video which seems to be their first part where you have created the api gateway??
@DioXin
@DioXin 3 күн бұрын
How is this useful?
@anashe5417
@anashe5417 3 күн бұрын
No music, simple, straightforward, and well explain. Hard to find these type of videos. Keep the good work.
@Hiturion
@Hiturion 3 күн бұрын
I could never figured this second step out. Did set the IAM permission; why on earth you need this second step!! Thank you. So frustrating....
@TrishTruitt
@TrishTruitt 3 күн бұрын
Thank you! I signed up using a virtual credit card with a $10 a month limit.
@rishiraj2548
@rishiraj2548 3 күн бұрын
👍
@paperC_CSGO
@paperC_CSGO 3 күн бұрын
Very good, would love more content like this, AWS scenarios walk throughs
@timothyshiu2263
@timothyshiu2263 4 күн бұрын
Great video! Would you like to do a some unit test, integrated test, end to end test episode?
@maddada
@maddada 4 күн бұрын
Really cool explanation, thank you!
@paololizarazu
@paololizarazu 5 күн бұрын
Can I use fargate for db?
@zarpjox3r36
@zarpjox3r36 5 күн бұрын
good
@ragaswarupa4372
@ragaswarupa4372 6 күн бұрын
Hello! Nice video. I tried this out but i cannot view the published message in the cloud watch. Is there any other way to check the published message ?
@aranda271
@aranda271 6 күн бұрын
Hello, excellent video. I have a question: is it possible to create a mixed setup where the EC2 instance connects via a private network, but at the same time, have a public network to access RDS directly with an IP filter? Thank you very much.
@Bayashat2002
@Bayashat2002 7 күн бұрын
Hi, it's really good for us that you can write about the equipment you use. But one thing confuses me, I just watched your video three years ago, have you really not changed your desktop equipment in three years? Because I saw that the Desktop Equipment in the video description has not changed between three years ago and now. I mean, are these equipment really so durable?
@youtuber9758
@youtuber9758 7 күн бұрын
Managed service is more accurate
@r0h1th23
@r0h1th23 7 күн бұрын
Pagination becomes complex if you have a FilterExpression coupled with Limit.
@rjrmatias
@rjrmatias 7 күн бұрын
excellent tutorial
@l.r.h.i.bandara4262
@l.r.h.i.bandara4262 8 күн бұрын
Thank youu❤
@tomascostantino5532
@tomascostantino5532 8 күн бұрын
Legend, I had my handler make requests to the auth service and not working, this is so handy. Thanks
@artbart9080
@artbart9080 8 күн бұрын
Hi.Tried to reproduce and stuck with error:States.ExceedToleratedFailureThreshold.Cause:The specified tolerated failure threshold was exceeded. CSV file was an issue. Initially I saved excel file with test data as CSV UTF-8 and after error I saved as CSV. Execution succeeded.
@ibadshaikh2215
@ibadshaikh2215 8 күн бұрын
Key Takeaways of Free Tier: Three types come under the free tier: 1. (Free Trial:) - Only free for a certain period, like 1 or 2 months, depending on the service. - Will be charged at standard rates in both conditions, first if the trial period ends and second, if the monthly limit exceeds, even if it's the first month, no matter what. 2. (12 Months Free:) - Free for 12 months duration with 750 hours of usage per month. - Example: If you use an EC2 t2.micro instance running 24/7, it will cover approximately 750 hours in a 30-day month. If you launch multiple instances or run instances beyond the 750-hour limit in any given month, you will be charged for the additional hours at the standard rates. 3. (Always Free:) - Offers certain levels of service usage free of charge indefinitely, useful for ongoing small-scale use. - It also has monthly limits but can be used for free forever if the usage is below the limit; otherwise, it will also charge at standard rates depending on the service.
@ozonewagle
@ozonewagle 8 күн бұрын
Thnak you so much,
@PetersExcapades
@PetersExcapades 8 күн бұрын
bros got the best mouse ever!!! great video thank you!
@artbart9080
@artbart9080 9 күн бұрын
Very nice explained tutorial.keep it going!
@alexey_sychev
@alexey_sychev 9 күн бұрын
Key Master Service ;-D
@olhasliusar4917
@olhasliusar4917 9 күн бұрын
Nicely explained. Thank you!
@tishamahuja
@tishamahuja 9 күн бұрын
Hello, Dan! First of all thanks for posting this tutorial. In the section about ‘Default Visibility Timeout,’ you stated that the consumer should manually delete the messages. However, in the example provided, the messages are being automatically deleted. Our consumer (in this case, a Lambda function) is not handling message deletion. I’m confused.
@user-qq4or2pg6x
@user-qq4or2pg6x 10 күн бұрын
My Humble request is to do Openshift course, Please do that..... Thanks in Advance.
@sareshkumarcherukuri
@sareshkumarcherukuri 10 күн бұрын
Its awesome, the way you explained about Step Functions is excellent. I also using this service in aws. Pls do/share vedios on sagemaker.
@user-pz8oc4vs9s
@user-pz8oc4vs9s 10 күн бұрын
Where can I find policies you used in the video?
@MT-xb3ts
@MT-xb3ts 10 күн бұрын
Зачем нейроужимки рисованной мартышки в углу - загадка
@zeroday9551
@zeroday9551 10 күн бұрын
You mentioned "a lot of people use tablet to draw" and that's why I watched this video. With mouse, we can't write that clear. Can you post a video how to write on your pc from your tablet/phone?
@MT-xb3ts
@MT-xb3ts 10 күн бұрын
Skip to 3:00 to save time
@vjhesus
@vjhesus 10 күн бұрын
The video was very helpful, thank you some much!. Regards.
@zeppelinmexicano
@zeppelinmexicano 11 күн бұрын
Bien hecho, amigo (well done in your weird language of Inglish).