Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: modify-vpc-tenancy.rst
**To modify the tenancy of a VPC** This example modifies the tenancy of VPC ``vpc-1a2b3c4d`` to ``default``. Command:: aws ec2 modify-vpc-tenancy --vpc-id vpc-1a2b3c4d --instance-tenancy default Output:: { "Return": true }
Save
Cancel