⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
outposts
/
View File Name :
get-outpost-instance-types.rst
**To get the instance types on your Outpost** The following ``get-outpost-instance-types`` example gets the instance types for the specified Outpost. :: aws outposts get-outpost-instance-types \ --outpost-id op-0ab23c4567EXAMPLE Output:: { "InstanceTypes": [ { "InstanceType": "c5d.large" }, { "InstanceType": "i3en.24xlarge" }, { "InstanceType": "m5d.large" }, { "InstanceType": "r5d.large" } ], "OutpostId": "op-0ab23c4567EXAMPLE", "OutpostArn": "arn:aws:outposts:us-west-2:123456789012:outpost/op-0ab23c4567EXAMPLE" } For more information, see `Launch an instance on your Outpost
`__ in the *AWS Outposts User Guide*.