Giter Club home page Giter Club logo

Comments (6)

flochaz avatar flochaz commented on June 27, 2024

Update will work with the following procedure a caveat:

  1. Update 1-SDLC-Organization/cdk.json file with the new domain_name, commit, push and approve the pipeline in Main account.
    [ISSUE] as soon as the landing zone pipeline succeed to deploy, your old dns won't work anymore so your apps behind it won't be accessible anymore (for ~ 30mins if you chain properly those steps)
  2. Update your apps cdk.json with the new domain_name, commit and push
    As soon as the app pipeline successfully run in CICD account your app will be accessible through the new domain name

I created an issue to mitigate this issue (#87).

from aws-bootstrap-kit-examples.

dempti avatar dempti commented on June 27, 2024

Hi flochaz,

Thank you for your response. Right now I have only deployed SDLC-organization, so I don't think I need step2 right?
Also, do I need to run npm run deploy command again to deploy the changes or will it be handled once I push the changes to the github repository

from aws-bootstrap-kit-examples.

dempti avatar dempti commented on June 27, 2024

Hi @flochaz

The system I deployed is based on the this commit commit.
Will there be any issue if new changes of SDLC are included during the domain update as well?

from aws-bootstrap-kit-examples.

flochaz avatar flochaz commented on June 27, 2024

from aws-bootstrap-kit-examples.

dempti avatar dempti commented on June 27, 2024

Hi @flochaz ,

Is there any documentation on how those route53 domains interact with different organization, how they are accessed from one organization to another?

from aws-bootstrap-kit-examples.

flochaz avatar flochaz commented on June 27, 2024

Hi @dempti,

This diagram shows how the mechanism of assume role works. But we lack documentation on how this hierarchy is created but here is the code creating the roles and zones and here is the simple logic enabling to create one role per account, those are instanciated (Root Zone and dedicated update role per workload account) by the SDLC-Organization/LandingZone stack. And last but not least, here is the custom resource used by the different app to create the Cross account delegated zone . I hope it helps.

from aws-bootstrap-kit-examples.

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.