forked from aquasecurity/cloud-security-remediation-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from rtkwlf/nshawahna/Lambda/AWN-107597
Remediation guide for plugin Lambda Tracing Enabled
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) | ||
|
||
# AWS / Lambda / Lambda Tracing Enabled | ||
|
||
## Quick Info | ||
|
||
| | | | ||
|-|-| | ||
| **Plugin Title** | Lambda Tracing Enabled | | ||
| **Cloud** | AWS | | ||
| **Category** | Lambda | | ||
| **Description** | Ensures AWS Lambda functions have active tracing for X-Ray. | | ||
| **More Info** | AWS Lambda functions should have active tracing in order to gain visibility into the functions execution and performance. | | ||
| **AWS Link** | https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html | | ||
| **Recommended Action** | Modify Lambda functions to activate tracing. | | ||
|
||
## Detailed Remediation Steps | ||
1. Log into the AWS Management Console. </br> | ||
2. Select the "Services" option and search for Lambda. </br> | ||
3. Scroll down the left navigation panel and choose "Functions".</br> | ||
4. Select the Lambda function that needs to be verify from "Functions name".</br> | ||
5. On the "Lambda Functions" page scroll down and choose "Configuration".</br> | ||
6. Scroll down the "Configuration" tab and choose the "Monitoring and operations tools". </br> | ||
7. Under X-Ray, toggle on Active tracing. </br> | ||
8. Click on the "Save" button at the top of the dashboard.</br> | ||
9. Repeat steps 4 - 8 to enable active tracing for other "Lambda functions" in the selected region.</br> |