aws credentials

boto3 aws

How to specify Credentials when connecting to AWS services using Boto3

Reading Time: 3 minutes Hello Readers! As we know AWS has become a leader in cloud computing. We have different ways of automating AWS services nowadays. One of the ways is python scripting with Boto3. Boto3 is the name of the python open source SDK for Amazon Web Services. So, for doing this we need to give AWS Credentials in boto3. In this blog we will see how many Continue Reading

Add AWS credentials in Terraform

Reading Time: < 1 minute Hi readers, in this blog we will discuss about the different ways to add aws credentials (access key and secret key) in a Terraform configuration file. There are many ways to do it. Lets discuss some of them. Add it to your configuration files while defining your variable This would be the most naive way to do it. You will add the values in the Continue Reading