Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Launch Dedicated Instances into a VPC with default tenancy

Focus mode
Launch Dedicated Instances into a VPC with default tenancy - Amazon Elastic Compute Cloud
This page has not been translated into your language. Request translation

When you create a VPC, you have the option of specifying its instance tenancy. If you launch an instance into a VPC that has an instance tenancy of dedicated, it runs as a Dedicated Instance on hardware that's dedicated for your use.

For more information about launching an instance with a tenancy of host, see Launch Amazon EC2 instances on an Amazon EC2 Dedicated Host.

For more information about VPC tenancy options, see Create a VPC in the Amazon VPC User Guide.

Requirements
Console
To launch a Dedicated Instance into a default tenancy VPC using the console
  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.

  2. In the navigation pane, choose Instances, Launch instance.

  3. In the Application and OS Images section, select an AMI from the list.

  4. In the Instance type section, select the instance type to launch.

  5. In the Key pair section, select the key pair to associate with the instance.

  6. In the Advanced details section, for Tenancy, select Dedicated.

  7. Configure the remaining instance options as needed. For more information, see Reference for Amazon EC2 instance configuration parameters.

  8. Choose Launch instance.

AWS CLI
To set the tenancy option for an instance during launch using the AWS CLI

Use the run-instances command and include Tenancy with the --placement option.

--placement Tenancy=dedicated
PowerShell
To set the tenancy option for an instance during launch using the Tools for PowerShell

Use the New-EC2Instance cmdlet with the -Placement_Tenancy parameter.

-Placement_Tenancy dedicated
To launch a Dedicated Instance into a default tenancy VPC using the console
  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.

  2. In the navigation pane, choose Instances, Launch instance.

  3. In the Application and OS Images section, select an AMI from the list.

  4. In the Instance type section, select the instance type to launch.

  5. In the Key pair section, select the key pair to associate with the instance.

  6. In the Advanced details section, for Tenancy, select Dedicated.

  7. Configure the remaining instance options as needed. For more information, see Reference for Amazon EC2 instance configuration parameters.

  8. Choose Launch instance.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.