Skip to content

tanjilbhuiyan/AWS-IAM-Identity-Center-using-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS IAM Identity Center using Terraform

This repository contains Terraform configurations to create an AWS IAM Identity Center (successor to AWS Single Sign-On) with the required AWS IAM roles and policies.

What is AWS IAM Identity Center?

AWS IAM Identity Center (successor to AWS Single Sign-On) is a service that enables users to access multiple AWS accounts and applications with a single sign-on experience. It eliminates the need for users to remember multiple usernames and passwords, and it provides administrators with a single place to manage access to their AWS resources.

What does this Terraform configuration do?

This Terraform configuration creates an AWS IAM Identity Center, including the required AWS IAM roles and policies. It also creates an AWS IAM user that can be used to test the AWS IAM Identity Center configuration.

How do I use this Terraform configuration?

  1. Clone this repository and navigate to the terraform directory.
  2. Initialize the Terraform working directory by running terraform init.
  3. Create the AWS IAM Identity Center by running terraform apply.
  4. Once the AWS IAM Identity Center is created, you can test it by running terraform output and using the output values to sign in to the AWS Management Console.

How do I customize this Terraform configuration?

You can customize this Terraform configuration by modifying the variables.tf file. This file contains variables that can be used to customize the AWS IAM Identity Center configuration.

File Tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages