- Newest
- Most votes
- Most comments
Based on the information provided, there are several potential reasons why your AWS DevOps Agent topology might be showing "0 resources found."
First, it's important to note that AWS DevOps Agent is currently in preview in the US East (N. Virginia) Region. As with any preview service, there may be limitations or issues that are still being addressed.
The error message you're seeing suggests a permissions issue with Resource Explorer. Specifically, the "AccessDeniedException ... not authorized to perform: resource-explorer-2:Search" indicates that when DevOps Agent assumes your service role, the session policy being applied is restricting access to the Resource Explorer search functionality.
This appears to be a case where the role itself has the correct permissions (as evidenced by your successful manual testing), but when DevOps Agent assumes the role, it's applying a restrictive session policy that excludes the resource-explorer-2:Search permission.
For topology views in general, there are some limitations to be aware of:
- Topology views may only be available for specific resource states (for example, EC2 instances must be in the "running" state)
- Each topology view is unique per AWS account
- Some resources or services may not support telemetry or associated entities
Since you mentioned that a previous setup worked correctly with just the "AIOpsAssistantPolicy" managed policy and IAM access entry to your EKS cluster, it's possible that:
- There's an issue with the new agent space configuration
- There might be a temporary service issue
- The additional policies you've added might be causing unexpected interactions
As a troubleshooting step, you could try:
- Creating a new agent space with minimal configuration (similar to your previous successful setup)
- Ensuring your service role has the AIOpsAssistantPolicy without additional custom policies
- Checking if there are any service quotas or limits that might be affecting resource discovery
- Verifying that the resources you expect to see are in the appropriate state to be discovered
Since this is a preview service and you've observed inconsistent behavior between deployments, it's also possible this could be a known issue that the AWS team is working to address.
Sources
Explore related telemetry - Amazon CloudWatch
Amazon EC2 topology - Amazon Elastic Compute Cloud
Introducing AWS DevOps Agent (preview), frontier agent for operational excellence - AWS
Understanding the immediate resource discovery experience - AWS Resource Explorer
Hello, we have recently made improvements to the topology for new DevOps Agentspaces. Please let us know if you are still seeing any issues.
Relevant content
asked 3 months ago
asked 7 months ago
- AWS OFFICIALUpdated 8 months ago
