Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 847

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**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
  }