WHAT OPSCHUGEX STORES
Connection metadata, not customer access keys.
- Cross-account IAM Role ARN
- Optional External ID
- Optional AWS region
AWS SECURITY & PERMISSIONS
OpsChugex V1 uses a read-only cross-account IAM Role model for AWS intelligence. You do not paste a customer AWS access key or secret access key into OpsChugex.
WHAT OPSCHUGEX STORES
WHAT OPSCHUGEX DOES NOT STORE
WHAT THE ROLE CAN DO
These are the AWS actions used by the current OpsChugex V1 inventory and security implementation. The downloadable JSON below is generated from the same permission set published with this release.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "OpsChugexReadOnlyInventoryAndSecurity",
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:DescribeSecurityGroups",
"rds:DescribeDBInstances",
"s3:GetBucketPolicyStatus",
"s3:GetBucketPublicAccessBlock",
"s3:ListAllMyBuckets",
"sts:GetCallerIdentity"
],
"Resource": "*"
}
]
}WHAT IT CANNOT DO
CONNECTION MODEL
The role can be disabled or removed from your AWS account at any time. AWS connectivity remains an early V1 capability while real-user validation is underway.