Тёмный
No video :(

Python - How to access DB credentials from AWS Secrets Manager? | AWS Secrets Manager Tutorial 

Java Home Cloud
Подписаться 39 тыс.
Просмотров 31 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@juanm555
@juanm555 2 года назад
Awesome video, I don't consider myself an AWS or Python expert, but I understood everything, thanks!
@vmalj89
@vmalj89 3 года назад
This is real good. A quick video showing lot of things. Thank you.
@shinygeorge4421
@shinygeorge4421 2 года назад
This explanation helped me to fix an error. Thanks for the info👍
@viciouz25
@viciouz25 3 года назад
Perfecto. Like the way you explain stuff to common people and beginners. Good job
@JavaHomeCloud
@JavaHomeCloud 3 года назад
Glad you liked it!
@gyohannan
@gyohannan Год назад
Hari, this is an awesome presentation. Hats off to you the way you explain it.
@JavaHomeCloud
@JavaHomeCloud Год назад
Thank you so much 🙂
@routeflasher
@routeflasher 3 года назад
Great video Hari. If it were a jewel, definitely a diamond! Took it right from your example to my production code.
@JavaHomeCloud
@JavaHomeCloud 3 года назад
That's awesome!
@sagarzambre7205
@sagarzambre7205 11 месяцев назад
Good one
@JavaHomeCloud
@JavaHomeCloud 11 месяцев назад
Thanks for the visit
@nikchakraborty9233
@nikchakraborty9233 3 года назад
nice video sir...keep sharing..
@JavaHomeCloud
@JavaHomeCloud 3 года назад
Keep watching
@aaronjameshorne
@aaronjameshorne 2 года назад
Good video
@DiegoMadrigali
@DiegoMadrigali 2 года назад
Great Video! You helped me so much. Thanks.
@JavaHomeCloud
@JavaHomeCloud 2 года назад
Glad it helped!
@zubyranks80
@zubyranks80 3 года назад
Really helpful and insightful. Thanks!
@JavaHomeCloud
@JavaHomeCloud 3 года назад
You're very welcome!
@vivekpuurkayastha1580
@vivekpuurkayastha1580 2 года назад
Thanks for the video ... in the video you explained that there are other ways to do the same and secrets manager is one of the ways ... Can you please point out a few other ways , so that I can explore them ... Thanks
@acrospidey
@acrospidey 4 года назад
Very awesome! Thank you.
@paletiprasadrao905
@paletiprasadrao905 4 года назад
Nice one 👌👍
@AsmithaSP
@AsmithaSP 3 года назад
thanks a lot for useful tutorial
@JavaHomeCloud
@JavaHomeCloud 3 года назад
Glad it was helpful!
@majumdardipesh
@majumdardipesh 4 года назад
It helped me a lot - thankyou :-)
@Tolulope374
@Tolulope374 Год назад
Thank you very much
@YogeshKumar-ls3iy
@YogeshKumar-ls3iy 4 года назад
Thank You for this.
@sujachebrolu5479
@sujachebrolu5479 4 года назад
good content, thank you!
@JavaHomeCloud
@JavaHomeCloud 4 года назад
Welcome!
@deepakshrikanttamhane285
@deepakshrikanttamhane285 3 года назад
hi very informative video...bu how to use this secret manager in aws glue to access mysql database
@marianek8092
@marianek8092 3 года назад
Great video. Does this also work within a Lambda function? I tried it but can't seem to print the username and password within the handler. thanks
@JavaHomeCloud
@JavaHomeCloud 3 года назад
Yes it does
@sagarajayathilaka
@sagarajayathilaka 3 года назад
Thanks a lot. This is wonderful.
@JavaHomeCloud
@JavaHomeCloud 2 года назад
You're very welcome!
@ig2947
@ig2947 4 года назад
Thank you - this tutorial was very helpful. One question: Is there any other way to programmatically connect to AWS (I mean if I don't want to store access key and secret key in my laptop / computer).
@JavaHomeCloud
@JavaHomeCloud 4 года назад
No way
@AvinashMamidi1
@AvinashMamidi1 3 года назад
You can pass the keys as arguments while you run the script
@idreesahmed2051
@idreesahmed2051 Год назад
Sir what if we have more than one schema/database in our MySQL RDS should I need to create separate secrets for another schema/database in the same RDS?
@marianek8092
@marianek8092 3 года назад
Great explanation. Could you please expand this demo with using this last code in lambda?
@juanm555
@juanm555 2 года назад
It should work pretty easily in Lambda too since boto3 is included in the default libraries for Lambda anyway, after that is just a matter of handling the json and inputing that in your engine configuration
@sridharrayappagari8030
@sridharrayappagari8030 2 года назад
Whoever has access to code can they not simply print the secret to know the value ? how can i secure it from doing that ?
@pachappagarimohanvamsi4641
@pachappagarimohanvamsi4641 3 года назад
I am not getting that what is the secret here ... People who have code execution rights can simply print and see the password details from that secretDect dictionary details getting from the secret manager right ... I think it's only for people who have read-only privileges to the code or people with AWS role with permissions... Pls, let me know if I am wrong.
@santealtamura5384
@santealtamura5384 2 года назад
Great video! However after creating a secret in secret manager I am no longer able to connect to the RDS DB instance. This is the error: "ERROR:root:1045 (28000): Access denied for user '@ (using password: YES)". What happened?
@Aman-ie9py
@Aman-ie9py 2 года назад
That's what i want but i need in nodejs
@VinaySingh-gw3yi
@VinaySingh-gw3yi 3 года назад
Dear Hari, if my python app is running on ec2 how can i ensure my app has access to read secrets from secrets manager??
@JavaHomeCloud
@JavaHomeCloud 3 года назад
Create IAM role for EC2 and attach
@VinaySingh-gw3yi
@VinaySingh-gw3yi 3 года назад
@@JavaHomeCloud Thank you for replying Hari...
@YogeshKumar-ls3iy
@YogeshKumar-ls3iy 4 года назад
How do i query rds (MySql) from a static site hosted on s3 and show the result there only.
@JavaHomeCloud
@JavaHomeCloud 4 года назад
Generally, static websites makes API calls and API developed in any language makes connection to DB/RDS
@krishnamoorthy3999
@krishnamoorthy3999 4 года назад
Hi could you please let me know which version of python and pip we have to use? I tried to use python 2 and I got error that unknown service name secrets manager..
@JavaHomeCloud
@JavaHomeCloud 4 года назад
use python3 and install boto3 module
@gene495
@gene495 4 года назад
Can leverage AWS secrets manager to be integrated with google sheet api?
@JavaHomeCloud
@JavaHomeCloud 4 года назад
what is that integration about?
@mantiksalcpp
@mantiksalcpp 3 месяца назад
So, when the hackers reach to source code can directly read db informations right ?
@JavaHomeCloud
@JavaHomeCloud 2 месяца назад
Which source code, Could you please elaborate?
Далее
A Minecraft Movie | Teaser
01:20
Просмотров 20 млн
AWS Secrets Manager - Rotate Secrets
20:02
Просмотров 10 тыс.
AWS Lambda and Secrets Manager Tutorial in Python
14:32
API vs. SDK: What's the difference?
9:21
Просмотров 1,4 млн
How I Would Learn to Code (if I could start again)
8:21