AWS CloudFormation vs. DigitalOcean

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS CloudFormation
Score 8.8 out of 10
N/A
AWS CloudFormation gives developers and systems administrators a way to create and manage a collection of related AWS resources, provisioning and updating them in a predictable fashion. Use AWS CloudFormation’s sample templates or create templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run an application. Users don’t need to figure out the order for provisioning AWS services or the subtleties of making those dependencies work.…
$0
DigitalOcean
Score 8.5 out of 10
N/A
DigitalOcean is an infrastructure-as-a-service (IaaS) platform from the company of the same name headquartered in New York. It is known for its support of managed Kubernetes clusters and “droplets” feature.
$5
Starting Price Per Month
Pricing
AWS CloudFormationDigitalOcean
Editions & Modules
Free Tier - 1,000 Handler Operations per Month per Account
$0.00
Handler Operation
$0.0009
per handler operation
1GB-16GB
$5.00
Starting Price Per Month
8GB-160GB
$60.00
Starting Price Per Month
Offerings
Pricing Offerings
AWS CloudFormationDigitalOcean
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsThere is no additional charge for using AWS CloudFormation with resource providers in the following namespaces: AWS::*, Alexa::*, and Custom::*. In this case you pay for AWS resources (such as Amazon EC2 instances, Elastic Load Balancing load balancers, etc.) created using AWS CloudFormation as if you created them manually. You only pay for what you use, as you use it; there are no minimum fees and no required upfront commitments. When you use resource providers with AWS CloudFormation outside the namespaces mentioned above, you incur charges per handler operation. Handler operations are create, update, delete, read, or list actions on a resource.
More Pricing Information
Community Pulse
AWS CloudFormationDigitalOcean
Features
AWS CloudFormationDigitalOcean
Configuration Management
Comparison of Configuration Management features of Product A and Product B
AWS CloudFormation
8.2
2 Ratings
2% above category average
DigitalOcean
-
Ratings
Infrastructure Automation8.52 Ratings00 Ratings
Automated Provisioning8.52 Ratings00 Ratings
Parallel Execution8.02 Ratings00 Ratings
Node Management7.52 Ratings00 Ratings
Reporting & Logging7.52 Ratings00 Ratings
Version Control9.02 Ratings00 Ratings
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
AWS CloudFormation
-
Ratings
DigitalOcean
9.0
36 Ratings
9% above category average
Service-level Agreement (SLA) uptime00 Ratings9.831 Ratings
Dynamic scaling00 Ratings9.832 Ratings
Elastic load balancing00 Ratings9.123 Ratings
Pre-configured templates00 Ratings10.029 Ratings
Monitoring tools00 Ratings9.335 Ratings
Pre-defined machine images00 Ratings9.233 Ratings
Operating system support00 Ratings8.933 Ratings
Security controls00 Ratings8.732 Ratings
Automation00 Ratings6.45 Ratings
Best Alternatives
AWS CloudFormationDigitalOcean
Small Businesses
HashiCorp Terraform
HashiCorp Terraform
Score 8.8 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 9.4 out of 10
Medium-sized Companies
Ansible
Ansible
Score 9.2 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
Enterprises
Ansible
Ansible
Score 9.2 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS CloudFormationDigitalOcean
Likelihood to Recommend
8.0
(7 ratings)
8.8
(36 ratings)
Likelihood to Renew
-
(0 ratings)
9.0
(2 ratings)
Usability
8.0
(2 ratings)
8.8
(10 ratings)
Availability
-
(0 ratings)
10.0
(1 ratings)
Performance
-
(0 ratings)
9.0
(1 ratings)
Support Rating
-
(0 ratings)
8.8
(9 ratings)
Product Scalability
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
AWS CloudFormationDigitalOcean
Likelihood to Recommend
Amazon AWS
I still give it an 8 because it's one of those tools that just quietly does the heavy lifting for you but it can really test your patience when it breaks esp with deep nested stacks. It's perfect for projects where we need clean consistent environments every time. It's less ideal for quick experimental setups like new EC2 configs or Lambda permission tweaks.
Read full review
DigitalOcean
DigitalOcean is perfect for hosting client websites, running marketing tools, and managing media storage with Spaces and CDN. The use of Droplets to quickly launch landing pages or WordPress sites for campaigns is a Godsend. It’s great for fast, cheap, and scalable solutions. But for complex microservices or projects needing strict compliance (like HIPAA), DigitalOcean may not always be the best fit, but that depends heavily on your project.
Read full review
Pros
Amazon AWS
  • All resources can segregated based on stacks which provides greater visibility
  • A complete audit trail of what went wrong while deploying a particular resource
  • Automatically rollbacks if any service as part of CloudFormation results in an error
  • The UI tool is useful
Read full review
DigitalOcean
  • DigitalOcean provides some of the best cost-to-value services available
  • The DigitalOcean cloud console is very intuitive and easy to navigate
  • DigitalOcean has great support for Docker and other dev ops tools like Terraform.
  • DigitalOcean iterates quickly and provides cutting edge features for organizations that want to keep up with the latest and greatest dev ops tooling
  • DigitalOcean has a great developer community and numerous support docs/tutorials
Read full review
Cons
Amazon AWS
  • Error Description upon Failure Needs to be Improved.
  • Slow to create, delete or update.
  • Need to delete resources manually. It can ask before starting deletion whether to skip those resources or delete them.
Read full review
DigitalOcean
  • Some products/services available on other Cloud providers aren't available, but they seem to be catching up as they add new products like Managed SQL DBs.
  • While they have FreeBSD droplets (VMs), support for *BSD OSs is limited. I.e. the new monitoring agent only works on Linux.
  • There are no regions available on South America.
  • They don't seem to offer enterprise-level products, even basic ones as Windows Server, MS SQL Server, Oracle products, etc.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
DigitalOcean
I've been very happy with it for my purposes and I plan to continue to use DigitalOcean for the foreseeable future!
Read full review
Usability
Amazon AWS
It's easy enough to get a shared template & apply it. You don't even have to download-then-upload or copy-and-paste, a publicly-accessible url works.
Diving deeper, it has enough powerful capabilities to make the life of a platform / DevOps engineer bearable.
However, you need equally deep knowledge to troubleshoot issues, when they inevitably pop up. This is the same for all IaC technologies, as they are additional abstraction layers on top of the native API provided by the cloud providers.
Read full review
DigitalOcean
I honestly can't think of an easier way to set up and maintain your own server. Being able to set up a server in minutes and have fully control is awesome. The UX is incredibly intuitive for first-time users as well so there's no reason to be intimidated when it comes to giving DigitalOcean a shot.
Read full review
Reliability and Availability
Amazon AWS
No answers on this topic
DigitalOcean
Have not found a single second of down time myself. Superior availability.
Read full review
Performance
Amazon AWS
No answers on this topic
DigitalOcean
Very quick response and high performance, you have to fine tune configurations on your machines though.
Read full review
Support Rating
Amazon AWS
No answers on this topic
DigitalOcean
They have always been fast, and the process has been straight-forward. I haven't had to use it enough to be frustrated with it, to be honest, and when I have an issue they fix it. As with all support, I wish it felt more human, but they are doing aces.
Read full review
Alternatives Considered
Amazon AWS
Cloning a virtual machine creates a virtual machine that is cloning a virtual machine creates a virtual machine that is a copy of the original. The new virtual machine is configured with the same virtual hardware, installed software, and other properties that were configured for the original virtual machine. For information about persistent memory and PMem storage, see the vSphere Cloning a virtual machine creates a virtual machine that is a copy of the original. The new virtual machine is configured with the same virtual hardware, installed software, and other properties that were configured for the original virtual machine. For information. Management guide.For information copy of the original. The new virtual Cloning virtual machine creates a virtual machine that is a copy of the original. The new virtual machine is configured with the same virtual hardware, installed software, and other properties that were configured for the original virtual machine. For information about persistent memory and PMem storage, see the vSphere Resource Management Guide. For information is configured with the same virtual hardware, installed software, and other properties that were configured for the original virtual machine. For information about persistent memory and PMem storage, see the vSphere Resource Management Guide. For information
Read full review
DigitalOcean
DigitalOcean is an inexpensive product as compared to other products available in the market. The UI is easy and the beginner can also understand the UI with the step by step guide. It provides a lot of custom features and the user needs to pay only for what they are using. Amazon has a complex UI and is on the expensive side. DigitalOcean is simple to use and is easily manageable and the servers can easily be set up without additional cost and such.
Read full review
Scalability
Amazon AWS
No answers on this topic
DigitalOcean
Great scalability, you can start with small plans and move up to premium features at a very good price.
Read full review
Return on Investment
Amazon AWS
  • + We can standup a VPC in minutes
  • - It took a lot of inital time to set up
  • + With logging/rollback, made testing much easier.
Read full review
DigitalOcean
  • Positive - Elastic computer instances make it possible to pay for only for what you need.
  • Positive - Competitive pricing - some of the products that DigitalOcean offers are much cheaper than those offered by competitors.
  • Negative - Having to go to other cloud computing platforms for more specific, advanced services like Computer Vision optimized services, GPU cloud compute instances, etc...
Read full review
ScreenShots

AWS CloudFormation Screenshots

Screenshot of CloudFormation - How it works overviewScreenshot of CloudFormation - High level how it worksScreenshot of CloudFormation - Template exampleScreenshot of CloudFormation - Template inputs overview