AWS Setup accounts for multiple Environments

 When you want to grant permissions for various users who were invoking your project within multi-environments. You can try this solution.



Some Step Flows:

  1. Go to the AWS Organizations


=> Click On Add an AWS Account



=> Fill necessary info



  1. Move on IAM Identity Center

Choose Setting tab

=> Set necessary information


Choose User tab

=> Create User


  1. Assign User into organization

=> Choose aws acounts



=> Choose Users/Groups and then you can grant permission



  1. See the result from awsapp




Terraform

What is Terraform? Terraform is an Infrastructure as Code (IaC) tool that lets you define, provision, and manage cloud and on-premises infr...