Coder Social home page Coder Social logo

Comments (5)

Bingjiling avatar Bingjiling commented on July 20, 2024

Hi @nkundella,

Thanks for reaching out! I'm sorry to hear about the unexpected bill.

To better assist you with cost reduction, I have a few questions for you. What stage have you deployed FWoA in? How long did the deployed instance run? What functionalities have you tested in the instance?

As a quick mitigation, you can try deploying FWoA in the dev stage. FWoA is configured to create smaller OpenSearch instance to save on cost in dev stage(Link code link here). You should see a significant reduce in cost when you deploy FWoA in dev stage instead.

To answer your question in removing OpenSearch cluster from codes, you can delete this file in CDK construct that creates the OpenSearch clusterLink and any references to this file. Note this will break the search functionality of FWoA, and could bring other side effects.

Thanks,
Yanyu

from fhir-works-on-aws.

nkundella avatar nkundella commented on July 20, 2024

Thanks for the reply.
I will remove the file today and get back to you.

from fhir-works-on-aws.

nkundella avatar nkundella commented on July 20, 2024

image

I tried to remove all the instances but I get this error when I try to deploy

from fhir-works-on-aws.

ssvegaraju avatar ssvegaraju commented on July 20, 2024

Hi @nkundella, can I ask what version of FWoA this is using? These look like CDK Nag issues, meaning they are addressable by updating certain properties on resources in the CDK Code. For example, two of the first few issues involve the fhirLogsBucket construct and the glueScriptsBucket construct not having default encryption enabled. However, this is set as of the latest code here.

If you'd like to avoid checking the CDK resources with CDK Nag (not recommended as this may miss best practices for creating AWS resources when customizing FWoA), you can simply disable the checks here by commenting them out.

Thanks,
Sukeerth

from fhir-works-on-aws.

ssvegaraju avatar ssvegaraju commented on July 20, 2024

Hi,

Closing this issue since there hasn't been activity in a while. Feel free to reopen if you have any further questions!

Thanks for your time,
Sukeerth

from fhir-works-on-aws.

Related Issues (7)

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.