This template creates an OpenSearch Serverless collection named 'test-collection' with the type 'SEARCH'. It also creates a matching encryption policy for the collection. The encryption policy ensures the security of the test collection. The template specifies the name, type, and description of the collection, as well as the name, type, description, and policy of the encryption policy.

TestCollection
AWS::OpenSearchServerless::Collection


EncryptionPolicy
AWS::OpenSearchServerless::SecurityPolicy


CloudFormation Template

Share Template