New FalconDiscoverAwsAccount - CrowdStrike/psfalcon GitHub Wiki

New-FalconDiscoverAwsAccount

SYNOPSIS

Provision Falcon Discover for Cloud AWS Accounts

DESCRIPTION

Requires 'AWS accounts: Write'.

PARAMETERS

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

SYNTAX

New-FalconDiscoverAwsAccount [[-OrganizationId] <String>] [[-AccountType] <String>] [[-IsMaster] <Boolean>] [[-CloudtrailRegion] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /cloud-connect-aws/entities/account/v2

falconpy

CreateD4CAwsAccount

USAGE

Setup Discover for Cloud and Containers with CloudFormation

$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

Setup Discover for Cloud and Containers

New-FalconDiscoverAwsAccount -Id <id> -IamRoleArn <string> -ExternalId <string>

AWS Setup GuideEU 1US-1US-2US-GOV-1

2023-04-25: PSFalcon v2.2.5

⚠️ **GitHub.com Fallback** ⚠️