ilyesedina / Project-handbook

Addressing best practices on thing that a ReadMe should include
0 stars 0 forks source link

Access Management #3

Open ilyesedina opened 1 month ago

ilyesedina commented 1 month ago

High-Level Plan

Questions to consider:

MVP

IBM Inro:

Udemy

Outcome

ilyesedina commented 2 weeks ago

Is it a best practice to separate out the access management from the source code? Additionally, what are some recommended strategies for implementing this separation effectively using Terraform, including considerations for repository structure, access control, and state management?

ilyesedina commented 2 hours ago

How to create an IAM role? There are multiple ways that an IAM Role can be created, evaluate the different methods and decide which one to use:

UI Creation manual creation It is not recommended since everything should be terraformed (but the simplest to implement).

CloudFormation Template: Create it through the AWS console.

Create it by Terraform: