Why is the ML Specialist not seeing the instance visible in the VPC?
Amazon SageMaker notebook instances are based on the EC2 instances within the customer account, but they run outside of VPCs.
Amazon SageMaker notebook instances are based on the Amazon ECS service within customer accounts.
Amazon SageMaker notebook instances are based on EC2 instances running within AWS service accounts.
Amazon SageMaker notebook instances are based on AWS ECS instances running within AWS service accounts.
Explanations:
Amazon SageMaker notebook instances run within the VPC, but the instances are not directly visible in the VPC because they use a special setup managed by AWS, where the networking is abstracted.
Amazon SageMaker notebook instances are not based on Amazon ECS. ECS is used for container orchestration, not for managing SageMaker notebook instances.
Amazon SageMaker notebook instances are based on EC2 instances that are managed by AWS service accounts and not directly visible in the customer’s VPC. The networking is abstracted by AWS.
Amazon SageMaker notebook instances are not based on AWS ECS instances. ECS is a service for managing containers, not for managing SageMaker notebook instances.