Asana is a web and mobile project management app. With tasks, projects, conversations, and dashboards, Asana lets an entire team know who's doing what by when, enabling workload balancing. Users can also add integrations for GANTT charts, time tracking and more.
$13.49
per month per user
AWS CodePipeline
Score 6.8 out of 10
N/A
AWS CodePipeline is a fully managed continuous delivery service that helps users automate release pipelines. CodePipeline automates the build, test, and deploy phases of the release process every time there is a code change, based on the release model a user defines.
$1
per active pipeline/per month
Pricing
Asana
AWS CodePipeline
Editions & Modules
Starter
$13.49
per month per user
Advanced
$30.49
per month per user
Enterprise
Contact Sales
Personal
Free
AWS CodePipeline
$1
per active pipeline/per month
Free Tier
Free
Offerings
Pricing Offerings
Asana
AWS CodePipeline
Free Trial
Yes
No
Free/Freemium Version
Yes
Yes
Premium Consulting/Integration Services
Yes
No
Entry-level Setup Fee
Optional
No setup fee
Additional Details
A discount is offered for annual billing.
—
More Pricing Information
Community Pulse
Asana
AWS CodePipeline
Features
Asana
AWS CodePipeline
Project Management
Comparison of Project Management features of Product A and Product B
Asana
8.3
179 Ratings
7% above category average
AWS CodePipeline
-
Ratings
Task Management
9.2179 Ratings
00 Ratings
Resource Management
8.0152 Ratings
00 Ratings
Gantt Charts
9.061 Ratings
00 Ratings
Scheduling
8.4162 Ratings
00 Ratings
Workflow Automation
9.0132 Ratings
00 Ratings
Team Collaboration
9.4178 Ratings
00 Ratings
Support for Agile Methodology
8.57 Ratings
00 Ratings
Support for Waterfall Methodology
8.57 Ratings
00 Ratings
Document Management
8.2150 Ratings
00 Ratings
Email integration
8.2142 Ratings
00 Ratings
Mobile Access
8.7149 Ratings
00 Ratings
Timesheet Tracking
6.16 Ratings
00 Ratings
Change request and Case Management
8.44 Ratings
00 Ratings
Budget and Expense Management
7.077 Ratings
00 Ratings
Professional Services Automation
Comparison of Professional Services Automation features of Product A and Product B
The usability of Asana is broad since it's available in a variety of platforms that are widely used nowadays. I think that it would be great for people who are constantly on the move and switching devices, since it has allowed me to work from my phone, too. I also think that Asana has proven itself to handle a large quantity of work
I think AWS CodePipeline is a great tool for anyone wanted automated deployments in a multi-server/container AWS environment. AWS also offers services like Elastic Beanstalk that provide a more managed hosting & deployment experience. CodePipeline is a good middle ground with solid, built-in automation with enough customizability to not lock people into one deployment or architecture philosophy.
Through it, we were able to communicate and cooperate with the rest of the team to complete the work in the required manner and at the appropriate time.
It is very user-friendly. Takes a new employee an hour to start figuring out how the system works. That's an important factor. You don't want to encounter the issue where employees need a week to understand how the system works. For example, JIRA, I tried using it for a week and I still don't understand the complicated layout. Asana has a simple interface. Once you see it, you get it type of program.
Overall, I give AWS Codepipeline a 9 because it gets the job done and I can't complain much about the web interface as much of the action is taking place behind the scenes on the terminal locally or via Amazon's infrastructure anyway. It would be nicer to have a better flowing and visualizable web interface, however.
Our pipeline takes about 30 minutes to run through. Although this time depends on the applications you are using on either end, I feel that it is a reasonable time to make upgrades and updates to our system as it is not an every day push.
I haven't had to use their support so I can't rate it. The fact that I haven't needed them reflects the ease of use of the product. I would recommend that any new users schedule a complete demo of the product to ensure that they are using it to it's fullest (there's a lot of useful features).
We didn't need a lot of support with AWS CodePipeline as it was pretty straightforward to configure and use, but where we ran into problems, the AWS community was able to help. AWS support agents were also helpful in resolving some of the minor issues we encountered, which we could not find a solution elsewhere.
Asana is a top-tier project management software that helps us organize and track projects from start to finish. It allows us to apply tasks/to-dos to multiple projects without duplication, divide complex projects into smaller tasks, and track project progress. It also helps us organize work on Kanban boards or linear lists. It stands out from the crowd in a big way compared to the competition.
CodeCommit and CodeDeploy can be used with CodePipeline so it’s not really fair to stack them against each other as they can be quite the compliment. The same goes for Beanstalk, which is often used as a deployment target in relation to CodePipeline.
CodePipeline fulfills the CI/CD duty, where the other services do not focus on that specific function. They are supplements, not replacements. CodePipeline will detect the updated code and handle deploying it to the actual instance via Beanstalk.
Jenkins is open source and not a native AWS service, that is its primary differentiator. Jenkins can also be used as a supplement to CodePipeline.
CodePipeline has reduced ongoing devops costs for my clients, especially around deployment & testing.
CodePipeline has sped up development workflow by making the deployment process automated off git pushes. Deployment takes very little coordination as the system will just trigger based on what is the latest commit in a branch.
CodePipeline offered a lot of out-of-the-box functionality that was much simpler to setup than a dedicated CI server. It allowed the deployment process to built and put into production with much less and effort and cost compared to rolling the functionality manually.