تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Terraform AWS Secrets handling ضمن كورس Terraform شرح قناة Rahul Wagh، الفديو رقم 16 مجانى معتمد اونلاين
Instruction's Guides
Terraform and AWS credentials handling? - https://jhooq.com/terraform-aws-credentials-handling/
If you are new to terraform or maybe you have been using the terraform for quite some time then might have felt the need to manage your AWS Credentials inside your terraform file.
In this session we will go through the different ways to set up your AWS Credentials so that you do not have to re-configure the AWS Credentials every time, also we will pay attention on what are the most secure ways to handle your AWS Credentials
Here are three different ways of handling AWS Credentials -
1. Hard coding AWS Credentials(ACCESS_KEY, SECRET_KEY) inside terraform file (Not recommended)
2. Using /.aws/credentials file along with terraform’s shared_credentials_file settings
3. Configure AWS Credentials as environment variables
Timestamps
0:00 - Intro
1:39 - Hard coding AWS Credentials(ACCESS_KEY, SECRET_KEY)
4:25 - Using shared_credentials_file settings
8:06 - Configure AWS Credentials as environment variables
To learn more on DevOps visit - https://jhooq.com/
For more official documentation refer to - https://terraform.io/
Disclaimer/Policy: All the content/instructions are solely mine. The source is completely open-source.
Video is copyrighted and can not be re-distributed on any platform.
#terraform #devops #aws #cloud