J1 team.. I am wondering if I can put together some analysis of AWS Resources?
AaronO
✭✭✭
Mainly looking at churn like EC2 Instance counts over time. P50/P90 TTL on Ec2 Instances ways to break that down by AWS account etc. Any pro-tips on doing that in J1?
0
Answers
-
try this query with “include recently deleted” option turned on. This should return you the instances terminated within your soft-deleted data retention period, and the TTL in seconds:
find aws_instance with state='terminated' as e return e.instanceId, e.displayName, (e.stateChangedOn-e.launchedOn)/1000 as TTL order by TTL
0
This Month's Leaders
Categories
- 336 All Categories
- Featured Categories
- 7 About the AskJ1 Community
- 11 Product Announcements
- From Mission Control
- 1 Rapid Response
- 3 How J1 Uses J1
- Topics
- 131 Asset Management
- 56 Compliance & Reporting
- 65 Security Operations
- 40 Security Engineering
- 5 Open Source
- 18 News, Careers and More