2 Answers
- Newest
- Most votes
- Most comments
1
If you login using the IAM credentials of the principal that you used to create the domain, then you click on the domain URL, you should be auto logged in.
answered 3 years ago
0
Apart from the previous comment for using IAM credentials. For the preview access of DataZone, for access via portal, you can add the AWS Managed permission policy to the IAM principal to enable portal access for full access control
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "datazonecontrol:", "Resource": "" } ] }
answered 3 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
