Need advice about which tool to choose?Ask the StackShare community!

AWS Cloud9

527
713
+ 1
673
Terraform

18.3K
14.4K
+ 1
344
Add tool

Cloud9 IDE vs Terraform: What are the differences?

Key Differences between Cloud9 IDE and Terraform

Cloud9 IDE and Terraform are both powerful tools used in the field of software development and infrastructure management. While they serve different purposes, they have distinct features that set them apart from each other. The key differences between Cloud9 IDE and Terraform are as follows:

  1. Purpose: Cloud9 IDE is an integrated development environment (IDE) that provides developers with a cloud-based platform for coding, testing, and debugging their applications. On the other hand, Terraform is an infrastructure as code (IaC) tool used for provisioning and managing infrastructure resources in a declarative manner.

  2. Workflow: Cloud9 IDE offers a complete development environment in the cloud, allowing developers to work on their applications from anywhere with an internet connection. It provides features like collaborative editing, built-in terminals, and seamless integration with other AWS services. Terraform, on the other hand, follows a workflow where infrastructure is defined in configuration files and then deployed to cloud providers using Terraform commands.

  3. Scope: Cloud9 IDE primarily focuses on providing a platform for software development, offering features like code editor, debugger, and collaboration tools. It is designed to empower developers to write, test, and deploy code efficiently. Terraform, on the other hand, is designed for infrastructure management and provisioning resources across different cloud providers. It enables the automation of infrastructure tasks and provides a standard method for managing infrastructure as code.

  4. Flexibility: Cloud9 IDE is cloud-based and provides a managed development environment, meaning that developers have limited control over the underlying infrastructure. They can choose from pre-configured development environments but have no control over the infrastructure provisioning. Terraform, on the other hand, offers more flexibility as it allows you to define, customize, and manage infrastructure resources according to your specific requirements. It supports various cloud providers and offers a wide range of resource types.

  5. Learning Curve: Cloud9 IDE is relatively easy to start with, especially for developers who are already familiar with popular IDEs. It provides a familiar development environment with a user-friendly interface. Terraform, on the other hand, has a steeper learning curve as it requires understanding of infrastructure concepts, configuration files, and the Terraform syntax. It requires knowledge of declarative programming and the ability to define resources and their relationships.

  6. Integration with Cloud Providers: Cloud9 IDE is tightly integrated with the AWS ecosystem and provides seamless integration with other AWS services, enabling developers to easily deploy and test their applications on AWS. Terraform, on the other hand, supports multiple cloud providers, including AWS, Azure, and Google Cloud Platform. It provides a consistent interface for provisioning and managing resources across different cloud environments.

In Summary, Cloud9 IDE is a cloud-based integrated development environment aimed at optimizing software development workflows, while Terraform is an infrastructure as code tool designed for provisioning and managing infrastructure resources in a declarative manner across multiple cloud providers.

Decisions about AWS Cloud9 and Terraform
Kirill Shirinkin
Cloud and DevOps Consultant at mkdev · | 3 upvotes · 149.2K views

Ok, so first - AWS Copilot is CloudFormation under the hood, but the way it works results in you not thinking about CFN anymore. AWS found the right balance with Copilot - it's insanely simple to setup production-ready multi-account environment with many services inside, with CI/CD out of the box etc etc. It's pretty new, but even now it was enough to launch Transcripto, which uses may be a dozen of different AWS services, all bound together by Copilot.

See more

Because Pulumi uses real programming languages, you can actually write abstractions for your infrastructure code, which is incredibly empowering. You still 'describe' your desired state, but by having a programming language at your fingers, you can factor out patterns, and package it up for easier consumption.

See more
Sergey Ivanov
Overview

We use Terraform to manage AWS cloud environment for the project. It is pretty complex, largely static, security-focused, and constantly evolving.

Terraform provides descriptive (declarative) way of defining the target configuration, where it can work out the dependencies between configuration elements and apply differences without re-provisioning the entire cloud stack.

Advantages

Terraform is vendor-neutral in a way that it is using a common configuration language (HCL) with plugins (providers) for multiple cloud and service providers.

Terraform keeps track of the previous state of the deployment and applies incremental changes, resulting in faster deployment times.

Terraform allows us to share reusable modules between projects. We have built an impressive library of modules internally, which makes it very easy to assemble a new project from pre-fabricated building blocks.

Disadvantages

Software is imperfect, and Terraform is no exception. Occasionally we hit annoying bugs that we have to work around. The interaction with any underlying APIs is encapsulated inside 3rd party Terraform providers, and any bug fixes or new features require a provider release. Some providers have very poor coverage of the underlying APIs.

Terraform is not great for managing highly dynamic parts of cloud environments. That part is better delegated to other tools or scripts.

Terraform state may go out of sync with the target environment or with the source configuration, which often results in painful reconciliation.

See more

I personally am not a huge fan of vendor lock in for multiple reasons:

  • I've seen cost saving moves to the cloud end up costing a fortune and trapping companies due to over utilization of cloud specific features.
  • I've seen S3 failures nearly take down half the internet.
  • I've seen companies get stuck in the cloud because they aren't built cloud agnostic.

I choose to use terraform for my cloud provisioning for these reasons:

  • It's cloud agnostic so I can use it no matter where I am.
  • It isn't difficult to use and uses a relatively easy to read language.
  • It tests infrastructure before running it, and enables me to see and keep changes up to date.
  • It runs from the same CLI I do most of my CM work from.
See more

Context: I wanted to create an end to end IoT data pipeline simulation in Google Cloud IoT Core and other GCP services. I never touched Terraform meaningfully until working on this project, and it's one of the best explorations in my development career. The documentation and syntax is incredibly human-readable and friendly. I'm used to building infrastructure through the google apis via Python , but I'm so glad past Sung did not make that decision. I was tempted to use Google Cloud Deployment Manager, but the templates were a bit convoluted by first impression. I'm glad past Sung did not make this decision either.

Solution: Leveraging Google Cloud Build Google Cloud Run Google Cloud Bigtable Google BigQuery Google Cloud Storage Google Compute Engine along with some other fun tools, I can deploy over 40 GCP resources using Terraform!

Check Out My Architecture: CLICK ME

Check out the GitHub repo attached

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AWS Cloud9
Pros of Terraform
  • 108
    Easy to use
  • 102
    Free
  • 76
    Nice UI
  • 65
    Terminal access to vm instead of simulation
  • 58
    New full ubuntu machines
  • 49
    Easy dev environment
  • 44
    Ssh access to your own machine
  • 43
    Real-time with other people
  • 43
    Free prototype hosting
  • 32
    Collaboration
  • 10
    Open Source
  • 6
    Great syntax highlighting
  • 5
    Works great
  • 4
    Nice ide
  • 4
    Better IDE than the others
  • 4
    Extremely easy setup
  • 4
    Great interface, download or upload file is nice.
  • 3
    Its easy to share code
  • 3
    You can run your project easier
  • 3
    Open-source friendly
  • 2
    Good documentation
  • 1
    Bitbucket integration
  • 1
    Versatile and robust
  • 1
    Need a credit card to get access
  • 1
    Starts a VM
  • 1
    Easy to use, seem fast, friendly ui
  • 0
    Good
  • 121
    Infrastructure as code
  • 73
    Declarative syntax
  • 45
    Planning
  • 28
    Simple
  • 24
    Parallelism
  • 8
    Well-documented
  • 8
    Cloud agnostic
  • 6
    It's like coding your infrastructure in simple English
  • 6
    Immutable infrastructure
  • 5
    Platform agnostic
  • 4
    Extendable
  • 4
    Automation
  • 4
    Automates infrastructure deployments
  • 4
    Portability
  • 2
    Lightweight
  • 2
    Scales to hundreds of hosts

Sign up to add or upvote prosMake informed product decisions

Cons of AWS Cloud9
Cons of Terraform
  • 6
    Not free
  • 1
    Doesn't have full support to GKE

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is AWS Cloud9?

Cloud9 provides a development environment in the cloud. Cloud9 enables developers to get started with coding immediately with pre-setup environments called workspaces, collaborate with their peers with collaborative coding features, and build web apps with features like live preview and browser compatibility testing. It supports more than 40 languages, with class A support for PHP, Ruby, Python, JavaScript/Node.js, and Go.

What is Terraform?

With Terraform, you describe your complete infrastructure as code, even as it spans multiple service providers. Your servers may come from AWS, your DNS may come from CloudFlare, and your database may come from Heroku. Terraform will build all these resources across all these providers in parallel.

Need advice about which tool to choose?Ask the StackShare community!

What companies use AWS Cloud9?
What companies use Terraform?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with AWS Cloud9?
What tools integrate with Terraform?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

GitGitHubPython+22
17
14265
JavaScriptGitHubPython+42
53
22080
What are some alternatives to AWS Cloud9 and Terraform?
WebStorm
WebStorm is a lightweight and intelligent IDE for front-end development and server-side JavaScript.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
See all alternatives