Code Monkey home page Code Monkey logo

terraform-aws-iam-management's Introduction

Terraform Common AWS IAM Management

This Repo is to manage all the IAM resources: IAM Policy, User and Role.

There are 2 cases we're going to handle:

    1. Common User/role/policy need to be deployed in all sub-accounts: in this case, we will use cloudformation stackset to manage the resources because we don't want to repeate the process for multiple times..

      this template should be less than the cloudformation size uplimit(51,200 bytes).

    1. Specific User/role/policy in different sub-account. for example: a service account might have multiple custom policies attached, and this might easily exceed the cloudformation size limit(51,200 bytes). we will use json files to manage all the policies.

Modules

  • cf-common-iam-resources: this is the cloudformation module to manage the stackset.
  • tf-custom-iam-resources: we will create this terraform module to manage IAM policy document, IAM User and Role.

├── README.md
├── deploy
│   ├── common
│   │   ├── templates
│   │   │   └── template.yaml
│   │   └── terragrunt.hcl
│   ├── sub-accounts
│   │   └── bus1
│   └── terragrunt.hcl
└── module
    ├── cf-common-iam-resources
    │   ├── main.tf
    │   ├── output.tf
    │   ├── readme.md
    │   └── var.tf
    └── tf-custom-iam-resources

terraform-aws-iam-management's People

Watchers

Evans 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.