You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scenarios/basics/inspector/SPECIFICATION.md
-62Lines changed: 0 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,59 +39,6 @@ This Basics scenario does not require any additional AWS resources.
39
39
40
40
## Hello Amazon Inspector
41
41
42
-
<<<<<<< HEAD
43
-
The Hello Inspector example is designed to help new users quickly become familiar with the Amazon Inspector service and the AWS SDK. This introductory sample demonstrates how to:
44
-
45
-
1. Initialize the Amazon Inspector2 client
46
-
Sets up the service client.
47
-
48
-
2. Check the current Inspector account status
49
-
Retrieves and displays the resource scan status for supported scan types such as EC2, ECR, Lambda, and Lambda Code.
50
-
51
-
3. List recent Inspector findings
52
-
Queries the most recent security findings and prints key details including title, severity, status, and timestamp.
53
-
54
-
4. Display Inspector usage totals
55
-
Uses a paginator to retrieve and show usage metrics and estimated monthly costs for the past 30 days.
56
-
57
-
## Scenario
58
-
59
-
This scenario demonstrates the basic usage of **Amazon Inspector** using an SDK. It focuses on checking account status, enabling Inspector, listing findings, reviewing coverage, and managing filters.
60
-
61
-
---
62
-
63
-
### Setup
64
-
65
-
Check Amazon Inspector account status
66
-
67
-
Enable Inspector for all available resource types (if not already enabled)
68
-
69
-
Display a summary of the current scan status
70
-
71
-
### Findings & Filters
72
-
73
-
List recent security findings across all supported resource types
74
-
75
-
Create a sample filter to suppress low-severity findings
76
-
77
-
List all existing Inspector filters
78
-
79
-
### Coverage Assessment
80
-
81
-
List scan coverage for EC2, ECR, Lambda, and Lambda Code
82
-
83
-
Display overall coverage statistics
84
-
85
-
### Usage and Costs
86
-
87
-
Retrieve usage totals for the last 30 days using paginated results
88
-
89
-
Display usage metrics and estimated monthly costs
90
-
91
-
### Cleanup
92
-
93
-
Delete the example filter created during the scenario
94
-
=======
95
42
The Hello example is intended for users not familiar with this service to easily get up and running. It sets up the Inspector service client, checks the current account status for Inspector and displays available scan types.
96
43
97
44
## Scenario
@@ -138,26 +85,17 @@ This scenario demonstrates the basic usage of **Amazon Inspector** using a Java
138
85
* Cleanup (disabling Inspector) is **not performed**.
139
86
140
87
---
141
-
>>>>>>> f0755a2b2 (updated spec)
142
88
143
89
### Outcome
144
90
145
91
By following this scenario, users learn how to:
146
92
147
93
* Check Inspector account status and configuration
0 commit comments