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

Create an aws security role for cloud-scanner with terraform #402

Open
demeringo opened this issue Jan 8, 2024 · 2 comments
Open

Create an aws security role for cloud-scanner with terraform #402

demeringo opened this issue Jan 8, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@demeringo
Copy link
Collaborator

Problem

No easy way for a beginner to initialize an aws profile / role / policy with just the minimum permissions to use cloud scanner (except if deploying with serverless).

Solution

Provide a terraform script for this.

We should be able to reuse the policy created in the serverless deployment (ideally make it common if format permit it).

Maybe give example of restricting access to specific resources ?

Alternatives

Additional context or elements

See also #77

@demeringo demeringo added enhancement New feature or request good first issue Good for newcomers labels Jan 8, 2024
@demeringo
Copy link
Collaborator Author

See also #147

@demeringo
Copy link
Collaborator Author

We should also verify if the following permission is really needed.
Effect: Allow
Action: "cloudwatch:DescribeAlarm"
Resource: "*"

@demeringo demeringo pinned this issue Feb 16, 2024
@demeringo demeringo unpinned this issue Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant