aws-samples / aws-samples/amazon-eks-security-immersion-day
DevSecOps Pipeline : aws securityhub batch-enable-standards aws region issue
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 10
- Forks
- 5
- Avg merge
- 12m
- Merged PRs (30d)
- 13
Description
the aws region is hard coded in the command making it failed in other regions:
aws securityhub batch-enable-standards --standards-subscription-requests '[{"StandardsArn":"arn:aws:securityhub:us-west-2::standards/aws-foundational-security-best-practices/v/1.0.0"},{"StandardsArn":"arn:aws:securityhub:us-west-2::standards/cis-aws-foundations-benchmark/v/1.4.0"}]'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the pipeline script or configuration containing the shown aws securityhub batch-enable-standards command. Replace the hard-coded us-west-2 region with the pipeline's region value, then verify that the generated StandardsArn values use the selected region and work outside us-west-2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, shell
- Domain
- cloud, devops, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100