0.1.24 • Published 3 years ago
@aws/aws-domain-redirector v0.1.24
AWS Domain Redirector
The AWS Domain Redirector construct builds the necessary resources to redirect all requests to one domain to a target domain of your choice. You can choose to redirect all requests to a static location or redirect to a dynamic location based on the request.
To create a Redirector
, you need to provide:
- An Amazon Route 53 Hosted Zone
for the domain you want to redirect.
This has to be created first because Route 53 needs to control the public domain
in order for a
Redirector
instance to deploy. - An Amazon Virtual Private Cloud (Amazon VPC).
This Amazon VPC does not need any special configuration,
but resources that
Redirector
creates need a VPC to exist. To avoid stacks with multipleRedirector
instances creating many Amazon VPCs,Redirector
does not create its own Amazon VPCs.- NOTE: If you only use this VPC for
Redirector
, you should setnatGateways
to0
to avoid unnecessary costs.
- NOTE: If you only use this VPC for
- RedirectOptions
that define what the
Redirector
should redirect requests to.
Further Reading
- To see how to use
Redirector
in practice, see How to Use. - For details on how to call
Redirector
, see the API Reference. - For more information about how
Redirector
works, see Goals and Design.
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
0.1.23
3 years ago
0.1.24
3 years ago
0.1.22
3 years ago
0.1.20
3 years ago
0.1.21
3 years ago
0.1.15
4 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.18
3 years ago
0.1.19
3 years ago
0.1.14
4 years ago
0.1.11
4 years ago
0.1.12
4 years ago
0.1.13
4 years ago
0.1.10
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.9
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago