...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Login to AWS console and go to IAM dashboard
Login to the AWS Account via the AWS Management Console
Enter your 12-digit account number. Click
Next
and then enter your username and password to login.Once you are logged in, you will land on the home page with a search bar at the top.
In the search bar, search for IAM and click on the search result called IAM.
You will be redirected to the IAM dashboard.
Bring in IAM Users and Groups into Zilla
...
Create an IAM Role for IAM Users and Groups
Steps to create an IAM Role
Click on
Roles
from the left hand side menu to begin then clickCreate role
button to create a new IAM Role.Under An AWS account select
Another AWS account
and enter the 12 digit Account ID of Zilla (087210011007). Select the Options checkbox for ‘Require external ID’ and enter the External ID field as your tenant’s domain name. ClickNext
.On the permissions page, search for the policy SecurityAudit , and select the checkbox. Click
Next
.Optionally add tags and click
Next: Review
.On the review page, add the name of the role Zilla-IAM-Reader-Role and optionally add a description. Review the trusted entity account id matches Zilla’s account Id (087210011007) and that the permissions section contains SecurityAudit. Click
Create role
.Once the role is created, you can search for it on the Roles tab and click on the role to check its details.
On the role details page, double check the policy under Trust relationships that Trusted entities has Zilla Account ID (087210011007) and your domain name as ExternalId condition.
Info |
---|
Notes:
|
Include Page | ||||
---|---|---|---|---|
|
Bring SSO Users, Groups and Permission Sets into Zilla
To Bring the SSO users, Groups and Permission sets into an AWS app instance in Zilla, this AWS app instance must have AWS Organization app instance as Parent Application.
...
Follow the steps here for AWS Organization Sync for this AWS apps’s app instance’s Parent Applicationhttps://zilla.atlassian.net/wiki/pages/resumedraft.action?draftId=2210168855
Info |
---|
Notes:
Refer AWS - Hidden SSO configurations for more details. |
Info |
---|
Notes:
|
Set up AWS Application Integration on Zilla
Login to Zilla at http://app.zillasecurity.com/.
Once you are signed in, you will land on the
Applications
page.Click
Add Application
. You will see a library of all applications listed which are supported by Zilla.Type “aws” into the search bar to filter the results.
Click on
Add to Applications
next to theAmazon Web Services
entry. You will see a dialog box appear.All the fields are optional. Click
Add to Applications
.You will be redirected back to the Applications page and you will see the
Amazon Web Services
entry included in the list.Click the application instance to configure its integration.
Click
Sync
...
now
in the top right corner. You will see a dialog box appear.Click the slider under API Integration to enable.
Enter the Role ARN. For
...
example:
arn:aws:iam::<YOUR_AWS_ACCOUNT_ID>:role/Zilla-IAM-Reader-Role
created above. and clickNext
.Click
Next
again.Your sync will begin. Once it completes, you will see the below message.
Click
Done
. You will then see a message like this if the sync completed successfully.You can close the message dialog and navigate to the Accounts tab to the IAM Users from your AWS account.
Next, click the Permissions tab to browse the permissions assigned to each user.
Click the Resources tab to browse the AWS resources (S3 Buckets and S3 Access points).
Click the Profile tab to browse the AWS account Security Settings.
...
Include Page | ||||
---|---|---|---|---|
|