Giter Site home page Giter Site logo

Comments (3)

triggan avatar triggan commented on June 4, 2024

Hi @sangram23,

There are multiple samples within this repository. Which one specifically are you looking to reuse/customize?

from amazon-neptune-samples.

sangram23 avatar sangram23 commented on June 4, 2024

I am looking for Amundsen where i can use already configured service in our environement for below stack:

VPC stack
Amazon RDS for PostgreSQL
Amazon Redshift cluster
Bastion host

from amazon-neptune-samples.

triggan avatar triggan commented on June 4, 2024

That sounds like a very bespoke deployment. The code provided in this repo is to be used for reference purposes or experimentation. It doesn't cover every possible deployment pattern or architecture.

The Amundsen sample deployment stack[1] is written in CDK and modularized so that you can deploy each component individually. So if you wanted to skip the VPC, RDS Postgres, Redshift, and Bastion stacks, you can certainly do that. It may require manually retrieving the required parameters to launch the remaining stacks (as those parameters may have original come from the stacks that you don't want to deploy).

Modifying these stacks for public subnets may require directly modifying the CDK code. If you've never used CDK before, you can find some getting started material in our docs [1] and some really good introductory workshops [2].

Not everything in these stacks can take advantage of public subnets. For example, Neptune is only accessilble from inside of a VPC and only ever gets assigned private IP addresses (no public IP addresses are ever assigned, even if you specify using a public subnet).

[1] https://github.com/aws-samples/amazon-neptune-samples/tree/master/amazon-neptune-and-aws-cdk-for-amundsen
[2] https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html
[3] https://workshops.aws/card/cdk

from amazon-neptune-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.