How to host Angular app within VPC on aws?2019 Community Moderator ElectionHow do I debug Node.js applications?How do I get started with Node.jsHow do I pass command line arguments to a Node.js program?How to decide when to use Node.js?How to exit in Node.jsWhat is the purpose of Node.js module.exports and how do you use it?How to retrieve POST query parameters?How to get GET (query string) variables in Express.js on Node.js?How do I update each dependency in package.json to the latest version?How to allow invoking an AWS Lambda function only from EC2 instances inside a VPC
A diagram about partial derivatives of f(x,y)
How do you talk to someone whose loved one is dying?
Is there a place to find the pricing for things not mentioned in the PHB? (non-magical)
PTIJ: Who should I vote for? (21st Knesset Edition)
What is a ^ b and (a & b) << 1?
Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?
Custom alignment for GeoMarkers
What options are left, if Britain cannot decide?
Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?
What did “the good wine” (τὸν καλὸν οἶνον) mean in John 2:10?
Could the Saturn V actually have launched astronauts around Venus?
Does multi-classing into Fighter give you heavy armor proficiency?
Are Roman Catholic priests ever addressed as pastor
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Different outputs for `w`, `who`, `whoami` and `id`
Can I use USB data pins as a power source?
Why is a white electrical wire connected to 2 black wires?
Meme-controlled people
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
How could a scammer know the apps on my phone / iTunes account?
Recruiter wants very extensive technical details about all of my previous work
Is there a symmetric-key algorithm which we can use for creating a signature?
What are substitutions for coconut in curry?
As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?
How to host Angular app within VPC on aws?
2019 Community Moderator ElectionHow do I debug Node.js applications?How do I get started with Node.jsHow do I pass command line arguments to a Node.js program?How to decide when to use Node.js?How to exit in Node.jsWhat is the purpose of Node.js module.exports and how do you use it?How to retrieve POST query parameters?How to get GET (query string) variables in Express.js on Node.js?How do I update each dependency in package.json to the latest version?How to allow invoking an AWS Lambda function only from EC2 instances inside a VPC
I am looking to host an internal only Angular application on AWS and I am struggling on how best to do that within a VPC. Typically I would dump the UI into an S3 bucket, serve it via cloudfront and run any server calls on lambda/api gateway or possibly EC2.
What is the proper way to host this application that isolates it within the VPC but also doesn't over complicate things from an architecture perspective? The build process will be done in bamboo / jenkins.
node.js angular amazon-web-services express
add a comment |
I am looking to host an internal only Angular application on AWS and I am struggling on how best to do that within a VPC. Typically I would dump the UI into an S3 bucket, serve it via cloudfront and run any server calls on lambda/api gateway or possibly EC2.
What is the proper way to host this application that isolates it within the VPC but also doesn't over complicate things from an architecture perspective? The build process will be done in bamboo / jenkins.
node.js angular amazon-web-services express
add a comment |
I am looking to host an internal only Angular application on AWS and I am struggling on how best to do that within a VPC. Typically I would dump the UI into an S3 bucket, serve it via cloudfront and run any server calls on lambda/api gateway or possibly EC2.
What is the proper way to host this application that isolates it within the VPC but also doesn't over complicate things from an architecture perspective? The build process will be done in bamboo / jenkins.
node.js angular amazon-web-services express
I am looking to host an internal only Angular application on AWS and I am struggling on how best to do that within a VPC. Typically I would dump the UI into an S3 bucket, serve it via cloudfront and run any server calls on lambda/api gateway or possibly EC2.
What is the proper way to host this application that isolates it within the VPC but also doesn't over complicate things from an architecture perspective? The build process will be done in bamboo / jenkins.
node.js angular amazon-web-services express
node.js angular amazon-web-services express
asked Mar 6 at 20:59
user7728112user7728112
163
163
add a comment |
add a comment |
0
active
oldest
votes
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%2f55032040%2fhow-to-host-angular-app-within-vpc-on-aws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f55032040%2fhow-to-host-angular-app-within-vpc-on-aws%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