This template creates an OpenSearch Service domain with VPC options. It includes the configuration for the domain, VPC, subnet, and security group. The domain is associated with the specified VPC and subnet, and the security group allows inbound traffic on port 443.

OpenSearchServiceDomain
AWS::OpenSearchService::Domain


ClusterConfig
ZoneAwarenessConfig
EBSOptions
Tags
VPCOptions

SecurityGroupIds

SubnetIds

vpc
AWS::EC2::VPC


subnet
AWS::EC2::Subnet


mySecurityGroup
AWS::EC2::SecurityGroup


SecurityGroupIngress

CloudFormation Template

Share Template