So everytime we need to export these access key and secret access key? for an example my manager don't want to give me these credential because i can leak this confidential data, and he wanted me to create some resources on aws cloud, so how can we do that
I would recommend using hashicorp vault for managing the secrets. Here is the blog post which you can follow - jhooq.com/hashi-vault-aws-secret-terraform/
Your terraform videos are good and best part is documentation. I have a question on best practice on following: Have 3 separated environments- Dev, qa, prod In Dev : 4 RDS instances In qa: 2 RDS Prod : 2 RDS RDS in an environment should not impact another RDS while any config changes. What would be the best way to manage such cases with minimum operational work but want to follow DRY approach?
Here is the guide if you are interested- jhooq.com/terragrunt-guide/ , but I am planning to prepare a session next week on terraform so keep visiting the channel
@@RahulWagh Thanks I have seen the Terragrunt tutorial and it was very helpful. I am commenting here as it might relate as well if you can please explain functional difference or the application of Terraspace compared to Terragrunt? thank you
you terraform videos are one of the best in RUclips, thanks for what you doing
Glad you enjoy it!
You are a DevOps GEM. The beauty of your videos all are documented which I can refer quickly and practise seamlessly . GOD BLESS YOU Raahul.
You are a welcome anil, enjoy learning
your videos are very helpful for real time time , thank you
Glad you like them!
Thanks. It would also be worth mentioning the order of processing if you have the credentials stored in more than one location
Great explanation; thank you sir. Subscribed.
Thanks for the sub!
Tq for your Support...it's very clear. And so cool....can you make a video on configmap and Devsecops concepts...
But where are we going to store our credential file for that?Shall we use vault?
So everytime we need to export these access key and secret access key?
for an example my manager don't want to give me these credential because i can leak this confidential data, and he wanted me to create some resources on aws cloud, so how can we do that
Hi, can you explain how to make terraform instead of aws system manager for patching?
You are question is bit confusion can you elaborate a bit more what is your scenario?
Please explain about production ready env to use the vault credentials as you said.
I need to prepare a separate session for that it will be a long one
Thanks a lot sir, your explanation is very understandable for beginners
Any other method other than these 3 sir.?? Because these are also not approved in my project
I would recommend using hashicorp vault for managing the secrets. Here is the blog post which you can follow - jhooq.com/hashi-vault-aws-secret-terraform/
Your terraform videos are good and best part is documentation. I have a question on best practice on following:
Have 3 separated environments- Dev, qa, prod
In Dev : 4 RDS instances
In qa: 2 RDS
Prod : 2 RDS
RDS in an environment should not impact another RDS while any config changes.
What would be the best way to manage such cases with minimum operational work but want to follow DRY approach?
Don’t want to use terragrunt or any other tools
Currently we are using aws keys on terraform but we need to export from jenkins how to do that
can u please make a video on how can handle the keys or service account file in terraform cloud
I will make a note of the topic, once i start preparing on terraform cloud then i will make sure creae one on keys and service account file
I am getting provider aws error in line one..after terraform plan
Did you run terraforming init before?
how to search path of /.aws/credential file?
1. in our personal windows laptop
2. in our aws ec2 machine with amazonlinux2 os
Refer to this doc for searching the credentials file - docs.aws.amazon.com/sdkref/latest/guide/file-location.html
@@RahulWagh thank you
How can I add env from jenkins sir?
There is provision to add secrets and env variables in jenkins which you can use
It would be helpful if you take the other case of creating a terraform script to store the secrets like password in secret manager without hardcoding
Hello Mr Rahul, so how is different than `Profile` ?
Profile you need to use when you have multiple environments like dev qa stg
@@RahulWagh thank you. Where can know more on the Environment variables Exported from Terraform?
How to create and store secrets in secret manager
Can you explain about terragrunt
Here is the guide if you are interested- jhooq.com/terragrunt-guide/ , but I am planning to prepare a session next week on terraform so keep visiting the channel
@@RahulWagh Thanks I have seen the Terragrunt tutorial and it was very helpful. I am commenting here as it might relate as well if you can please explain functional difference or the application of Terraspace compared to Terragrunt?
thank you