쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Validating your VPC connection - Amazon FinSpace
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

Validating your VPC connection

Important

Amazon FinSpace Dataset Browser will be discontinued on March 26, 2025. Starting November 29, 2023, FinSpace will no longer accept the creation of new Dataset Browser environments. Customers using Amazon FinSpace with Managed Kdb Insights will not be affected. For more information, review the FAQ or contact AWS Support to assist with your transition.

After your connection is set up, you can test connectivity to your network. There are two types of connectivity testing available.

  • Basic testing – You can use the curl command in the SageMaker AI Studio notebook environment that is included with FinSpace for basic testing.

  • Advanced testing – You can use the file upload capability in the SageMaker AI Studio notebook to upload your own network diagnostic utilities to test.

Basic connectivity testing using Amazon FinSpace notebooks

If you're testing connectivity to an HTTP/HTTPS endpoint, you can use a FinSpace notebook to test basic connectivity using curl.

To validate the connection using a notebook
  1. Sign in to the FinSpace web application. For more information, see Signing in to the Amazon FinSpace web application.

  2. Open a FinSpace notebook. For more information, see Opening the notebook environment.

  3. From the notebook menu bar, choose the plus (+) icon to create a new cell. In the cell, run the curl command in the shell to test connectivity to the host.

    %local

    !curl <hostname or URL>

    For example, run the following command:

    %local

    !curl www.google.com

    Tip

    Keep your cursor in the cell and choose the (>) arrow button from the notebook menu to run the command.

    If successful, the results of the curl command display in your notebook.

Note

After the VPC connectivity is set up for the environment, the internet connection is disabled by default. This is the default unless you have an explicit static route entry in your transit gateway route table that specifies forwarding all traffic 0.0.0.0/0 to your VPC attachment that has an internet gateway.

Configuring internet access

To ensure FinSpace can connect to your internet gateway
  1. Check that your transit gateway attachment has a private subnet and public subnet with a NAT gateway. The private subnet should be attached to the transit gateway attachment.

  2. Check that the VPC attachment has all Availability Zones (AZ) included in the FinSpace response.

  3. Add a route for private subnets for directing traffic destined to 100.64.0.0/26 to the dedicated account VPC attachment.

  4. Create a transit gateway static route to direct traffic destined to 0.0.0.0/0 to the customer account attachment. For more information, see Create a static route in the AWS Transit Gateway User Guide.

    Wait a few minutes before running the next command because there might be a delay before the routes are installed.

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.