My company uses the AWS Cloud and has over 50 accounts. In the case of AWS, resources are managed by each account.
Recently, I want to manage security check issues with JIRA.
What is the best way to use JIRA in the following situations?
ACCOUNT A -> IAM -> NETWORK -> COMPUTE -> ...
ACCOUNT B -> IAM -> NETWORK -> COMPUTE -> ...
ACCOUNT C -> IAM -> NETWORK -> COMPUTE -> ...
.
.
.
I have a few options in mind.
1. Create a project for each account (Canban or Scrum) -> Create and assign issue tickets
2. Create single project (Canban or Scrum) -> Create issue -> Create sub-task -> Assign sub-task to accounts (Account A, Account B, Account C...)
3. Create a single project (Canban or Scrum) -> Create components for each account -> Assign issues to each component
4. And so on
How to use JIRA properly?