ImportantAWS Accounts in Trend Vision One are now managed by the Cloud Accounts app.
To add new AWS accounts, see Adding an AWS account using CloudFormation.
You can still use APIs to add new accounts to Server & Workload Protection. However, Trend Micro recommends using the
Cloud Accounts app, which provides access to more advanced cloud security and
XDR capabilities. This topic is for reference only.
|
Topics:
What is the external ID?
Along with the cross-account role ARN, the external ID is used to grant access from
one AWS role
to another. The external ID is provided by a third-party service that wants to
assume the role of your account. If you trust that service to act on your
behalf, you add that external ID to your cross-account role. In this case, Server & Workload Protection is the third-party service that is
providing an external ID to you, in order to act on behalf of your AWS account.
Server & Workload Protection uses this access to synchronize
information from your AWS account and maintain an up-to-date record of your
resources. For details, see this AWS document: How to Use External ID When Granting Access to Your AWS
Resources.
Notes:
- The external ID is only used when adding an AWS account using a cross-account role.
- The same external ID is used for all AWS accounts added using cross-account roles.
Configure the external ID
Configuring the external ID is one step in a larger process of adding a cross-account
role.
Update the external ID
If you previously added an AWS account using a cross-account
role, you might have specified a user-defined external ID. To better align with
AWS best-practices, Trend Micro recommends switching to the Server & Workload Protection-defined external ID.
NoteAWS accounts that were previously added with a user-defined external ID will continue
to function as normal.
|
Determine whether you're using a user- or manager-defined external ID
If you're not sure whether you're currently using a user- or manager-defined external
ID, follow the procedure below to find out.
Procedure
- Log in to Server & Workload Protection.
- Click Computers.
- Right-click the AWS account that was added using a cross-account role and select Properties.
- If an Update link appears next to the external ID, it means that a user-defined external ID is currently in use and should be updated. If an Update link does not appear, it's because the Server & Workload Protection-defined external ID is currently in use, and no action is necessary.
- Repeat this procedure for each account that has been added to Server & Workload Protection using a cross-account role.
What to do next
Update the external ID through the Server & Workload Protection console
Procedure
- If you have not already done so, log in to Server & Workload Protection, right-click the AWS account you want to update, and select Properties.
- Click the Update link that appears next to the external ID. The Update link disappears.
- Note the external ID. You'll need it in the next step to configure the cross-account role.
- Log in to the AWS account whose external ID you just updated. Update the cross-account role's IAM policy by replacing the old external ID with the new one.
- Back on the properties window, click Apply to apply changes. Your account's user-defined external ID has now been updated to the Server & Workload Protection-defined one.
- Repeat this procedure for each account that has been added to Server & Workload Protection using a cross-account role.
What to do next
Update the external ID through the Server & Workload Protection API
Procedure
- If you don't already have the new manager-defined external ID, call the
/api/awsconnectorsettings
endpoint to retrieve it (theExternalId
parameter). - Log in to the AWS account where the cross-account role was configured. Update the cross-account role's IAM policy by replacing the old external ID with the new one. Repeat this step for each account that has been added to Server & Workload Protection using a cross-account role.
- Using the
/api/awsconnectors
endpoint, perform anUpdate action
on the account you are updating, with itsCrossAccountRoleARN
parameter set to the same role ARN as it is currently. Do not provide an external ID in the request object. Your account's user-defined external ID has now been updated to the Server & Workload Protection-defined one.
What to do next
Retrieve the external ID
There are a few ways to retrieve the external ID for use with cross-accounts.
Through the Server & Workload Protection API
- Call the
/api/awsconnectorsettings
endpoint to retrieve it (theExternalId
parameter).
Disable retrieval of the external ID
You might want to disable the ability to view and retrieve the external ID in the
Server & Workload Protection console to prevent unauthorized
access to it. You can retrieve the ID once, store it in a safe place like your
secrets manager, and then disable the retrieval for everyone else.
NoteRetrieval can be enabled again at any time.
|
To disable retrieval:
Procedure
- Log in to Server & Workload Protection.
- Click Administration at the top.
- In the main pane, click the Security tab.
- Deselect Enable retrieval and viewing of AWS external ID.
- Click Save.
What to do next
TipYou can also use roles to prevent access to the external ID. For details, see User Roles (Foundation Services
release).
|