Comments on: How to Launch AWS EC2 Instance Using Terraform https://www.linuxtechi.com/how-to-launch-aws-ec2-instance-using-terraform/ Sun, 20 Jun 2021 04:24:39 +0000 hourly 1 By: Pratik Gautam https://www.linuxtechi.com/how-to-launch-aws-ec2-instance-using-terraform/#comment-23403 Sun, 20 Jun 2021 04:24:39 +0000 https://www.linuxtechi.com/?p=11907#comment-23403 You can encrypt and store them.

]]>
By: Francisco https://www.linuxtechi.com/how-to-launch-aws-ec2-instance-using-terraform/#comment-23393 Fri, 18 Jun 2021 03:07:42 +0000 https://www.linuxtechi.com/?p=11907#comment-23393 It is the access key. Also, check that your access key is wrapped in strings.

Question: How do I save my access and secret code in a secret file so that I’m not hacked?

]]>
By: Pradeep Kumar https://www.linuxtechi.com/how-to-launch-aws-ec2-instance-using-terraform/#comment-23102 Thu, 27 May 2021 03:14:53 +0000 https://www.linuxtechi.com/?p=11907#comment-23102 In reply to Mamta shelke.

Hi Mamta,

It seems like issue is with AWS credentials, please cross check access and secret key.

]]>
By: Mamta shelke https://www.linuxtechi.com/how-to-launch-aws-ec2-instance-using-terraform/#comment-23098 Wed, 26 May 2021 06:51:20 +0000 https://www.linuxtechi.com/?p=11907#comment-23098 i receive an error :
Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 678ef266-6221-4617-8a80-38d67b775f93

on config.tf line 1, in provider “aws”:
1: provider “aws” {

]]>