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

CloudFormation Stack Tracking #146

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

CloudFormation Stack Tracking #146

wants to merge 11 commits into from

Conversation

jpb
Copy link
Contributor

@jpb jpb commented Nov 2, 2018

No description provided.

Contents:

```
existingStacks:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add the stack arns into the output here for readability, debugging, and sanity checking during the updates.


Questions:

- Perhaps AWS profiles should be resolved down to the IAM role they use? In that
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be useful.

Track the iidy arguments for existing CloudFormation stacks:

```
$ iidy create-stack --track stack-args.yaml --profile ... --region ... --environment ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any thoughts about alternatives to --track? --record, ...

- --environment production
- --region us-east-1
- --profile sandbox
env:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we inspect for env vars that are imported / used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes – we could just look at $imports for any env:... values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants