Get account information for IAM Role
GET/v1/log-shipping/s3-buckets/aws-assume-role-details
Returns the Logz.io parameters needed to create an AWS IAM Role in the AWS admin console.
The next steps after running this endpoint:
- Open your AWS admin console and create a new IAM Role. Once the role is created, you will obtain an ARN for it. Keep it handy for the next step.
- Create a new S3 bucket connector. Provide the ARN from the previous step in the request body. Please ensure to change the region in the URL to match your account's region.
Request
Responses
- 200
successful operation
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
logzioAWSAccountId string
Logz.io account ID. Provide this account ID when creating a new AWS IAM Role.
assignedExternalId string
Logz.io external ID. Provide this external ID when creating a new AWS IAM Role.
{
"logzioAWSAccountId": null,
"assignedExternalId": null
}
Loading...