Giter Site home page Giter Site logo

Comments (1)

sbkok avatar sbkok commented on August 15, 2024

Thank you for reporting this issue and taking the time to investigate in a call.

The issue was caused by stale deployment pipeline region SSM parameters.
With the fixes introduced in #535 and released as part of v3.2.0, these get deleted after deleting the CloudFormation stack. Before v3.2.0, there was a bug that did not effectively delete the SSM parameters.
Regarding the issue above, these stale SSM parameters were left behind and went undetected until yesterday.

For others that run into a similar issue, this is how you can check:

  1. In the deployment account, main deployment region, navigate to the PipelineDeletionStateMachine in AWS Step Functions, open the last execution.
  2. Look at which ADF pipelines failed to perform the CloudFormation Delete Stack operation.
  3. For each of the failed pipelines, check if the CloudFormation stack exists, named adf-pipeline-${pipeline-name-goes-here}.
  4. If the stack exists, stop here and report a new issue.
  5. If the stack does not exist, while it attempts to delete it, go to AWS Systems Manager.
  6. Go to Parameter Store.
  7. Filter the parameters, search for /deployment/S3/${pipeline-name-goes-here}/regions. Please note, pipeline-name-goes-here does not start with adf-pipeline-. Use the name that follows that prefix.
  8. Delete the SSM Parameter.
  9. Trigger a new change in the AWS CodePipeline named aws-deployment-framework-pipelines.

The issue was resolved using the steps listed above.

from aws-deployment-framework.

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.