Creating S3 bucket and uploading data in S3 buckets with Terraform
NOTE: • The AWS Credentails used are authentic and DELETED after the completion of this project for security purposes.
The Config file location for Linux & MacOS is:
~/.aws/config
The Credentials file location for Linux & MacOS is:
~/.aws/credentials
The Credentials used for this project are stored in these files
Created an AWS IAM User through AWS Management Console to use the credentials for accessing AWS through CLI
Created main.tf file containing Provider and Resource block for creating S3 bucket.
Uploaded data to S3 bucket by adding Resource block to add S3 bucket objects by updating main.tf file