| Server IP : 89.117.53.150 / Your IP : 216.73.216.11 Web Server : Apache System : Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : iscmbt-kufa-atu ( 1014) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/awscli/examples/outposts/ |
Upload File : |
**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 <https://docs.aws.amazon.com/outposts/latest/userguide/launch-instance.html>`__ in the *AWS Outposts User Guide*.