Git Product home page Git Product logo

aws-sandbox's Introduction

aws-sandbox

Repository for playing around with multiple different AWS services, as well as potentially deploying lightweight application on said cloud services.

Prerequisites

  • Terraform
  • AWS CLI
  • AWS Account

New AWS Account Setup

  • Switch Payment Currency Preference to GBP from USD
  • Enable Activate IAM Access to allow IAM entities to be able to look at billing
  • Enable MFA for Root User
  • Generate Access Keys for Root Account (Delete afterwards, required for setting up initial IAM Users/Groups)
  • Install aws on local device, then enter aws configure to link AWS Account to local device

Deploy

For deploying a resource, navigate to the resource, app and the region to deploy to. To ensure that no resource names are committed to source control, each app and region has variable files set to dynamically populate the main.tf files. To set the variable values, create a file named secret.tfvars and backend.hcl to store the variable values for the main.tf and for the backend configuration.

Worth stating for the example below, you will need to remove backend from the main.tf if the s3 bucket and dynamo db table has not been created. This allows for the bucket and table to be created for storing terraform state files, and state locks.

$ cd s3/tf-state-bucket/primary
$ vim secret.tfvars
> terraform_bucket_name = test-state-bucket-euw2
> terraform_dynamo_table = tf-state-lock-table

$ vim backend.hcl
> terraform_bucket_name = test-state-bucket-euw2
> terraform_dynamo_table = tf-state-lock-table

$ terraform init -backend-config=backend.hcl
$ terraform plan -var-file=secret.tfvars
$ terraform apply -var-file=secret.tfvars

aws-sandbox's People

Contributors

u-blavins 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.