Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Removed 3rd IP address for Exchange nodes
Browse files Browse the repository at this point in the history
Reset-LocalAdminPassword and Set-PrimaryDNSSuffix using microsoft-utilities
Added Configure DAG config set
Removed unused files from older template
  • Loading branch information
dragos-madarasan committed Aug 8, 2018
1 parent f8530b9 commit 284ad40
Show file tree
Hide file tree
Showing 26 changed files with 5,723 additions and 6,278 deletions.
14 changes: 7 additions & 7 deletions NOTICE.txt
@@ -1,7 +1,7 @@
Copyright 2016-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at

http://aws.amazon.com/apache2.0/

or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
26 changes: 20 additions & 6 deletions README.md
@@ -1,6 +1,20 @@
quickstart-microsoft-exchange
==============

This Quick Start reference deployment guide discusses architectural considerations and configurations used to build a Microsoft Exchange Server 2013 or 2016 environment on the Amazon Web Services (AWS) cloud. It also provides links for viewing and launching AWS CloudFormation templates that automate the deployment.

Deployment Guide: https://docs.aws.amazon.com/quickstart/latest/exchange/
# quickstart-microsoft-exchange
## Exchange Server on AWS with Windows Server Failover Clustering and Database Availability Groups

AWS provides a comprehensive set of services and tools for deploying Microsoft Windows-based workloads on its highly reliable and secure cloud infrastructure. This Quick Start implements a high availability solution built with Windows Server and Exchange Server running on Amazon EC2, using the Database Availability Groups feature of Exchange Server.

The deployment includes Windows Server Failover Clustering (WSFC) and Exchange Server 2013 or 2016 instances on the AWS Cloud. The Quick Start includes a rich set of configuration options for Exchange Server, Active Directory, and the WSFC cluster, including Exchange Server version, tenancy options and whether Edge instances or Load Balancers are created.

The AWS CloudFormation templates included with the Quick Start automate the following:

- Deploying Exchange Server into a new VPC
- Deploying Exchange Server into an existing VPC that includes Remote Desktop Gateway, NAT gateways, and Active Directory Domain Services

You can also use the AWS CloudFormation templates as a starting point for your own implementation.

![Quick Start architecture for Exchange Server on AWS](https://d0.awsstatic.com/partner-network/QuickStart/datasheets/exchange-server-on-aws-architecture.png)

For architectural details, best practices, step-by-step instructions, and customization options, see the [deployment guide](https://fwd.aws).

To post feedback, submit feature ideas, or report bugs, use the **Issues** section of this GitHub repo.
If you'd like to submit code for this Quick Start, please review the [AWS Quick Start Contributor's Kit](https://aws-quickstart.github.io/).

0 comments on commit 284ad40

Please sign in to comment.