New FalconDiscoverAwsAccount - CrowdStrike/psfalcon GitHub Wiki
Provision Falcon Discover for Cloud AWS Accounts
Requires 'AWS accounts: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
OrganizationId | String | AWS organization identifier | X | ||||
AccountType | String | AWS account type |
commercial gov
|
X | |||
IsMaster | Boolean | AWS master account status | X | ||||
CloudtrailRegion | String | AWS region where the account containing cloudtrail logs resides | X | ||||
Id | String | AWS account identifier | X |
New-FalconDiscoverAwsAccount [[-OrganizationId] <String>] [[-AccountType] <String>] [[-IsMaster] <Boolean>] [[-CloudtrailRegion] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
POST /cloud-connect-aws/entities/account/v2
$Created = New-FalconDiscoverAwsAccount -Id <id> -Mode cloudformation
Once the account has been added, follow the cloudformation_url
link to AWS and follow the steps outlined in the AWS setup guide. The PowerShell command Start-Process
will launch your default browser:
Start-Process $Created.cloudformation_url
New-FalconDiscoverAwsAccount -Id <id> -IamRoleArn <string> -ExternalId <string>
2023-04-25: PSFalcon v2.2.5