Skip to content

AWS: Added multi-account scanning feature#110

Merged
javvaji-devops merged 3 commits into
mainfrom
PR109
Mar 20, 2026
Merged

AWS: Added multi-account scanning feature#110
javvaji-devops merged 3 commits into
mainfrom
PR109

Conversation

@sureshcsdp
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread cleancloud/doctor/aws.py
profile: Optional[str] = None,
region: Optional[str] = None,
) -> None:
region = region or "us-east-1"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why is this defaulting to us-east-1?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

its for STS just added a comment

Comment thread docs/aws.md Outdated
Before running a full scan, validate that CleanCloud can reach all target accounts:

```bash
cleancloud doctor --provider aws --multi-account accounts.yaml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

where should the accounts.yaml live in the CI/CD env? perhaps users can keep/commit the file in their repos ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

it can be anywhere, preferably in user's repos, but have updated the docs around it

javvaji-devops
javvaji-devops previously approved these changes Mar 20, 2026
javvaji-devops
javvaji-devops previously approved these changes Mar 20, 2026
Copy link
Copy Markdown
Collaborator

@javvaji-devops javvaji-devops left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@javvaji-devops
Copy link
Copy Markdown
Collaborator

LGTM 👍

@javvaji-devops javvaji-devops merged commit f287b41 into main Mar 20, 2026
16 checks passed
@javvaji-devops javvaji-devops deleted the PR109 branch March 20, 2026 22:04
@javvaji-devops
Copy link
Copy Markdown
Collaborator

I have merged it for you @sureshcsdp :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants