Skip to content

Creating S3 bucket and uploading data in S3 buckets with Terraform

License

Notifications You must be signed in to change notification settings

sidgolangade/Terraform-with-AWS-S3

Repository files navigation

TF

Terraform with AWS S3

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

Step-1

Created an AWS IAM User through AWS Management Console to use the credentials for accessing AWS through CLI

Step-2

Created main.tf file containing Provider and Resource block for creating S3 bucket. alt text alt text alt text

Step-3

Uploaded data to S3 bucket by adding Resource block to add S3 bucket objects by updating main.tf file alt text alt text alt text

About

Creating S3 bucket and uploading data in S3 buckets with Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages