Deploy Exchange Server 2016 into an existing VPC

0

I would like to deploy two exchange servers in AWS into an existing VPC using the cloud formation template provided in GitHub. I do have an existing active directory instance, but the template in GitHub includes active directory deployment. I want to isolate that part of the template only to include exchange server deployment. Is this possible and do I need to store the required PowerShell scripts and cmdlets in a new S3 bucket?

https://github.com/aws-quickstart/quickstart-microsoft-exchange/blob/main/templates/exchange.template.yaml

1回答
2

You can certainly just use the parts of the template that are relevant for your environment. That will mainly be removing the AD components from the template and setting the parameters to your existing AD values. Be sure to update any Ref functions that refer to AD resources to what your actual values are as well, if present. You do not need to store the PS scripts in a new bucket, the default used by the Quickstart is public.

Edit: If this is for purposes of testing and experimenting, then no problem with what you are doing. For a production deployment, you may want to deploy an independent AD forest for Exchange, sometimes called a "resource forest". This article is for 2013, but the same concepts apply.

AWS
mike
回答済み 2年前
AWS
エキスパート
Hernito
レビュー済み 2年前
  • Hi Mike, Thanks for your response above. This is for testing first but the goal is to eventually deploy this in production. We already have 2 exchange servers in AWS, which were deployed manually and without an independent AD forest (only our existing AD forest). I want to deploy this using the quickstart template and possibly create a service catalog product that can be consumed in the future. Is the independent AD forest a requirement if I use the quickstart template?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ