Amazon Elasticsearch Service Domain VPCOptions
The
VPCOptions property type specifies a virtual private cloud (VPC) configuration
for an Amazon Elasticsearch Service (Amazon ES) domain.
VPCOptions is a property of the AWS::Elasticsearch::Domain resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" : [String, ... ], "SubnetIds" : [String, ... ] }
YAML
SecurityGroupIds: -StringSubnetIds: -String
Properties
SecurityGroupIds-
The list of security group IDs that are associated with the VPC endpoints for the domain. If you don't provide a security group ID, Amazon ES uses the default security group for the VPC. To learn more, see Security Groups for your VPC in the Amazon VPC User Guide.
Required: No
Type: List of String values
Update requires: No interruption
SubnetIds-
A list of subnet IDs that are associated with the VPC endpoints for the domain. If your domain has zone awareness enabled, you need to provide two subnet IDs, one per zone. Otherwise, provide only one. To learn more, see VPCs and Subnets in the Amazon VPC User Guide.
Required: No
Type: List of String values
Update requires: No interruption
See Also
-
VPC Support for Amazon Elasticsearch Service Domains in the Amazon Elasticsearch Service Developer Guide
