Route 53 Profile을 VPC에 연결
Route 53 Profile을 VPC에 연결하려면 이 항목의 지침을 따르세요. Route 53 콘솔 또는 AWS CLI를 사용하여 Route 53 Profile을 VPC에 연결하려면 탭을 선택합니다.
- Console
-
VPC를 연결하려면
AWS Management Console에 로그인한 후 https://console.aws.amazon.com/route53/
에서 Route 53 콘솔을 엽니다. 탐색 모음에서 프로파일을 생성한 리전을 선택합니다.
-
<Profile name> 페이지에서 VPC 탭을 선택한 다음 연결을 선택합니다.
VPC 연결 페이지에서 이전에 생성한 VPC를 최대 10개 선택할 수 있습니다. VPC를 10개 이상 연결하려면 API를 사용합니다. 자세한 내용은 AssociateProfile을 참조하세요.
-
연결 선택
-
연결 진행 상황은 VPC 페이지의 상태 열에 표시됩니다.
- CLI
-
다음과 같은 AWS CLI 명령을 실행하고
name
,profile-id
,resource-id
에 대한 자체 값을 사용하여 프로파일을 나열할 수 있습니다.aws route53profiles associate-profile --name
test-association
--profile-idrp-4987774726example
--resource-idvpc-0af3b96b3example
다음은 명령을 실행한 후에 생성되는 출력 예시입니다.
{ "ProfileResourceAssociation": { "CreationTime": 1710851216.613, "Id": "rpr-001913120a7example", "ModificationTime": 1710851216.613, "Name": "test-resource-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceArn": "arn:aws:route53resolver:us-east-1:123456789012:firewall-rule-group/rslvr-frg-cfe7f72example", "ResourceProperties": "{\"priority\":102}", "ResourceType": "FIREWALL_RULE_GROUP", "Status": "UPDATING", "StatusMessage": "Updating the Profile to DNS Firewall rule group association" } }
프로파일의 구성 설정
프로파일 보기 및 업데이트