Thank you and happy it helped. Do checkout the AWS Series here bit.ly/aws-net-series Also if you are interested in AWS Lambda I have recently published a course here on Udemy bit.ly/aws-lambda-udemy
Thank you Radha! Do you work on AWS? Any other topics you would love to see me cover (Can't promise, but still good to build up a list and see what's possible 🙂) Thank you again for the support
@@RahulNath Yes, you guessed it right. When accessing the value from the parameter store, I am facing a latency issue. Do you know how to solve this problem? I would appreciate it if you could create a video on the following topic. Configure lambda in API gateway Token based authentication on API gateway using lambda. Lambda cold start problem Asynchronous lambda call
Options Pattern - ua-cam.com/video/SizJCLcjbOA/v-deo.html AWS Credentials - ua-cam.com/video/ukam37umkQc/v-deo.html Also check out the associated blog post - www.rahulpnath.com/blog/aws-parameter-store/
That really depends on your use cases - I would definitely keep it in minutes/hours, but again it's a choice you need to make for your app based on business needs and how/what you are storing in the parameter store. If you are looking to use it like Feature Flags then it will have to be lesser time interval.
Hi Rahul, awesome video, just wondering, wouldn't it be a problem if we leave the access key ID and secret access key as code? Is there a way to store those as well while still be able to use it when running docker container to get the parameter from system manager
Good point - yes! I talk about this in my AWS Credentials video here ua-cam.com/video/ukam37umkQc/v-deo.html You should be able to set up IAM roles and use that to connect. Let me know if that answers your question.
@@RahulNath hi Rahul, thank you for the suggestion. I went through your video on Credentials. But to my understanding, the ways to store a secret that you went through in this video only works on our local? Or am i missing something. How do we make it work in a production? So that I can get back a db connection string for users to use when i deploy it?
@@ghostslinger3148 You would set up the IAM permission roles for the application. For example, if it's a lambda I talk about it here ua-cam.com/video/ukam37umkQc/v-deo.html Based on how you are hosting the app you will need to set up the roles for that app in AWS or use CloudFormation ua-cam.com/video/U96230YlSJA/v-deo.html Does that answer your question? Feel free to reach out in case it doesn't , Not sure if I am missing something
Better than a thousand days of diligent study is one day with a great teacher, appretiate your errorts Sir
Thank you and happy it helped. Do checkout the AWS Series here bit.ly/aws-net-series
Also if you are interested in AWS Lambda I have recently published a course here on Udemy bit.ly/aws-lambda-udemy
You are a Legend.! Never misses your videos. Straight forward no bakwaas. 😎
Thank you Radha! Do you work on AWS? Any other topics you would love to see me cover (Can't promise, but still good to build up a list and see what's possible 🙂) Thank you again for the support
"Thank you for creating AWS videos! Your insightful content is a game-changer for anyone looking to navigate the cloud with confidence."
Happy to hear that Siraj and hope you are enjoying the AWS Series bit.ly/aws-net-series
Thanks for sharing knowledge, keep posting videos like this.
Glad you liked it Sameer. Guessing you are working on AWS? Do drop in topic suggestions if you have any 🙂 (Can't promise though 😉)
@@RahulNath Yes, you guessed it right.
When accessing the value from the parameter store, I am facing a latency issue. Do you know how to solve this problem?
I would appreciate it if you could create a video on the following topic.
Configure lambda in API gateway
Token based authentication on API gateway using lambda.
Lambda cold start problem
Asynchronous lambda call
You are just awesome Rahul ! keep making such wonderful content.
Thank you so much Nick😀 Hope you are enjoying the series bit.ly/aws-net-series
Thanks Rahul, You saved my Day😇
thank you Anila! Do check out my AWS Series bit.ly/aws-net-series
Excelent tutorial!
Thank you Elton!! Hope you have checked out the full series bit.ly/aws-net-series
Awesome video. Thanks!
Glad you liked it Oshan! Do check out the full AWS series here bit.ly/aws-net-series. Also drop in if you have any topic suggestion 😀
Could you please share the links for your Option Pattern and credential management videos? Thank you!
Options Pattern - ua-cam.com/video/SizJCLcjbOA/v-deo.html
AWS Credentials - ua-cam.com/video/ukam37umkQc/v-deo.html
Also check out the associated blog post - www.rahulpnath.com/blog/aws-parameter-store/
@@RahulNath Thanks, very help!
Hi Rahul, Thanks for the great video!
In general what's the reload time for production service?
That really depends on your use cases - I would definitely keep it in minutes/hours, but again it's a choice you need to make for your app based on business needs and how/what you are storing in the parameter store. If you are looking to use it like Feature Flags then it will have to be lesser time interval.
@@RahulNath Yeah makes sense!
Thank you .
Love it
Thank you again! 😍
Any suggestions on caching the values of parameter store? Does any AWS SDK offer that?
Hi Rahul, awesome video,
just wondering, wouldn't it be a problem if we leave the access key ID and secret access key as code?
Is there a way to store those as well while still be able to use it when running docker container to get the parameter from system manager
Good point - yes! I talk about this in my AWS Credentials video here ua-cam.com/video/ukam37umkQc/v-deo.html
You should be able to set up IAM roles and use that to connect. Let me know if that answers your question.
@@RahulNath hi Rahul, thank you for the suggestion. I went through your video on Credentials. But to my understanding, the ways to store a secret that you went through in this video only works on our local? Or am i missing something.
How do we make it work in a production? So that I can get back a db connection string for users to use when i deploy it?
@@ghostslinger3148 You would set up the IAM permission roles for the application. For example, if it's a lambda I talk about it here ua-cam.com/video/ukam37umkQc/v-deo.html
Based on how you are hosting the app you will need to set up the roles for that app in AWS or use CloudFormation ua-cam.com/video/U96230YlSJA/v-deo.html
Does that answer your question? Feel free to reach out in case it doesn't , Not sure if I am missing something
Thanks.
Always welcome! do you work on AWS? I’m trying to build some content on it - Do let know if you have topic suggestions
@@RahulNath yes Rahul. I worked on aws.... I have one qns for you.
@@parinitajha9416 Sure post it here or drop me an email (details in About page) 👍
can we use parameter store with feature management
Would be great if you can explain a bit further on what you are looking for.
@@RahulNath Feature management with AWS. Like we have feature management in Azure
@@laxmannagtilak5548 Good Suggestion. Will add it to my list