Ensure protection by enabling deletion protection for ELB application load balancers.
Rule | ELB application load balancer deletion protection should be enabled |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ High |
Rule Description:
ELB (Elastic Load Balancer) application load balancer deletion protection should be enabled for systems that adhere to the FedRAMP (Federal Risk and Authorization Management Program) Low Revision 4 security compliance level. This rule helps to prevent accidental or unauthorized deletion of the load balancer, ensuring the availability and integrity of the associated resources.
Troubleshooting Steps:
If deletion protection is not enabled on an ELB application load balancer that should adhere to the FedRAMP Low Revision 4 security compliance level, follow these troubleshooting steps:
Necessary Codes:
There are no specific codes associated with enabling deletion protection for ELB application load balancers. Instead, this can be achieved through the AWS Management Console or AWS CLI (Command Line Interface).
Step-by-step Guide for Remediation:
AWS Management Console:
AWS CLI:
aws elbv2 modify-load-balancer-attributes --load-balancer-arn <load-balancer-arn> --attributes DeletionProtection.enabled=true
Note: Ensure that you have the necessary permissions to modify the load balancer attributes in the AWS IAM (Identity and Access Management).
By following the above steps, you can enable deletion protection for the ELB application load balancer, ensuring compliance with the FedRAMP Low Revision 4 security standards.