From e63b1d87e6a88e88d8e3a815ae0d6b6ea7e15810 Mon Sep 17 00:00:00 2001 From: Dhruba Jyoti Ray <36419707+dhruv395@users.noreply.github.com> Date: Sat, 11 May 2019 20:46:21 +0530 Subject: [PATCH] Create AWS Networking By Dhruv --- AWS Networking | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AWS Networking diff --git a/AWS Networking b/AWS Networking new file mode 100644 index 0000000..e6a8d1d --- /dev/null +++ b/AWS Networking @@ -0,0 +1,13 @@ +VPC Endpoints + +---------------- + +VPC endpoint allows you to access publically accessible aws resources from a private instance without an external gateway. + +currently S3 and dynamodb are the only service allowed use with vpc endpoint. + +A VPC endpoint for Amazon S3 enables AWS Glue to use private IP addresses to access Amazon S3 with no exposure to the public internet + +AWS Glue does not require public IP addresses, n internet gateway, a NAT device, or a virtual private gateway in your VPC + +use endpoint policies to control access to Amazon S3.