# CDK Construct library for higher-level Route 53 Constructs
<!--BEGIN STABILITY BANNER-->---
![End-of-Support](https://img.shields.io/badge/End--of--Support-critical.svg?style=for-the-badge)
> AWS CDK v1 has reached End-of-Support on 2023-06-01.
> This package is no longer being updated, and users should migrate to AWS CDK v2.
>
> For more information on how to migrate, see the [*Migrating to AWS CDK v2* guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html).
---
<!--END STABILITY BANNER-->
This library provides higher-level Amazon Route 53 constructs which follow common
architectural patterns.
## HTTPS Redirect
If you want to speed up delivery of your web content, you can use Amazon CloudFront,
the AWS content delivery network (CDN). CloudFront can deliver your entire website
—including dynamic, static, streaming, and interactive content—by using a global
network of edge locations. Requests for your content are automatically routed to the
edge location that gives your users the lowest latency.
This construct allows creating a redirect from domainA to domainB using Amazon
CloudFront and Amazon S3. You can specify multiple domains to be redirected.
[Learn more](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html) about routing traffic to a CloudFront web distribution.
The `HttpsRedirect` constructs creates:
* Amazon CloudFront distribution - makes website available from data centres
around the world
* Amazon S3 bucket - empty bucket used for website hosting redirect (`websiteRedirect`) capabilities.
* Amazon Route 53 A/AAAA Alias records - routes traffic to the CloudFront distribution
* AWS Certificate Manager certificate - SSL/TLS certificate used by
CloudFront for your domain
⚠️ The stack/construct can be used in any region for configuring an HTTPS redirect.
The certificate created in Amazon Certificate Manager (ACM) will be in US East (N. Virginia)
region. If you use an existing certificate, the AWS region of the certificate
must be in US East (N. Virginia).
The following example creates an HTTPS redirect from `foo.example.com` to `bar.example.com`
As an existing certificate is not provided, one will be created in `us-east-1` by the CDK.
```python
patterns.HttpsRedirect(self, "Redirect",
record_names=["foo.example.com"],
target_domain="bar.example.com",
zone=route53.HostedZone.from_hosted_zone_attributes(self, "HostedZone",
hosted_zone_id="ID",
zone_name="example.com"
)
)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/aws/aws-cdk",
"name": "aws-cdk.aws-route53-patterns",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Amazon Web Services",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/16/38/784aa93680cf5f1052c90a74978052cb88cf1efb173bb658889716a50246/aws-cdk.aws-route53-patterns-1.204.0.tar.gz",
"platform": null,
"description": "# CDK Construct library for higher-level Route 53 Constructs\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n![End-of-Support](https://img.shields.io/badge/End--of--Support-critical.svg?style=for-the-badge)\n\n> AWS CDK v1 has reached End-of-Support on 2023-06-01.\n> This package is no longer being updated, and users should migrate to AWS CDK v2.\n>\n> For more information on how to migrate, see the [*Migrating to AWS CDK v2* guide](https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html).\n\n---\n<!--END STABILITY BANNER-->\n\nThis library provides higher-level Amazon Route 53 constructs which follow common\narchitectural patterns.\n\n## HTTPS Redirect\n\nIf you want to speed up delivery of your web content, you can use Amazon CloudFront,\nthe AWS content delivery network (CDN). CloudFront can deliver your entire website\n\u2014including dynamic, static, streaming, and interactive content\u2014by using a global\nnetwork of edge locations. Requests for your content are automatically routed to the\nedge location that gives your users the lowest latency.\n\nThis construct allows creating a redirect from domainA to domainB using Amazon\nCloudFront and Amazon S3. You can specify multiple domains to be redirected.\n[Learn more](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html) about routing traffic to a CloudFront web distribution.\n\nThe `HttpsRedirect` constructs creates:\n\n* Amazon CloudFront distribution - makes website available from data centres\n around the world\n* Amazon S3 bucket - empty bucket used for website hosting redirect (`websiteRedirect`) capabilities.\n* Amazon Route 53 A/AAAA Alias records - routes traffic to the CloudFront distribution\n* AWS Certificate Manager certificate - SSL/TLS certificate used by\n CloudFront for your domain\n\n\u26a0\ufe0f The stack/construct can be used in any region for configuring an HTTPS redirect.\nThe certificate created in Amazon Certificate Manager (ACM) will be in US East (N. Virginia)\nregion. If you use an existing certificate, the AWS region of the certificate\nmust be in US East (N. Virginia).\n\nThe following example creates an HTTPS redirect from `foo.example.com` to `bar.example.com`\nAs an existing certificate is not provided, one will be created in `us-east-1` by the CDK.\n\n```python\npatterns.HttpsRedirect(self, \"Redirect\",\n record_names=[\"foo.example.com\"],\n target_domain=\"bar.example.com\",\n zone=route53.HostedZone.from_hosted_zone_attributes(self, \"HostedZone\",\n hosted_zone_id=\"ID\",\n zone_name=\"example.com\"\n )\n)\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "The CDK Construct Library for AWS Route53 patterns",
"version": "1.204.0",
"project_urls": {
"Homepage": "https://github.com/aws/aws-cdk",
"Source": "https://github.com/aws/aws-cdk.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fdaf5cfe12c48079ac202da2f4d78db1cd87e99a4f4894f96ed71372e21a32cf",
"md5": "d6060924571cf2c8ea7db7980d3b723d",
"sha256": "618eed263cf706b9adf77ec5664e370a7466301b3600571379c2f89219cc1c42"
},
"downloads": -1,
"filename": "aws_cdk.aws_route53_patterns-1.204.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d6060924571cf2c8ea7db7980d3b723d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 30778,
"upload_time": "2023-06-19T21:00:44",
"upload_time_iso_8601": "2023-06-19T21:00:44.971858Z",
"url": "https://files.pythonhosted.org/packages/fd/af/5cfe12c48079ac202da2f4d78db1cd87e99a4f4894f96ed71372e21a32cf/aws_cdk.aws_route53_patterns-1.204.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1638784aa93680cf5f1052c90a74978052cb88cf1efb173bb658889716a50246",
"md5": "284015c862f8d2954c4021a6eec2f4b5",
"sha256": "ca8cc6c87f764ba2fecae343e4a45957075e796cbeaa5d4a6dec1dfd1d50da57"
},
"downloads": -1,
"filename": "aws-cdk.aws-route53-patterns-1.204.0.tar.gz",
"has_sig": false,
"md5_digest": "284015c862f8d2954c4021a6eec2f4b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 31461,
"upload_time": "2023-06-19T21:07:00",
"upload_time_iso_8601": "2023-06-19T21:07:00.517291Z",
"url": "https://files.pythonhosted.org/packages/16/38/784aa93680cf5f1052c90a74978052cb88cf1efb173bb658889716a50246/aws-cdk.aws-route53-patterns-1.204.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-19 21:07:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws",
"github_project": "aws-cdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aws-cdk.aws-route53-patterns"
}