Skip to main content

Cloud Resources Overview

Cloud Resources lets you provision and manage individual cloud services — databases, buckets, queues, caches, and more — directly from Atmosly, alongside your clusters and applications. You can create brand-new resources from scratch, onboard resources that already exist, apply governance policies, and track cost and configuration drift, all from one place.

Governance is handled by the companion Policy Engine, which evaluates every provision, update, and import against the rules your team defines.

Cloud Resources overview listing provisioned AWS and GCP resources

Cloud Resources is a top-level item in the left navigation menu. Opening it shows two tabs:

TabWhat it contains
ResourcesThe list of all provisioned and imported cloud resources, with status, health, and estimated monthly cost. This is the default view.
BlueprintsReusable provisioning templates your team can publish and consume. See Blueprints.
info

Access to Cloud Resources and the Policy Engine requires the View Cloud Resource permission. If you don't see these items, ask your organization admin to enable the permission for your role.


Supported Providers

ProviderResources
AWSDatabases, storage, messaging, compute, networking, and more (see below)
GCPStorage, databases, messaging, secrets, cache, and serverless

Supported Resource Types

AWS

Resource TypeService
S3 BucketObject storage
RDS InstanceManaged relational database
Aurora ClusterAurora relational database cluster
DynamoDB TableNoSQL table
DocumentDB ClusterMongoDB-compatible document database
ElastiCache ClusterIn-memory cache (Valkey / Redis / Memcached)
OpenSearch DomainSearch and analytics
SQS QueueManaged message queue
SNS TopicPub/sub notifications
EventBridge Event BusEvent routing
Lambda FunctionServerless functions
EC2 InstanceVirtual machine
Application / Network Load BalancerLoad balancing
Route 53 Hosted ZoneDNS
ECR RepositoryContainer image registry
Secrets Manager SecretSecret storage

GCP

Resource TypeService
GCS BucketObject storage
Cloud SQL InstanceManaged relational database
Memorystore (Redis)In-memory cache
Pub/Sub TopicMessaging
Cloud Run ServiceServerless containers
Secret Manager SecretSecret storage

Resource Status

Each resource moves through a lifecycle. The status you'll see in the list and on the detail page includes:

StatusMeaning
Pending ApprovalA create/update/delete request is waiting for policy-required approval
ProvisioningThe resource is being created in your cloud account
ActiveThe resource is live and healthy
Update in ProgressA configuration change is being applied
DeletingThe resource is being removed from your cloud account
Drift DetectedThe resource's live configuration no longer matches what Atmosly recorded
Provision / Update / Delete FailedThe operation failed — review the details and retry
RejectedAn approval request was declined
Out of SyncAtmosly can no longer reconcile the resource with your cloud account

Resources also carry a health indicator — healthy, drift, unreachable, or unknown — which Atmosly refreshes periodically in the background.


What's Next

note

Cloud Resources is a separate feature from Guardrails (which governs Kubernetes cluster actions) and from Application Blueprints (which are application-deployment templates). The Blueprints tab inside Cloud Resources refers specifically to cloud-resource provisioning templates.