Coder Social home page Coder Social logo

aws-s3's Introduction

Terraform Script to create S3 Bucket on AWS.

Following AWS resources will be created.

  • S3 Bucket.
  • S3 Access.
  • S3 Ownership.

Details about repo.

  • This is a repo contains the code to create AWS S3 repo.
  • To access the AWS you can add your access and secret key in terraform.tfvars file. Or the other way around is you can create the env variable with the name "TF_VAR_AWS_ACCESS_KEY" and "TF_VAR_AWS_SECRET_KEY" and this automation script will automatically fetch the variables during execution.
  • All the variables are defined in vars.tf if you want to pass your variable add them in terraform.tfvars file.
  • You need to chnage the bucket name and the region name in "main.tf" file according to your need. If you want to keep your remote file local comment below given code in main.tf.
terraform {
  backend "s3" {
    bucket = "terraform-backup-sagar"
    region = "us-west-2"
    key    = "backup.tfstate"
  }
}

Terraform

To create infra run the below mention command

    - terraform fmt
    - terraform init
    - terraform plan
    - terraform apply    

Cleaning up.

You can destroy this cluster entirely by running:

terraform plan -destroy
terraform destroy  

aws-s3's People

Contributors

sagar0419 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.