In this recipe, we will learn to use AWS SSO. AWS SSO is a cloud service that helps us easily manage SSO access to multiple AWS accounts and other applications.
Setting up and using AWS SSO
Getting ready
We need at least two AWS accounts. I will be using a master account and a child account, as set up in the Creating a master account for AWS organizations and Creating a new account under an organization recipes in Chapter 1, Managing AWS Accounts with IAM and Organizations.
How to do it...
We can set up SSO from the main account as follows:
- Go to the AWS SSO service in...