Artifactory Pro Cloud Deployment Guide
Info
Cloud setup can leverage managed databases and object storage for higher durability.
Supported Platforms
- AWS EC2, RDS, S3
- GCP ComputeEngine, CloudSQL, Cloud Storage
- Azure VMs, Azure SQL, Blob Storage
VM Preparation
- Launch Ubuntu LTS VM per best practices (use SSDs, appropriate CPU/memory)
- Open required inbound ports (via security group rules): 80/443, 8081--8082
Managed Database Reference (AWS example)
- Provision RDS PostgreSQL database
- Note endpoint, username, password for Artifactory usage
Cloud Storage for Filestore (AWS S3 example)
- Create S3 bucket with appropriate IAM policies
- Reference credentials in Artifactory system.yaml
filestore:
type: s3
bucket: my-bucket
endpoint: s3.amazonaws.com
region: us-east-1
identity: <aws_access_key_id>
credential: <aws_secret_access_key>
admonition:tip Scalability: Use autoscaling groups for VMs, managed load balancer (ALB / GCP LB / Azure LB), and cloud-native monitoring (CloudWatch, Stackdriver, Azure Monitor).
See ha-setup.md for multi-node HA deployments in cloud.