1
Generate Management CloudFormation Template
Call this endpoint with the appropriate parameter, to generate the management / billing account CloudFormation template with your Pelanor organization credentials.
2
Run Management CF
Run the generated template in
us-east-1
.3
Generate Subaccount CF
Call this endpoint with the subaccount CloudFormation parameter, to get the StackSet file to run in order to collect subaccount-related information. Note the Include Subaccount Bucket option.
4
Run Subaccount CF
Run the generated template in
us-east-1
.The AWS Integration will only appear in the Pelanor platform (and in the List Integrations API) once Pelanor receives data from your AWS integration. This can take up to 48 hours to propagate.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
A successful response.
The CloudFormation template as a string.
The HTTP Content-Type header value specifying the content type of the body.
The HTTP request/response body as raw binary.
Application specific response metadata. Must be set in the first response for streaming APIs.