aws-samples / retail-demo-store

AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
MIT No Attribution
711 stars 501 forks source link

Add a service link role to Amazon OpenSearch Service #621

Open erikanagamine opened 3 weeks ago

erikanagamine commented 3 weeks ago

On Step-by-step there is a mention of add a linked role to amazon opensearch service that is not present in IaC

BastLeblanc commented 2 weeks ago

Hi,

It is created as part of the cloudformation Template, here: https://github.com/aws-samples/retail-demo-store/blob/193f65086843dd70410079f9f0a38e18163111ef/aws/cloudformation-templates/base/_template.yaml#L198

It is created based on the condition CreateOpenSearchServiceLinkedRole

Can you describe a bit more your issue?