Can S3 Website access API Gateway Private Endpoints?Putting both Lambda and RDS in default VPC behind an API Gateway?Amazon API Gateway in front of ELB and ECS ClusterPrivate AWS Lambda API endpointIs it possible to restrict the AppSync API endpoint to in network only?AWS API Gateway privateWhitelist private API GW api to be accessible from a VPC from another accountHow to deploy breast cancer prediction endpoint created by AWS Sagemaker using Lambda and API gateway?How to connect Api Gateway to private/internal Elastic Beanstalk?AWS anonymous is not authorized to perform: execute-api:Invoke on resource. Private API GatewayAccess Api Gateway from Lambda under VPC
Is there a difference between an NFC and RFID chip?
Can humans ever directly see a few photons at a time? Can a human see a single photon?
What is "industrial ethernet"?
Will generated tokens be progressively stronger when using Cathar's Crusade and Sorin, Grim Nemesis?
How to check what is breaking automatic updates kernel when use apt upgrade or dist-upgrade?
"Permanent resident of UK” for a British travel insurance in the US
I don't like coffee, neither beer. How to politely work my way around that in a business situation?
How many people are necessary to maintain modern civilisation?
Why does the Saturn V have standalone inter-stage rings?
How to parse 「場合でも」
Do I have any obligations to my PhD supervisor's requests after I have graduated?
Is declining an undergraduate award which causes me discomfort appropriate?
Why don't countries like Japan just print more money?
Should an enameled cast iron pan be seasoned?
Android Material and appcompat Manifest merger failed in react-native or ExpoKit
Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?
Primes and SemiPrimes in Binary
What does it mean to not be able to take the derivative of a function multiple times?
What happened to Steve's Shield in Iron Man 2?
Counterfeit checks were created for my account. How does this type of fraud work?
RandomInteger with equal number of 1 and -1
Is it illegal to withhold someone's passport and green card in California?
Heavily limited premature compiler translates text into excecutable python code
UK - Working without a contract. I resign and guy wants to sue me
Can S3 Website access API Gateway Private Endpoints?
Putting both Lambda and RDS in default VPC behind an API Gateway?Amazon API Gateway in front of ELB and ECS ClusterPrivate AWS Lambda API endpointIs it possible to restrict the AppSync API endpoint to in network only?AWS API Gateway privateWhitelist private API GW api to be accessible from a VPC from another accountHow to deploy breast cancer prediction endpoint created by AWS Sagemaker using Lambda and API gateway?How to connect Api Gateway to private/internal Elastic Beanstalk?AWS anonymous is not authorized to perform: execute-api:Invoke on resource. Private API GatewayAccess Api Gateway from Lambda under VPC
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a usecase in which, there will be a website hosted on an AWS S3 bucket,
This S3 Website will be calling APIs to fetch data to be rendered on.
In case of an AWS serveless architecture, we usually have an API Gateway in front of AWS Lambda functions to do the processing and returning required data.
AWS Last year launched API Gateway Private Endpoints -
https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/
The private API Gateway will be accessible through VPC endpoint,
I wanted to know if a private API Gateway endpoint be used by the S3 Bucket to access data internally,
Or the S3 being outside VPC will require require a Public facing API Gateway endpoint?
amazon-web-services amazon-s3 aws-api-gateway
add a comment |
I have a usecase in which, there will be a website hosted on an AWS S3 bucket,
This S3 Website will be calling APIs to fetch data to be rendered on.
In case of an AWS serveless architecture, we usually have an API Gateway in front of AWS Lambda functions to do the processing and returning required data.
AWS Last year launched API Gateway Private Endpoints -
https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/
The private API Gateway will be accessible through VPC endpoint,
I wanted to know if a private API Gateway endpoint be used by the S3 Bucket to access data internally,
Or the S3 being outside VPC will require require a Public facing API Gateway endpoint?
amazon-web-services amazon-s3 aws-api-gateway
add a comment |
I have a usecase in which, there will be a website hosted on an AWS S3 bucket,
This S3 Website will be calling APIs to fetch data to be rendered on.
In case of an AWS serveless architecture, we usually have an API Gateway in front of AWS Lambda functions to do the processing and returning required data.
AWS Last year launched API Gateway Private Endpoints -
https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/
The private API Gateway will be accessible through VPC endpoint,
I wanted to know if a private API Gateway endpoint be used by the S3 Bucket to access data internally,
Or the S3 being outside VPC will require require a Public facing API Gateway endpoint?
amazon-web-services amazon-s3 aws-api-gateway
I have a usecase in which, there will be a website hosted on an AWS S3 bucket,
This S3 Website will be calling APIs to fetch data to be rendered on.
In case of an AWS serveless architecture, we usually have an API Gateway in front of AWS Lambda functions to do the processing and returning required data.
AWS Last year launched API Gateway Private Endpoints -
https://aws.amazon.com/blogs/compute/introducing-amazon-api-gateway-private-endpoints/
The private API Gateway will be accessible through VPC endpoint,
I wanted to know if a private API Gateway endpoint be used by the S3 Bucket to access data internally,
Or the S3 being outside VPC will require require a Public facing API Gateway endpoint?
amazon-web-services amazon-s3 aws-api-gateway
amazon-web-services amazon-s3 aws-api-gateway
asked Mar 25 at 7:35
Aniruddha RajeAniruddha Raje
76411644
76411644
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
No.
Any calls to an API will be made from the end-user's browser, based on HTML pages served from Amazon S3.
When the API is called, the request will come from the browser, across the Internet, to the nominated endpoint (typically API Gateway).
A private API Gateway Endpoint, on the other hand, is created within a VPC and is accessible to resources that are running in the VPC (such as Amazon EC2 instances). This is different to the situation you describe, where the API is called from a web page.
The important thing to remember is that Amazon S3 is a storage service that can also serve web pages, but no code runs on Amazon S3. This is different to a traditional web server that can run code "on the server". Amazon S3 simply serves static content.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333090%2fcan-s3-website-access-api-gateway-private-endpoints%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
No.
Any calls to an API will be made from the end-user's browser, based on HTML pages served from Amazon S3.
When the API is called, the request will come from the browser, across the Internet, to the nominated endpoint (typically API Gateway).
A private API Gateway Endpoint, on the other hand, is created within a VPC and is accessible to resources that are running in the VPC (such as Amazon EC2 instances). This is different to the situation you describe, where the API is called from a web page.
The important thing to remember is that Amazon S3 is a storage service that can also serve web pages, but no code runs on Amazon S3. This is different to a traditional web server that can run code "on the server". Amazon S3 simply serves static content.
add a comment |
No.
Any calls to an API will be made from the end-user's browser, based on HTML pages served from Amazon S3.
When the API is called, the request will come from the browser, across the Internet, to the nominated endpoint (typically API Gateway).
A private API Gateway Endpoint, on the other hand, is created within a VPC and is accessible to resources that are running in the VPC (such as Amazon EC2 instances). This is different to the situation you describe, where the API is called from a web page.
The important thing to remember is that Amazon S3 is a storage service that can also serve web pages, but no code runs on Amazon S3. This is different to a traditional web server that can run code "on the server". Amazon S3 simply serves static content.
add a comment |
No.
Any calls to an API will be made from the end-user's browser, based on HTML pages served from Amazon S3.
When the API is called, the request will come from the browser, across the Internet, to the nominated endpoint (typically API Gateway).
A private API Gateway Endpoint, on the other hand, is created within a VPC and is accessible to resources that are running in the VPC (such as Amazon EC2 instances). This is different to the situation you describe, where the API is called from a web page.
The important thing to remember is that Amazon S3 is a storage service that can also serve web pages, but no code runs on Amazon S3. This is different to a traditional web server that can run code "on the server". Amazon S3 simply serves static content.
No.
Any calls to an API will be made from the end-user's browser, based on HTML pages served from Amazon S3.
When the API is called, the request will come from the browser, across the Internet, to the nominated endpoint (typically API Gateway).
A private API Gateway Endpoint, on the other hand, is created within a VPC and is accessible to resources that are running in the VPC (such as Amazon EC2 instances). This is different to the situation you describe, where the API is called from a web page.
The important thing to remember is that Amazon S3 is a storage service that can also serve web pages, but no code runs on Amazon S3. This is different to a traditional web server that can run code "on the server". Amazon S3 simply serves static content.
answered Mar 25 at 8:50
John RotensteinJohn Rotenstein
86k899149
86k899149
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333090%2fcan-s3-website-access-api-gateway-private-endpoints%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown