Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Creating Route 53 Profiles
To create Route 53 Profiles, follow the guidance in this topic. Choose a tab to create a Route 53 Profile by using the Route 53 console, or Amazon CLI.
- Console
-
To create a Route 53 Profile
Sign in to the Amazon Web Services Management Console and open the Route 53 console at
https://console.amazonaws.cn/route53/.
-
In the navigation pane, choose
Profiles.
-
On the navigation bar, choose the Region where you want to create the Profile.
-
Enter a name for the Profile, optionally add tags, and choose Create Profile.
This creates an empty Profile with default configurations to which you can associate
resources. After you associate resources to the Profile, you can associate it to
a number of VPCs and edit the how some of the Resolver configurations apply to
the VPCs.
- CLI
-
You can create a Profile by running a
Amazon CLI command like the following and using your own value for name
.
aws route53profiles create-profile --name test
The following is an example output after you run the command:
{
"Profile": {
"Arn": "arn:aws:route53profiles:us-east-1:123456789012:profile/rp-6ffe47d5example",
"ClientToken": "2ca1a304-32b3-4f5f-bc4c-EXAMPLE11111",
"CreationTime": 1710850903.578,
"Id": "rp-6ffe47d5example",
"ModificationTime": 1710850903.578,
"Name": "test",
"OwnerId": "123456789012",
"ShareStatus": "NOT_SHARED",
"Status": "COMPLETE",
"StatusMessage": "Created Profile"
}
}
To associate your Profiles with different resources and edit the VPC configurations for
the Profile, see the following procedures: