SynCloud.ai logo
Syncloud.Ai
Autonomous Infrastructure Intelligence

Connect Your AWS Account
to SynCloud in Minutes

Secure. Read-Only. Instant Insights.

SynCloud.ai is the autonomous infrastructure intelligence layer that understands your cloud environments and continuously optimizes them for cost, performance, security, and reliability.

The Understanding Tier - Zero Risk, Immediate Value

We get deep visibility into your infrastructure using read-only access.
No changes, no impact - just actionable insights from day one.

Complete Visibility

Full view of your architecture, configuration, dependencies, and usage across AWS.

Actionable Insights

Identify optimization opportunities across cost, security, compliance, and migration readiness.

100% Secure

Read-only access via IAM Role. No access keys. No write permissions.

Full Control

Revoke access anytime by deleting a single IAM Role.

Why Customers Choose SynCloud

  • Autonomous Infrastructure Intelligence that works 24/7 for you
  • Built for multi-cloud, hybrid, and complex enterprise environments
  • Deep context + real-time analysis = better decisions, faster
  • Start with zero risk and expand as trust grows

How to Connect Your AWS Account

The connection takes ~5 minutes and creates a single read-only IAM Role using AWS CloudFormation.
No access keys are shared. Access can be revoked at any time by deleting the Role.

1
Option A - AWS Console (One Click)
2

Scroll down to "Capabilities", check the box:
"I acknowledge that AWS CloudFormation might create IAM resources with custom names", and click "Create stack".

3

Once the status shows CREATE_COMPLETE (about a minute), open the "Outputs" tab and send us the value of "RoleArn".

2
Option B - AWS CLI

Run the following command:

aws cloudformation create-stack \
  --stack-name SynCloud-Assessment \
  --template-url https://syncloud-aws-connect-public-001.s3.amazonaws.com/aws-connect/SyndevScannerRole-Broad.yaml \
  --parameters ParameterKey=ExternalId,ParameterValue=syndev-xo29609-ys \
  --capabilities CAPABILITY_NAMED_IAM \
  --region us-east-1

After the process is complete, send us the RoleArn using:

aws cloudformation describe-stacks --stack-name SynCloud-Assessment \
  --region us-east-1 --query "Stacks[0].Outputs" 

What SynCloud Can Read

  • Configuration & topology
  • Metrics & operational data
  • Billing & usage data
  • Security, compliance & posture
  • Migration readiness metadata

What SynCloud Cannot Access
(Explicitly Denied)

  • ×S3 object contents
  • ×DynamoDB data, queues, streams
  • ×SSM Parameter values
  • ×Secrets and KMS decryptable data
  • ×Any ability to make changes

Security by Design

  • Read-only IAM Role
  • No access keys created
  • No write/modify permissions
  • Revoke access anytime
  • Review template before running
Use the copy buttons for URLs and CLI commands. Use your browser's Print command to save a PDF if needed.