http://outposts.{region}.amazonaws.com/outposts<p>Creates an Outpost.</p> <p>You can specify either an Availability one or an AZ ID.</p>
The name of the Outpost.
The tags to apply to the Outpost.
The ID of the site.
The description of the Outpost.
The Availability Zone.
The ID of the Availability Zone.
The type of hardware for this Outpost.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://outposts.{region}.amazonaws.com/outposts' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://outposts.{region}.amazonaws.com/outposts<p>Creates an Outpost.</p> <p>You can specify either an Availability one or an AZ ID.</p>
The name of the Outpost.
The tags to apply to the Outpost.
The ID of the site.
The description of the Outpost.
The Availability Zone.
The ID of the Availability Zone.
The type of hardware for this Outpost.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://outposts.{region}.amazonaws.com/outposts' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}