Atlasネットワークピアリング作成Amazon Web Services
Atlas VPCとAmazon Web Services VPCの間でネットワークピアリング接続を作成します。
ネットワークピアリング作成コマンドは、Atlas プロジェクトに指定したリージョンに VPC が存在するかどうかを確認します。 存在する場合、このコマンドはその VPC と VPC の間にピアリング接続を作成します。 Atlas VPC が存在しない場合、このコマンドは Atlas VPC を作成し、その VPC との間の接続を作成します。
ネットワークピアリング接続の詳細については、 https://www.mongodb.com/ja-jp/docs/atlas/security-vpc- peering/ を参照してください。
このコマンドを使用するには、プロジェクト オーナーのユーザー アカウントまたは API キーで認証する必要があります。
構文
コマンド構文
atlas networking peering create aws [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--accountId | string | true | ピア を所有する一意の 12 桁のAmazon Web Services アカウント 。IDVPC |
--atlasCidrBlock | string | false | Atlas がプロジェクトで作成するすべてのネットワークピアリング接続に使用する CIDR ブロック。 このオプションは、Atlas VPC をまだ持っていない場合にのみ必要です。 詳細については、 https://docub.mongodb.org/core/ peering- connection-atlas の Atlas UI タブを参照してください。 |
-h, --help | false | Amazon Web Servicesのヘルプ | |
-o, --output | string | false | 出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。 |
--projectId | string | false | 使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。 |
--region | string | true | Atlas VPC とピアリングした VPC が存在するクラウドプロバイダーのリージョン。 |
--routeTableCidrBlock | string | true | ピア VPC CIDR ブロックまたはサブネット。 |
--vpcId | string | true | ピアリング VPC の一意の識別子です。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルの詳細については、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。 |
出力
コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。
Network peering connection '<Id>' created.
例
# Create a network peering connection between the Atlas VPC in CIDR block 192.168.0.0/24 and your AWS VPC in CIDR block 10.0.0.0/24 for AWS account number 854333054055: atlas networking peering create aws --accountId 854333054055 --atlasCidrBlock 192.168.0.0/24 --region us-east-1 --routeTableCidrBlock 10.0.0.0/24 --vpcId vpc-078ac381aa90e1e63