PCCSE · Question #10
A business unit has acquired a company that has a very large AWS account footprint The plan is to immediately start onboarding the new company's AWS accounts into Prisma Cloud Enterprise tenant immedi
The correct answer is B. https://api.prismacloud.io/cloud/aws. The correct Prisma Cloud API endpoint for onboarding a cloud account is /cloud/{cloudType}, making the AWS-specific endpoint https://api.prismacloud.io/cloud/aws. A POST request to this endpoint with the appropriate payload (account ID, credentials, account groups, etc.) adds the
Question
A business unit has acquired a company that has a very large AWS account footprint The plan is to immediately start onboarding the new company's AWS accounts into Prisma Cloud Enterprise tenant immediately The current company is currently not using AWS Organizations and will require each account to be onboarded individually The business unit has decided to cover the scope of this action and determined that a script should be written to onboard each of these accounts with general settings to gam immediate posture visibility across the accounts. Which API endpoint will specifically add these accounts into the Prisma Cloud Enterprise tenant?
Options
How the community answered
(68 responses)- A1% (1)
- B91% (62)
- C6% (4)
- D1% (1)
Explanation
The correct Prisma Cloud API endpoint for onboarding a cloud account is /cloud/{cloudType}, making the AWS-specific endpoint https://api.prismacloud.io/cloud/aws. A POST request to this endpoint with the appropriate payload (account ID, credentials, account groups, etc.) adds the AWS account to the tenant. Option A (/accountgroup/aws) is not a valid endpoint - account groups use /account_group. Option C (/account/aws) is not the correct path. Option D (/cloud/) without a cloud type is incomplete for account addition.
Topics
Community Discussion
No community discussion yet for this question.