Security overhaul: Update to Kubernetes 1.28, AWS Load Balancer Controller v2.6.2, PostgreSQL 15.4, and add automated security checks #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses critical security vulnerabilities in the aws-ms-eks-reference repository by updating all outdated components to their latest secure versions and implementing automated security monitoring.
Security Issues Fixed
Critical Version Updates
IAM Security Hardening
sub
andaud
claimsSupply Chain Security
latest
tag URLs in monitoring manifests with pinned version v1.247357.0b251975Security Automation Added
GitHub Actions Workflows
Added comprehensive security automation in
.github/workflows/security-checks.yml
:Maintenance Tools
.security-checklist.md
): Monthly maintenance tasks and compliance checksValidation
All CloudFormation templates validated successfully with cfn-lint. The changes maintain backward compatibility while dramatically improving the security posture:
Impact
This update resolves years of accumulated security debt and establishes processes to prevent future vulnerabilities. The repository now follows current AWS security best practices with automated monitoring to maintain security going forward.
Before: Using components from 2019 with multiple known vulnerabilities
After: Current, secure versions with automated security monitoring
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.