gcloud compute interconnects attachments groups create NAME --intended-availability-sla=INTENDED_AVAILABILITY_SLA [--attachments=[INTERCONNECT_ATTACHMENT,…]] [--description=DESCRIPTION] [GCLOUD_WIDE_FLAG …]
gcloud compute interconnects attachments groups create is used to
create interconnect attachment groups. An interconnect attachment group connects
a set of redundant interconnect attachments between Google and the customer.
For an example, refer to the EXAMPLES section below.
gcloud compute interconnects attachments groups create example-attachment-group --intended-availability-sla=PRODUCTION_CRITICAL --description="Example interconnect attachment group"
It is easy to add members to an existing interconnect attachment group after
creation using the add-members command.
To create an interconnect attachment group capable of PRODUCTION_NON_CRITICAL, with two members at creation time, run:
gcloud compute interconnects attachments groups create example-attachment-group --intended-availability-sla=PRODUCTION_NON_CRITICAL --attachments=region-1/attachment-1,region-2/attachment-2NAME--intended-availability-sla=INTENDED_AVAILABILITY_SLA--attachments=[INTERCONNECT_ATTACHMENT,…]--description=DESCRIPTION--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
gcloud alpha compute interconnects attachments groups creategcloud beta compute interconnects attachments groups creategcloud preview compute interconnects attachments groups create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.