Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forecast --changeset #544

Open
ericzbeard opened this issue Oct 4, 2024 · 0 comments
Open

Forecast --changeset #544

ericzbeard opened this issue Oct 4, 2024 · 0 comments
Labels
forecast Related to the forecast command that predicts deployment failures

Comments

@ericzbeard
Copy link
Contributor

ericzbeard commented Oct 4, 2024

Add an option to the forecast command to analyze a changeset, to look for potentially destructive changes.

For deletes and replacements:

  • Was an IAM role used recently?
  • Was a secret accessed recently?
  • Does a bucket have data in it
  • Was a DynamoDB table read or written to recently? If not and it has data, is PITR configured?
  • Was a queue written to recently?
  • Has a hosted zone resolved any queries recently?
  • Was there any recent usage of an EC2 instance?
@ericzbeard ericzbeard added the forecast Related to the forecast command that predicts deployment failures label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forecast Related to the forecast command that predicts deployment failures
Projects
None yet
Development

No branches or pull requests

1 participant